Cognos:Converting from single select to multi select prompt Error


Error:

An unexpected exception occurred:
com.cognos.xqe.data.values.VarcharValue incompatible with com.cognos.xqe.data.values.ArrayValue

Cause:
We have condition to have default selection "ALL".

([Fund Code] in (?pFund?) )or
(?pFund? = ('ALL'))

After removing it, error was rectified:
[Fund Code] in (?pFund?)
and make filter optional.

Popular posts from this blog

Cognos Excel Text Wrapping Issue - Row Merge and Column Merge

Cognos: How to replace an existing report without breaking links?

How to change package for a report in IBM Cognos Analytics (ICA)?