Hi there,
i have the following filter on a tablix.
=iif(instr(Fields!Log_Description.Value,"to '" + Parameters!ReportParameter1.Value)<>0,Fields!Log_Description.Value,"Nothing")
But this works only for a single value parameter. Is it possible to use it for a multiple parameter?
Thanks :)