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)
 Pie Chart

Author  Topic 

Peace2007
Posting Yak Master

239 Posts

Posted - 2009-03-07 : 02:40:46
Hi,

I'm having a pie chart in which I want to display some point labels on it:
the point label format should be as follows:
a string value + "," + a numeric value

but only the numeric value is displayed
Could you tell me how to display the string and comma as well?

the_justin
Starting Member

19 Posts

Posted - 2009-03-10 : 02:52:23
="string value" & "," & Fields!Data.value
Go to Top of Page

the_justin
Starting Member

19 Posts

Posted - 2009-03-10 : 02:57:09
just tried my own answer and it doesnt work...mm...sorry..
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-03-10 : 04:21:02
quote:
Originally posted by Peace2007

Hi,

I'm having a pie chart in which I want to display some point labels on it:
the point label format should be as follows:
a string value + "," + a numeric value

but only the numeric value is displayed
Could you tell me how to display the string and comma as well?


whats the expression you've given for labels?
Go to Top of Page
   

- Advertisement -