Hi Team ,
I am trying to have [Issue Type].[Feature] and [Issue Type].[Story] Status on the same line
can you please assist ?
Thank you !!
Lior
Hi Team ,
I am trying to have [Issue Type].[Feature] and [Issue Type].[Story] Status on the same line
can you please assist ?
Thank you !!
Lior
Your question is unclear. Please give example or mockup
Hi @Lior0707
It seems you may want to aggregate two Issue Types as one member. For that, create a calculated member in “Issue type” dimension where those two members are aggregated into one member:
Aggregate({
[Issue Type].[Story],
[Issue Type].[Task]
})
Read more about how to create calculated members in dimensions: https://docs.eazybi.com/display/EAZYBIJIRA/Calculated+members+in+other+dimensions
Then use the calculated member in the report with any measure. In the report, if you need, you can expand the member to see numbers by stories and tasks separately as well. See example below:
Best,
Ilze / support@eazybi.com