Hi Guys
I am trying to do something, what seems simple, but I cannot get to work. I will try and explain.
I have a report with 3 parameters, each with Yes / No choices.
Based on these selections, I want to apply these parameters as filters to my main dataset. This I have done by going into the filters section for the dataset and doing the following;
Expression: [FieldName01]
Operator: =
Value: [@Parameter01]
If I run the report and set the 3 parameter drop downs to the same values (e.g. Yes, or No for all 3) it works fine.
However, if I set one of the 3 values to the opposite (e.g. Yes, No, Yes) then no results are returned. Its acting a bit like a AND statement I think.
Any ideas how I can make each filter individual?! Hope that makes sence, sorry if there isn't enough information. The dataset is a SQL query if that helps/matters.