Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Multi Value Rows(How to handle multi value rows in charts.)
icon5.gif  Multi Value Rows [message #649031] Mon, 17 January 2011 10:58 Go to next message
ChrisFriend
Messages: 12
Registered: September 2009
Location: Braunschweig
Junior Member
I have a custom data source implemented which returns rows that contain multiple values:

dataset1: value1
dataset2: value2
dataset3: value1, value2
dataset4: value2, value3

At the moment when I use a pie chart for example it counts "value1"; "value2"; "value1, value2" and "value2, value3" because it does not know to split the values.

So how can I use the pie chart to count "value1", "value2", "value3" and "value4" seperatly?

Chris
Re: Multi Value Rows [message #649069 is a reply to message #649031] Mon, 17 January 2011 13:52 Go to previous messageGo to next message
Richard A. Polunsky is currently offline Richard A. PolunskyFriend
Messages: 212
Registered: July 2009
Location: Houston TX
Senior Member

I assume those are strings? Anyway, the short answer is that you can't - charts and graphs are based on singleton value items. You'll need to transform your data to get the numbers you want into your charts.
Re: Multi Value Rows [message #649091 is a reply to message #649069] Mon, 17 January 2011 15:46 Go to previous message
ChrisFriend
Messages: 12
Registered: September 2009
Location: Braunschweig
Junior Member
Thanks for your response Richard.
Previous Topic:Re-use of DataCube
Next Topic:Set label of marker in a chart
Goto Forum:
  


Current Time: Thu Apr 25 18:58:00 GMT 2024

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

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

Back to the top