Hello,
i’m quite new in EazyBI so forgive me if my logic is wrong.
I need to show on report data about time spent and planned from JIRA/Tempo.
The specific need is that I have 3 kind of work king, so I need to make custom aggregation on different hierarchy level.
For example:
Category A: All project in category “Project management”
Category B: All project in category “Support” but only for issue type: “incident”,“problem”
Category C: Only project XYX"
I created tuples and it’s work well, but I have two kind of measures: [hours spent] and [tempo planned hours]
Now my report looks like:
Category A hours spent|5|
|Category B hours spent|10|
|Category C hours spent|7|
|Category A planned|13|
|Category B planned|18|
|Category C planned|2|
Is it possible to organize my tuples into columns to have Category A, Category B, Category C in rows, but “hours spend” and “planned” in columns? For example in this way?
Thanks in advance.