Hi, I cannot filter the result set with multi-value parameter that contains '&' character on Enesys v3.0. I have trying <![CDATA[[MyParameter]]> to bypass the multi-value parameter with '&' sign error, but it gives me the following error message :
An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'DSGumusut'. (rsErrorExecutingCommand) An error occurred while parsing EntityName. Line 1, position 13.
Just having some testing just now, <![CDATA[[MyParameter]]> is only working if only one value is checked on multi-value parameter.
May I know is there any resolution to bypass this error?