Skip to Content
0
Former Member
Aug 09, 2016 at 01:46 AM

Optional Input Parameter with multiple values

2379 Views

Hi,

We defined Optional input parameter with multiple values for a material in graphical calculation view

If we don't select any material in the filter then it should return all the materials or it should get only the materials if we enter the material in the filter.

for this in the filter expression we are using the below syntax

in("MATNR",'$$IP_MATNR$$') or match ("MATNR",'*$$IP_MATNR$$*') .



With this expression we are getting syntax error.


Can any one help how to write filter expression for this requirement.



Thanks

Srini