cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Multiple Values for condition editor in XPath Expression

Former Member
0 Likes
1,364

Dears,

I have attached the required condition which i have setup in the condition editor which is attached for your reference. my requirement is to merge first condition and last condition into one condition there are more then hundred values into one single field.

I tried using like '6117' or '6118' in field to_werks with single or multiple commas into one field buts its not working.

Please suggest your valuable input.

Regards

Laxmi

View Entire Topic
former_member190293
Active Contributor
0 Likes

Hi Laxmi!

Another option is to try something like this:

/ZINVENTORY/IDOC/ZART_STOCK[contains(' 6117 6118 ', TO_WERKS)] EX

Regards, Evgeniy.