Pie chart Value
I am showing the below values in pie chart
rcode Value
r1 34
r2 47
r3 56
but i don't want to display the r3 value in actual Pie Chart axis
November 3rd, 2010 4:09am
Kuamr,
Please describe it a little more,
though what ever i understand from this is that , you have 3 categories and you want to create a pie chart out of it.
You dont want to show the share of r3 in this pie? Am i correct?
If it is like that then, use simple if-else in value axis
if(rcode='r3',0,rcode)
hope it helps!
Free Windows Admin Tool Kit Click here and download it now
November 3rd, 2010 12:53pm
I am showing the below values in pie chart
rcode Value
r1 34
r2 47
r3 56
but i want to hide the r3 value in Pie Chart axis
November 3rd, 2010 1:25pm
Hello,
Could you please post a picture to further explain exactly what your doing?Jason Cosman
Free Windows Admin Tool Kit Click here and download it now
November 3rd, 2010 5:29pm
Hi Kuamer,
In order to exclude r3 from the chart, we can add a Filter to the chart category/series group which group by rcode field. However, if it doesn’t meet your needs, please post
the more detailed information as Jason and Manoj suggested, and then we will try to assist you to achieve the requirement.
For more information about How to Add a Filter in Reporting Services, please read:
http://msdn.microsoft.com/en-us/library/ms156270(v=SQL.100).aspx
Thanks,
Tony ChainPlease remember to mark the replies as answers if they help and unmark them if they provide no help
November 5th, 2010 3:17am