on ‎2023 Jun 26 8:07 AM
Hi All,
I'm trying to pass multiple entries for input parameter IP_FIN_REG with multiple entries enabled and I'm filtering parameter using this expression.
"FinRegionKey"=$$IP_FIN_REG$$
While I'm trying to pass the multiple entries getting this error

Whereas it works while passing single entry, throws error when passing multiple entries. Anyone please let me know how to fix this.
Kind regards,
Chethan
Request clarification before answering.
Can you try the below
in("FinRegionKey",$$IP_FIN_REG$$)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Chethan,
There is a small change in BAS. This works
"FinRegionKey" in ($$IP_FIN_REG$$)
You can refer the syntax here
Thank you so much Vinoth, It worked!
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.