my number field is a Estimated Value ($M) - (example- 1.098908 hasbeen entered into the number field. How can I get a $value from thisfield. I have created a calculated field and with no luck...
So it's a fractional number reported in millions? That would seem to be asimple "multiply by one million" operation; what am I missing?
You are not missing anything - I am however not sure how to do thisini the calculated field=[fieldNum]*6then change the data type from number to currency? I have triedseveral ways with no luck.
I just created a column to test this:=[fieldName]*1000000Create a field, choose type "Calculated (calculation based on othercolumns), add the formula, and tell it to display as Currency.