Hi everybody,
I'm playing with the "Form conditions and calculations" and it awesome!! Congrats @Pablo!
But, it is possible to limit the number of decimals on the end results?
I mean, when I create some calculation, the result has more than 10 decimals!!.
Thanks for the valuable help of this community!
Form conditions and calculations
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Form conditions and calculations
You can use standard JavaScript functions in calculations.
For example:
For example:
Code: Select all
String(Number([A]) / Number([B])).toFixed(2))
Re: Form conditions and calculations
Thanks a lot Pablo!
It works perfectly!!!
You have another beer into your account
It works perfectly!!!
You have another beer into your account
