cancel
Showing results for 
Search instead for 
Did you mean: 

Using XPath expression in Condition Editor for Interface Determination

Former Member
0 Kudos

Hi Guys,

I am facing the following issue in defining an Interface Determination based on conditions:

IF Segment1.FieldA EX

AND Segment1.FieldA = ' '

THEN Interface1

OR IF Segment1.FieldA NOT EXISTS

THEN Interface1

IF Segment1.FieldA EX

AND Segment1.FieldA NE ' ' (Not equal to SPACE)

THEN Interface2

How can I define the NOT EXISTS statement ?

Edited by: Evaggelos Gkatzios on Sep 22, 2010 6:59 PM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Evaggelos,

Refer the below link: This may help you...

/people/shabarish.vijayakumar/blog/2006/06/07/customise-your-xpath-expressions-in-receiver-determination

Thanks,

Former Member
0 Kudos

Hi,

There is an EX function in the condition editor, make use of it.

-Supriya.

Former Member
0 Kudos

Hi

Pls put this on XPath Editor for non exist.



../Segment1[count(FieldA) =0 ]  EX

Regards

Lucho.

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

follow this link to define it

http://www.w3schools.com/xpath/xpath_functions.asp --> see Exist function

also take a look to these thread about your issue

Edited by: Rodrigo Alejandro Pertierra on Sep 22, 2010 2:38 PM

Edited by: Rodrigo Alejandro Pertierra on Sep 22, 2010 2:49 PM