Hello,
I have placed a SQL query in command object. The Crystal Report generates the following output.
N My_Number
1 509,987.07
2 222,861.23
3 210,986.84
How can we get the following formatted output in CR?
N My_Number
1 509,987
2 222,861
3 210,987
Thank you for your help in advance.
-Bill