I'm trying to reproduce one of my PivotCharts I have in Excel using BIRT.
I've tried to reproduce it using a data cube with a group consisting of
(something like) the following dimensions: Date -> Division -> Priority
and a summarized field of count(bugs) and I'd like to show a CrossTab
with Date -> Division rows and in the summarized field area I'd like to
show a stacked bar chart of the # of bugs, stacked by priority. Seems
almost possible if I could specify the Priority dimension as the option Y
series, but that's greyed out. Is this possible (say by modifying the XML
or scripting)? Or is there a better way to accomplish this?