I have a multiple value parameter that I want use to with wildcards to select records to pull up client names
For example If the user enters General and Ford it will pull up General Motors and Ford Motor Company.
I can't seem to place a multi value parameter in the "is like" part of the selection expert.
If I just manually enter in the criteria it looks like below.
{client.clname1} like ["*Ford*", "*General*"]
How can I use a multi value parameter with wildcards?
For example If the user enters General and Ford it will pull up General Motors and Ford Motor Company.
I can't seem to place a multi value parameter in the "is like" part of the selection expert.
If I just manually enter in the criteria it looks like below.
{client.clname1} like ["*Ford*", "*General*"]
How can I use a multi value parameter with wildcards?