I am not sure how to bring numbers down to 2 decimal places. I have some simple code that states the calculation,
but “grandtotal” comes up as example… 37.335622
Anyone know how to bring the decimal place to 2?
this is the script…
grandtotal = Number (total2) / Number (grand);
thanks,
TD