on 2020 Apr 13 6:09 PM
Hello All,
I have a scenario, where I need to create input parameters(of parameter type "Column") for multiple entries, so that I can consume it in another Composite Provider. The final BEx query is built on top of the composite provider where user want to create BEx variables viz. Select-Option, Multiple single values etc.
However, I'm facing the below error when checking "Multiple Entries" option for Input Parameter.
Doesn't Input parameters allow multiple entries on parameter type "Column'" ? suggestions needed.
Thanks.
Krishna.
Request clarification before answering.
As the error message says, you used the input parameter in a wrong way in a filter. I guess you used a equal comparison ("="), but this is not possible with multi-valued input parameters. You have to use it in a proper way, e.g. use the "in()" function. Details can be found here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Florain,
Thanks for the suggestion. It worked, but only for single Input parameter.
When I'm adding multiple Input Parameters with "Multiple Entries" option it shows below error.
I used the below filter expression. Is this the right way of giving the expression or is there anything else that is missing /
IN("KUNNR",$$IP_KUNNR$$) OR IN("AUDAT",$$IP_AUDAT$$)
Thanks,
Krishna.
User | Count |
---|---|
82 | |
29 | |
9 | |
8 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.