heidi_andrew
3 years agoContributor
Money formatting
I am multiplying a salary field by 100. Any salary with a decimal point is still showing the decimal afterwards even tho in the mapper snap, it looks correct. Here is my code in mapper snap: ($RATE_1...
- 3 years ago
Hi,
If you already did your calculation you can try with: parseInt($RATE_1*100).
Also check Math functions and properties.Check following links:
Global Functions and Properties
Math Functions and Properties
Number Functions and PropertiesThanks,
Pero M.