Hello,
We have graphical view (View A) in which we have applied filter on one column with filter condition = in ("SIDMANDT",$$IP_CLIENT$$) where Input parameter IP_CLIENT accepts multiple values.
This view works fine with single or multiple value input.
This graphical view is used in another scripted view (View B), where we are passing values to the input parameter using placeholder clause.(PLACEHOLDER."$$IP_CLIENT$$"=>:IN_CLIENT)
In view B we have input parameter IN_CLIENT that accepts multiple values..
When we execute this scripted view it gives error, but If we change input parameter in graphical view(A) from multiple values to single value, the scripted view works fine.
Any idea how to pass input parameters with multiple values from scripted views to graphical views?
Thanks & Regards
Sagar