Decimal places in the result of formula in PWA2007

R

Robert

Hello,
How can we manage the number of decimal places that PWA will display in the
result of a calculated custom field?
I just want 2 decimals, not 12... :)
Thanks for help
 
D

Dale Howard [MVP]

Robert --

Try adding the following formatting command to your formula:

Format(YourFormulaHere, "#0.00")

Hope this helps.
 
D

Dale Howard [MVP]

Robert --

You are more than welcome, my friend! :)




Robert said:
Thanks Dale, that works!

"Dale Howard [MVP]" <dale[dot]howard[at]msprojectexperts[dot]com> a écrit
dans le message de [email protected]...
Robert --

Try adding the following formatting command to your formula:

Format(YourFormulaHere, "#0.00")

Hope this helps.
 
Top