Hi,
Attached is the report for your reference.
And the report can be viewed at
http://wisdom.rockefeller.edu:8080/birt/frameset?__report=testmult.rptdesign
Here I have visibility property set for the first three columns that are drop down lists in the parameters.
However, I have a fourth column "Unique" (aggregation but done slightly in a different way, you can see the logic in the report design).
The Unique column logic must be based only on the columns that are visible.
My logic used in aggregations is :
if (if (row["NAME1"] == 0 & row["NAME2"] == 0 & row["NAME3"] == 0)
{0}
else
{1}
So if NAME1 and NAME2 is hidden, then row["NAME1"] and row["NAME2"] must not be considered in the above aggregation equation.
Any siggeastions please.
Thank you,
Aparna J