Currency displayed as ¤ instead of $
Our XML Publisher report shows¤ instead of $. The code we're using is:
<xsl:value-of select="xdoxslt:xdo_format_number($_XDOXSLTCTX, .//BASIC_EMPLOYEE_LIFE/COVERAGE_AMOUNT, 'L999G999')"/>
Any idea why?
<xsl:value-of select="xdoxslt:xdo_format_number($_XDOXSLTCTX, .//BASIC_EMPLOYEE_LIFE/COVERAGE_AMOUNT, 'L999G999')"/>
Any idea why?
0