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.
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 displayedCould 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 |
|
|
the_justin
Starting Member
19 Posts |
Posted - 2009-03-10 : 02:57:09
|
just tried my own answer and it doesnt work...mm...sorry.. |
|
|
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 displayedCould you tell me how to display the string and comma as well?
whats the expression you've given for labels? |
|
|
|
|
|