List operation equal: More than one value

0
I would like to perform a list operation to check for objects with a member enumeration value A or B. Is it possible to use the equal list operation and define more than one value to check on? And a related question: Is it possible to perform a 'not equal' list operation?
asked
1 answers
2

You should use an XPath in the retrieve because then you already have all the right objects in the List. And in that Xpath you can use equal (=) or non equal (!=).

Regards,

Ronald

 

answered