Hello,
I am using Visual Studio 2008 and Report Services 2008.
I want to suppress zeros, including any whole numbers where RS shows to the nearest 2 places.
This means if 0 then hide, if 2.00 show as 2, but if it were 2.55 show 2.55 or 2.5 show as 2.5. Just hide the zeros to the right of the decimal.
But after using the formatting process in the textbox properties I am not sure what combination of settings results in the right format?
I tried using the following formatting code ;;'' thinking that without adding a number code between them it would work but SSRS still treats the ;;'' as if it were 0.00;(0.00);'' instead.
Any help is appreciated.
Thanks.