Hi @jmv ,thanks for your reply.However I couldn't fully understand your meaning. Do you mean that you couldn't modify the dataset query?
I tried another way to add a filter but I'm not sure if it meet your needs. Below is the steps.
We already have the parameter @P.P.U.H. Program .
And then add a filter to the dataset.
Expression:=IIF(InStr(Fields!program.Value,Parameters!program.Value) OR Parameters!program.Value = "*", TRUE, FALSE)
Setting like this
I set the parameter @P.P.U.H. Program default value to "*" so the report will grab everything by default.
If this way doesn't meet your requirement, you may describe your needs with more details. Or do you mean that you just want to add an expression value to the parameter to do the wildcard search?
Regards,
Zoe
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.