Cannot convert number to NodeSet.
Hi,
In my xsl iam using the below formate to add the currencey which is in euro.
<xsl:variable name="x"><xsl:value-of select="sum(for $t in current-group()/C_FUNCTIONAL_TOTAL return number(translate($t, ',.', '.')))"/></xsl:variable>
it is working fine in Jdevolper but Now the issue is when i run the same in oracle Applications it is throwing the below error:
Caused by: oracle.xdo.parser.v2.XPathException: Cannot convert number to NodeSet.
any suggestions??
Thanks
Anil