I have a field that I am pulling from a data base that I need to always display the number as #.### with 3 Decimal Points.
Right now its being display as
1, 0, 2.5
I need it to display
1.000, 0.000, 2.500
Any idea on how i can make that work.
Thanks in advance.
Right now its being display as
1, 0, 2.5
I need it to display
1.000, 0.000, 2.500
Any idea on how i can make that work.
Thanks in advance.