This ought to be simple but I'm missing something. I have a multiple, distinct parameter called "Type" that I am passing a comma separated list, for example;
interactive,selfpaced,home
I'd like to use something like this in a record selection formula:
{maintable.type} in {?Type}
If I pass only a single value in it works, If I pass more than one value it returns nothing. I have tried adding single or double quotes to the string but it doesn't help. How can I do this?
Thanks.
interactive,selfpaced,home
I'd like to use something like this in a record selection formula:
{maintable.type} in {?Type}
If I pass only a single value in it works, If I pass more than one value it returns nothing. I have tried adding single or double quotes to the string but it doesn't help. How can I do this?
Thanks.