calculating

Issues related to forms.
Post Reply
bennywww
 
 
Posts: 10
Joined: Tue Mar 05, 2019 1:29 pm

calculating

Post by bennywww »

Hi
when calculating how
define decimal places??

Benny :D
User avatar
miguelss
 
 
Posts: 135
Joined: Thu Aug 15, 2013 12:25 pm
Location: Madrid, Spain

Re: calculating

Post by miguelss »

You can use standard JavaScript functions in calculations.

For example:
]String(Number([A]) / Number()).toFixed(2))
Post Reply