cancel
Showing results for 
Search instead for 
Did you mean: 

Error when selecting "Multiple Entries" for Input Parameter on Calculation View

vkris215
Participant
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

pfefferf
Active Contributor
0 Kudos

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.

vkris215
Participant
0 Kudos

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.

Answers (0)