precision
I am displaying the sales value in stacked column chart through point label. But the values I am getting are like this:
1000.0000
1001.0000
1200.0000
can i get the precision reduced to two decimal places ? I would also need for zero precision? can you please help me?
May 14th, 2012 4:37am
Hi There
If you are using SSRS 2008 you can achieve it easily by going to your y-axis properties and then go number tab and choose the format as you like.
I am putting some screenshot for your help.
If you are using SSRS 2005 you can set the format of your y-axis
like for no decimal place to #,0,;(#,0,) and if you would like to two decimal place you can put format like #,0,.00;(#,0,.00)
Please let me know if you have any questions
Many Thanks
Syed Qazafi Anjum
Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.
Free Windows Admin Tool Kit Click here and download it now
May 14th, 2012 4:59am
I am using ssrs as part of visual studio, I could not find anything like vertical axis properties.
May 14th, 2012 5:22am
Hi There
Are you using SSRS 2005 or 2008?
On your chart where your vertical data is displayed is called vertical axis I have shown in the screenshot
Please let me know if you have any questions
Many Thanks
Syed Qazafi Anjum
Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.
Free Windows Admin Tool Kit Click here and download it now
May 14th, 2012 5:32am


