Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

EazyBI MDX - How to display certain tasks

Onur Cevik
Contributor
March 16, 2023

Hey!

I´m trying eazyBI and I want to have access of certain tasks to display them. Does someone know how to do it?

2 answers

1 accepted

1 vote
Answer accepted
Ilze Leite-Apine - eazyBI
Atlassian Partner
March 16, 2023

Hi

I am Ilze from eazyBI support.

If you want to display tasks in the report row, select Issue dimension in the report rows, and use Search and bookmark option to find the needed task, and then select it for the report:

 

 Issues-Jira-Software-reports-eazyBI.png

 

Or, if you want to display the list of issue keys in the report cell, you may create a measure (un Measures) using function Generate()https://docs.eazybi.com/eazybi/analyze-and-visualize/calculated-measures-and-members/mdx-function-reference/generate

Look at the example in eazyBI community how to display the list of issue keys within a selected component: https://community.eazybi.com/t/generating-a-comma-separated-list-of-issues-for-a-component/10163

Feel free to contact us to support@eazybi.com for further assistance!

Ilze, eazyBI support

Onur Cevik
Contributor
March 16, 2023

Hey @Ilze Leite-Apine - eazyBI 

Thanks for answering. In the picture below you can see my issue. How could it work? I´m don´t have knowledge in mdx thats why I can not solve it. Epic Name is displayed incolumn. How to do with Task?Screenshot 2023-03-16 105922.png

Ilze Leite-Apine - eazyBI
Atlassian Partner
March 17, 2023

Hi, 

Thank you for the screenshot!

You may want to import the issue summary as a property (e.g. Issue Summary), and then you can display it in the report as a column for any issue type.

There is a thread where is described how to get the summary imported as a property, using JavaScript calculated custom field: https://community.eazybi.com/t/get-summary-value/4028/2

Best,

Ilze 

Like Onur Cevik likes this
Onur Cevik
Contributor
March 22, 2023

Hey @Ilze Leite-Apine - eazyBI ,

Thanks. I have tried to follow the steps in this topic https://community.eazybi.com/t/sort-on-a-dimension/3771 but the JavaScirpt-Code did not work. Can you help me? Thanks in advance!

Onur Cevik
Contributor
March 22, 2023

@Ilze Leite-Apine - eazyBIIt has worked. Thanks!

Onur Cevik
Contributor
March 22, 2023

Hey @Ilze Leite-Apine - eazyBI ,

Another question. My Code seems to be wrong. Can you take a brief look on my code. Thanks! If my date called "Fälligkeitsdatum" ist 10 days before its date and 1 day before itself, my function should return 2.

IIF(
      DateBetween([Issue].CurrentMember.GetDate('Fälligkeitsdatum'),

      DateAdd('d', -10, [Issue].CurrentMember.GetDate('Fälligkeitsdatum')),

      DateAdd('d', -1, [Issue].CurrentMember.GetDate('Fälligkeitsdatum'))),
     "2",
     ""
)

Oskars Laganovskis
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 23, 2023

Hey @Onur Cevik ,


You are right - your given code has a flaw.
This will always return blank as no date can be between its previous day and ten days before itself.

Your expression refers to the same value in all references to "Fälligkeitsdatum".
Please consider what dates you want to compare. Do you really need the same field on all lines? Could it be that the first line should refer to a different field?

Regards,

Oskars / eazyBI support

Like Onur Cevik likes this
Onur Cevik
Contributor
March 23, 2023

Hey @Oskars Laganovskis ,

Thanks for answering. I have solved it. It works now.

0 votes
seo weboption March 16, 2023

A system administrator can search all users, datauptime. see accounts that they own ... If you see that some user is regularly having problems with entering correct MDX .

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events