mstaniloiu
mstaniloiu

Reputation: 2785

In BIRT, when editing line charts, how do you plot multiple series of the same data?

I work with the BIRT plugin for Eclipse and have a data set for a printing system consisting of the following entries:

Date date NumberOfJobs int8 UserName text

I want to plot the NumberOfJobs in a given time period for each UserName (so if I have 5 distinct user names, I should have 5 series in the chart). I know how to plot the NumberOfJobs for all users, but not for each one separately. Is it possible to do that? If yes, how?

Upvotes: 0

Views: 3513

Answers (2)

user600062
user600062

Reputation: 11

Select Chart TYpe -> Multiple Y Axis = Secondar

Upvotes: 1

MystikSpiral
MystikSpiral

Reputation: 5028

In the chart wizard, on the Data Tab, there is a "group by" selector on the right-hand side. Drag your Username field from the data summary at the bottom over to the grouping control.

enter image description here

Upvotes: 2

Related Questions