Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Displaying Precent in Pie Chart

Author  Topic 

Peace2007
Posting Yak Master

239 Posts

Posted - 2009-02-11 : 05:36:26
Hi,

How can I display % on pie chart slices? Currently normal numbers are displayed on my pie chart!

Rajesh Jonnalagadda
Starting Member

45 Posts

Posted - 2009-02-11 : 07:54:51
Check this link
http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/7f9a9a14-f7d4-4d47-835d-650b77c3b924/

Rajesh Jonnalagadda
[url="http://www.ggktech.com
"]GGK TECH[/url]
Go to Top of Page

Peace2007
Posting Yak Master

239 Posts

Posted - 2009-02-11 : 08:40:19
it worked thanks :)
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-02-11 : 08:52:24
quote:
Originally posted by Peace2007

Hi,

How can I display % on pie chart slices? Currently normal numbers are displayed on my pie chart!


you've standard percentage available as a option in format tab of chart labels tab
Go to Top of Page

Peace2007
Posting Yak Master

239 Posts

Posted - 2009-02-14 : 01:40:10
Do you mean Chart properties-> values edit button -> point labels tab -> format code edit text ?
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-02-14 : 01:45:01
yup. just give

="P"
Go to Top of Page

Peace2007
Posting Yak Master

239 Posts

Posted - 2009-02-14 : 01:52:48
ok thanks :)
it works great
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-02-14 : 02:07:11
and if yoiu dont want decimals try ="P0"
Go to Top of Page

LadySharon
Starting Member

1 Post

Posted - 2011-11-04 : 14:36:34
Hello. I am an End user (ie no way to change stuff behind the scenes) - this is at my work btw.

I'm trying to figure out how to change the numbers to percents... but what you present here is not apperently avalible to me. When I clicked on the link it just said something like "click on the lable in your layout" which isn't clickable.

I have a design report and a run report tab.
My about microwsoft report builder says it's Microsoft SqlServer 2005, version 9.00.5000.00 This looks like the right place... but maybe it's not?

I can right click on the data element (on the top of the pie chart right below the "click to add title" area)

And I get the following two choices:
Format data series and
edit formula. Neither of these takes me to anything you guys have mentioned on this thread.

I don't even SEE the lables until I click "add point lables"
Clicking on anything in the chart in the "run report" area makes it show as a data set. So I'm guessing I'm supposed to click on stuff in the design report area.
Hoewver double clicking on the fake lable does nothing. Neither does clicking on the lables to the right.

In fact left clicking anywhere once I have the chart selected - really doesn't do anything. I can right click on the data fields but that's it.

Maybe a formula?

I'd show you what I see but I am not allowed to save and upload jpgs (and I don't know if I can display them on your message board anyway.)

Thank you for your time.

- Sharon
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-11-05 : 13:31:31
whatever we have discussed here are features on report server project not on report builder. report builder is wizard driven and has veru few options on designer compared to report server project

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -