0
Strange Math?
I created a formula to multiple a currency number field by a percentage number field. In this case the results should be 30 since $60 * 50% = $30. Ninox shows the result as $3000. That's not right. Is there a way to make this formula right as is without making some correcting math?
2 replies
-
Your formula has to be:
'Total Prize Pool' * '1st Place %' / 100
-
Obviously Ninox does not see %, it must only see the number, and it adds the % for our visusal benefit. Thanks for the formula NIck. I had already added / 100 to my formulas to correct the incorrect (in my mind) Nonix calculation.
Content aside
- 4 yrs agoLast active
- 2Replies
- 609Views