cancel
Showing results for 
Search instead for 
Did you mean: 

How to use multiple values Input Parameter in a SQL Script Calculation View

09-06-2022 5:58 PM
384 views 0 comments
0 Likes
SAP Managed Tags
Subscribe

Hello,

I have one SQL Script Calculation View with one input parameter to filter the result by company. I want that input parameter accepts multiple entries, so i selected the Multiple Entries checkbox in Input Parameter Defenition window.

my code is something like this:

select *

from Table_A

where company in (:IP_COMPANY)

After i select the Multiple Entries checkbox and do the Data Preview the query doesn't return any result.

Even if i use the code with the filter company = IP_COMPANY and the Multiple Entries checkbox selected the query doesnt return data, only returns data with single value input parameter.

Can someone help me with this situation?

Best regards

0 Likes

Accepted Solutions (0)

Answers (0)