Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cannot convert number to NodeSet.

757154May 4 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 1 2010
Added on May 4 2010
0 comments
1,759 views