Forum Moderators: open
Can this be done with JavaScript? Anyone with XML/XSLT and/or JavaScript experience is welcome.
Thanks
Dan
In psuedocode:
If XMLValueA/XMLValueB = DivideByZero
Then Display '0'
Else Display XMLValueA/XMLValueB
Here is a snippet from my xsl doc:
<td style="text-align:right;">
<xsl:value-of select="format-number(Form101_A_Value div Form101_A_Number,'$#,###,###,##0')" />
</td>
Thanks
Dan