Hi All,
Requirement:
Created one String parameter {?status_flg} where user can chose multiple values.
Using:
After created the String parameter, I selected the "Allows multiple values" check box, but when I am calling this parameter {?status_flg} in my Command(SQL expert), getting error 'right parenthesis is missing'.
code:
[highlight #204A87]WHERE SA.SA_STATUS_FLG in (join('{?status_flg}','','') )[/highlight]
Suggestion:
Please look at the above code, and let me know where I am doing wrong.
Appreciate that.
Thanks.
Requirement:
Created one String parameter {?status_flg} where user can chose multiple values.
Using:
After created the String parameter, I selected the "Allows multiple values" check box, but when I am calling this parameter {?status_flg} in my Command(SQL expert), getting error 'right parenthesis is missing'.
code:
[highlight #204A87]WHERE SA.SA_STATUS_FLG in (join('{?status_flg}','','') )[/highlight]
Suggestion:
Please look at the above code, and let me know where I am doing wrong.
Appreciate that.
Thanks.