Hi all,
I got a strange problem, I can't get the trailing 0 disappeared.
The column has decimal 5(8,4) datatype in MSSQL server. I formatted the field to #######0.#### in Reporting services. (Right click the field in design ->properties->select custom -> type #######0.####)
But still if the value is 0, it displays as 0.0000. What else I can do to display just 0?
By the way, this might be irrelevant, in Enterprise manager it displays as 0, in Query analyzer it displays .0000.
Your help is highly appreciated,