Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Top N with Other Charts
Top N with Other Charts [message #86378] Tue, 01 November 2005 22:34 Go to next message
Eclipse UserFriend
Originally posted by: pcasey.earthlink.net

I've a data set that includes the total sales by state e.g.

California $500
Texas $300
...
Wyoming $42

I don't want to draw a bar chart with 50 bars on it though as that's
unreadable. Instead I want to draw bars for the N largest sales (say, 5) and
then lump everything else into an "other" column.

Is there a way to do this (conveniently or otherwise) with BIRT?

--- Pat
Re: Top N with Other Charts [message #86486 is a reply to message #86378] Wed, 02 November 2005 11:20 Go to previous message
David Michonneau is currently offline David MichonneauFriend
Messages: 1145
Registered: July 2009
Senior Member
Hi Patrick

You can do this with a Pie Chart in BIRT 2.0, or more generally any chart
without axes. Otherwise the best solution is to modify your dataset query to
group everything else in an "other" computed column.

Thanks,

David

"Patrick Casey" <pcasey@earthlink.net> wrote in message
news:dk8qhe$ts3$1@news.eclipse.org...
>
> I've a data set that includes the total sales by state e.g.
>
> California $500
> Texas $300
> ...
> Wyoming $42
>
> I don't want to draw a bar chart with 50 bars on it though as that's
> unreadable. Instead I want to draw bars for the N largest sales (say, 5)
> and then lump everything else into an "other" column.
>
> Is there a way to do this (conveniently or otherwise) with BIRT?
>
> --- Pat
>
Previous Topic:BIRT with Hibernate Sample
Next Topic:How to color bars in a chart separately?
Goto Forum:
  


Current Time: Wed Jan 15 04:55:35 GMT 2025

Powered by FUDForum. Page generated in 0.03745 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top