Hi,
I'm using RS for SQL 2005 and I want a pie chart that only show's
certain defined values. For example:
Source query results
one | two | three | four
14 | 23 | 345 | 44
23 | 34 | 243 | 32
78 | 78 | 46 | 23
56 | 56 | 56 | 11
................................
........
Values to show in the pie chart:
Label: A Value: SUM(Fields!one.Value)
Label: B Value: SUM(Fields!two.Value)
Label: C Value: SUM(Fields!three.Value)
Label: D Value: SUM(Fields!four.Value)
That's it, I just want a pie chart that show the percentage of
these values refering to the total. Can anyone tell me how to put the
Values, Categories, Series to achieve this?. Every thing I have tried
seems to take a value for every row and not for the SUM().
Thanks a lot.