I want to take absolute value of TaxAmount but I tried ABS function it is not working.Do you have any idea?
My version is 2.0. I try xml file on the Internet Explorer.
I want to display it as positive sometimes it can be negative or positive
<div style="float:left; width:100pt">
<h2>
:<xsl:value-of select="format-number(cbc:TaxAmount,'#,##0.00', 'us')"/>
</h2>
</div>