I am facing following problem: I am using a report with several dataset in one table. The rows are filtered by parameters in the grupping of rows. I want to make the report more flexible and therefore filter the rowgroup based on a parameter, which I fetch in an Dataset, too. How can I refer to different Datasets or a parameter in the value property? Or I thought maybe there is a statement (iif clause) that gives back 1 and zero and the problem is done.
I have tried something like this: (the filter expressions seems to have to many arguments, but I don't know how to refer directly so I used a formula... =iif(cbool(Fields!Szenario.Value, "ReportMonth")=cbool(Fields!Szenario.Value),1,0)