[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Grouping by column name

Hi all,

I am working on a chart with the following type of data:

Campaign	Sent	Read
Camp1		50	10
Camp2		90	20

What I need to do is create a "comparative chart" that is Category grouped by the column names (Sent and Read).

The chart should display something like this:

Sent was 50 for camp1
	 90 for camp2

Read was 10 for camp1
	 20 for camp2

The way I have it working now, it shows:

Camp1 was 50 sent
	  10 read

Camp2 was 90 sent
	  20 read


This would seem to be an easy task, but there doesnt seem to be any documentation that I could find to show how it's done.
Any ideas would be appreciated.


Thanks,

Dragos