Converting the Document Designertemplate on xsl in () generating proposal without zeros and decimal.
Converting the Document Designer template on xsl in (nested table) generating proposal without zeros and decimal.
I tried these functions and it doesn't work.
<xsl:value-of select='format-number(500100, "0")' />
<xsl:value-of select="translate(/subTotal/@formattedValue,'$.','')"/>
<xsl:value-of select="replace(/subTotal/@formattedValue,'[^\d]','')"/>
Tagged:
0