Nov 25, 2020 05:20 AM
2 fields, both are integer
A = 35000
B = 86400
Formula A/B giving result 0 where it should be 0.40
How can I achieve result ?
Solved! Go to Solution.
Nov 25, 2020 05:40 AM
Hi Manish,
It may have to do with the number formatting. The system is rounding 0.4 to 0, since it thinks that you want an integer value. Right click on the field and choose “Customize field type”. Then look for the formatting tab toward the bottom. This will allow you to make the resulting value a decimal and how many decimal places.
Nov 25, 2020 05:40 AM
Hi Manish,
It may have to do with the number formatting. The system is rounding 0.4 to 0, since it thinks that you want an integer value. Right click on the field and choose “Customize field type”. Then look for the formatting tab toward the bottom. This will allow you to make the resulting value a decimal and how many decimal places.
Nov 25, 2020 05:44 AM
Thank you very very much. you saved me.