|
Hi
I'm trying to perform a percentage calculation and only need 2 decimal places. The script I'm using is:
<%= (FormatNumber(CompanyFileSize.Fields.Item("Expr100 0").Value)/(TotalFileSize.Fields.Item("Expr1000").Value)*100, 2)%>
...but it's not working.
It works fine without the (FormatNumber and , 2) sections but returns dozens of decimal places.
Any suggestions?
M
Last edited by MichaelThomas; 05-16-2004 at 03:40 PM..
|