I have a report parameter named "Trained" with the following values:
- All
- Trained
- Not trained
The problem is that I can not have a parameter value that does not filter ("All").
At the moment, the filter applied on my tab is as follows:
Expression: =Fields.ResourceTypeTraining (that is a boolean, true if trained)
Operator: =
Value: =(Parameters.Trained.Value Like "Trained" )
If the user selects "All" value, obviously only the "not trained" data will be displayed.
I have tried many solutions, with "Allow null" for example, but I still do not obtain what I want. Is there a property or something else that could fix that?
- All
- Trained
- Not trained
The problem is that I can not have a parameter value that does not filter ("All").
At the moment, the filter applied on my tab is as follows:
Expression: =Fields.ResourceTypeTraining (that is a boolean, true if trained)
Operator: =
Value: =(Parameters.Trained.Value Like "Trained" )
If the user selects "All" value, obviously only the "not trained" data will be displayed.
I have tried many solutions, with "Allow null" for example, but I still do not obtain what I want. Is there a property or something else that could fix that?