Hello Experts,
Would someone help me to make use of the xpath calculation formula? I am trying to add a to b, but don't know how to use the operands in the function.
The documentation is also very poor.
thanks in advance
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Ok this one worked,
sum(/TestForm/Items/a,/TestForm/Items/b)
also
/TestForm/Items/a+/TestForm/Items/b
Try
TestForm/Items/a+TestForm/Items/b
Hello Julien,
Thank you very much for the response. But this did not work, I have tried the following,
TestForm/Items/a+TestForm/Items/b,
sum(TestForm/Items/a+TestForm/Items/b)
no luck.Could you please give some more details, a screenshoot would be very helpful if possible.
Imran,
First try 4 + 6 in your calculation formula.
Does it works ?
Normally at runtime the value is 10 in a+b.
Ok. This worked,
But now I cannot understand, how I will make use of the sum() function, how the operands will be separated?