Hi,
I am creating a service template, then in the parameter part in the child element section as shown as below:
As far as I know, if i put "*", then we can get all IDX unfiltered.
If i put "SDI*", then only the IDX that starts with SDI will shows.
However, what if i want all the IDXs except the IDX that starts with "SDI"? How to do this?
I've tried
!SDI*
!(SDI*)
!=SDI*
!=(SDI*)
NOT(SDI*
NOT(SDI*)
But it seems it's not working. Hence, may I know what is the syntax.
Image below shows my data (I want all of them, except those in the red box).
Your assistance is very much appreicated
Thank you very much and have a nice day!
Hi,
Unfortunately, as far as I know, there is currently no way to use negative row filters when deciding which rows to include in a service (both for regular services or in a service template)