I figured it out.
I used this Point Label expression:
=sum(Fields!TOTAL_ORDERS.Value) /
sum(Fields!TOTAL_ORDERS.Value, "chart1_CategoryGroup1")
>Hi, I'm new to SSRS 2005 and need help with a percent label for a 100%
>stacked bar. The examples in this forum don't seem to work for what I'm
[quoted text clipped - 19 lines]
>
>Tom
Mónica - 29 Aug 2008 11:19 GMT
Hello tg112001
You can also use format parameters. I mean, in point labels, you have a
field called format where you can write:
p0 -> To show data as percentage with 0 decimals
p1 -> To show data as percentage with 1 decimal
p2 -> To show data as percentage with 2 decimals
In the same line you have also
n0, n1, n2, etc. -> To show number formats (thousands separators and number
of decimals)
c0, c1, c2, etc. -> To show currency values.
Hope this helps,
Mónica
>I figured it out.
> I used this Point Label expression:
[quoted text clipped - 26 lines]
>>
>>Tom