AnnieRider
MIS
Hi
I have a report that needs to select records where one field starts with the selected parameter value(s)
It works with just one value selected, using
(CR_CLIENTS.Status_Ref LIKE @NEET + '%')
but I can't seem to get the syntax right to allow multi values.
Is there a way to do this?
Thanks for reading
Annie
I have a report that needs to select records where one field starts with the selected parameter value(s)
It works with just one value selected, using
(CR_CLIENTS.Status_Ref LIKE @NEET + '%')
but I can't seem to get the syntax right to allow multi values.
Is there a way to do this?
Thanks for reading
Annie