Hi
I am struggling to get this working. I have 2 filters. Basically what I do is that I populate all the 2nd filter depending on the first data.
So my query is something like this for filterdataset2.
Select * from table
where column in (@filter1).
It populates correctly but the problem is that it does not default, meaning that you have to still select 'Select All' and then run the report. But I want it, when you select the filter1 it automatically generates the report
Please help.
Kind Regards,
Michael