Instead of using / to indicate division you need to use the operator "div".
<xsl:value-of select="format-number(((($mySecondVar - $myFirstVar) div $myFirstVar)*100), '##0.00')"/>
Hope that helps.
-Mary
Here is my original XML Control file Map:
<root Delimiter="" Type="FLAT">
<Rows StartWith="ship" EndWith="" ignore="">
<fileid>@fileid@</fileid>
<custcode>XXXX</custcode>
<reportedbyorg>XXXX</reportedbyorg>
<reporteddate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.