that will retrieve only the issues were both members (Correspondent AND Field Retail) exist and not when they are separate or without members that are NOT Field Retail?
Nothing I have read so far explains exactly what I want. I can get all the Correspondent and all the Field Retail but not isolate just the issues with only Correspondent and Field Retail.
I can get it to work as a Filter but not an eazyBI report.
Thanks, Gene
For EazyBI question, the best way is to contact the vendor for direct support since it is a third party add-on. We use the same add-on and I know their technical support staff are great in responding to our ask on dimension design questions.
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
Hi, @Gene Sullivant
We received your question and just sent out the solution. I will replay it here as well:
The one option is to have a separate eazyBI account for this project and add the JQL to the Import options to pull in only relevant data.
Please read more about the JQL filter here: https://docs.eazybi.com/eazybi/data-import/data-from-jira#DatafromJira-JQLqueryfilter
The other option would be to define a new calculated measure with the MDX formula. How to translate the JQL to MDX, please read here: https://docs.eazybi.com/eazybi/learn-more/training-videos/training-videos-on-specific-topics#Trainingvideosonspecifictopics-FilterData:HowtoTranslateJQLtoeazyBI
A lot can be done with the Pages in eazyBI. In this case, please consider using Pages, to filter out the project, and for the ""Channels Impacted[Checkboxes]" in (Correspondent) AND "Channels Impacted[Checkboxes]" in ("Field Retail")" part, please use the formula, something like this:
CASE
WHEN
CoalesceEmpty([Measures].[Channels Impacted[Checkboxes]]],"") MATCHES ".*Correspondent.*"
and
CoalesceEmpty([Measures].[Channels Impacted[Checkboxes]]],"") MATCHES ".*Field Retail.*"
THEN
1
END
Kindly,
Ilze support@eazybi.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Ilze Mezite
I was watching your 2019 video. Good stuff. I am slowly reading the documentation but it doesn't cover my unusual scenarios.
I failed to mention that this Project is in Jira Product Discovery.
The Customer wants a report on Issues where Correspondent and Field Retail are mentioned together or with other members but removed from this report if they are by themselves.
Correspondent with Field Retail is good.
Correspondent with other members is good
Field Retail with other members is good.
Just Correspondent or just Field Retail by themselves is wrong.
He wants a second report where Field Retail and Correspondent are excluded but other members are present plus when No Channels selected.
The solution above worked but the single members can't be present.
I have done reports and dashboards but this one is beyond my current level.
Thanks, Gene
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.