gjsaturday
Technical User
i have a field with datatype float. I want to display the values of this field as money (with commas every three digits to the left of the decimal point, and no digits to the right of the decimal point; for example, 3,510
i've tried CONVERT ( money, bal,1) but I get 3510.0000.
Even 3,510.00 (which I thought style 1 would give me above) would be okay.
What am I doing wrong?
i've tried CONVERT ( money, bal,1) but I get 3510.0000.
Even 3,510.00 (which I thought style 1 would give me above) would be okay.
What am I doing wrong?