Multiple Values in a Parameter - BIP - 11.1.1.6.0
Hi Team,
BIP version: 11.1.1.6.0
I need to pass multiple values in a parameter.
I have enabled check box "Multiple Selection"
Data model has also been updated for handling multiple values using "IN"
But when i run the report after selecting 2-3 values, i get this below error:
"
oracle.xdo.XDOException: oracle.xdo.XDOException: oracle.xdo.XDOException: java.sql.SQLSyntaxErrorException: ORA-00920: invalid relational operator
"
In order to undersatnd how parameter values are getting passed, i selected only parameter in Data Model using
"SELECT :param_1 parameter_value FROM DUAL"
i see that output contains only first value among all the selected values for the parameter.
BIP version: 11.1.1.6.0
I need to pass multiple values in a parameter.
I have enabled check box "Multiple Selection"
Data model has also been updated for handling multiple values using "IN"
But when i run the report after selecting 2-3 values, i get this below error:
"
oracle.xdo.XDOException: oracle.xdo.XDOException: oracle.xdo.XDOException: java.sql.SQLSyntaxErrorException: ORA-00920: invalid relational operator
"
In order to undersatnd how parameter values are getting passed, i selected only parameter in Data Model using
"SELECT :param_1 parameter_value FROM DUAL"
i see that output contains only first value among all the selected values for the parameter.
0