SSRS charts: How can I display the n biggest slices / bars?
- by Adrian Grigore
Hi,
I know how to group chart slices / bars below a certain threshold together into one bar. But if the data displayed in the chart contains lots of small slices, collecting slices below, say 5% results in a huge "other" bar. On the other hand, if I collect only slices below a very small treshold, the chart could contain too much data to be readable.
So, how can I set a hard limit for the amount of slices, show the n biggest slices and collect everything else into one "other" slice.
How can I do that with SSRS 2008?
Thanks,
Adrian