I have a feeling I'm missing something very obvious!
I have a parameter in my report which is selected to allow multiple values. I understand that these values get passed into the report as an array, and I've messed around with them to get the values in the array displayed on the report. How do I use this array in my record selection formula: {Table.Field} in /is one of {?MyParamField}?
Do I have to loop through the array and build up the selection string? There must be an easier way!
I have a parameter in my report which is selected to allow multiple values. I understand that these values get passed into the report as an array, and I've messed around with them to get the values in the array displayed on the report. How do I use this array in my record selection formula: {Table.Field} in /is one of {?MyParamField}?
Do I have to loop through the array and build up the selection string? There must be an easier way!