cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Xpath expression(ccBPM).

STALANKI
Active Contributor
0 Kudos

I have given the following expression in the container operation and assigned the xpath /MT_RS2/FIL/substring(FILE_NAME,15,17) to the simple variable that I declared in container data.I used this variable to check the condition in switch.The problem is the switch is always set to false and condition is not being executed.I donot get any XPath error but swtitch step fails.Is there a way to trouble shoot this?

Accepted Solutions (0)

Answers (2)

Answers (2)

STALANKI
Active Contributor
0 Kudos

I done the changes.But still the result is not calucalted properly.Plz let me know if there z something that can be done.

udo_martens
Active Contributor
0 Kudos

Hi Sravya,

substring is wrong declared. Try:

substring (//MT_RS2/FIL/FILE_NAME,15,17)

Regards, Udo