Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Optional Report parameters

I am trying to design a paginated report with optional parameters (i.e they can proceed with the report with no selections in the parameters or they can select multiple different parameters). Am I right to start in the parameters within the dataset properties with the following script: =IIF(IsNothing(Parameters!ClientsClientName.Value), ? I know the false would be Parameters!ClientsClientName.Value so what would the true value be to select everything pertaining to that field by default? 

Or would I start in the default values on the report parameter properties?