How to create eazy bi report for Defect RFT

hi,
I want to created report for :
Defect RFT allocating defect to the right component for the fix, Right First Time [ Initial component = Final Component]
could you please help? I am new to eazyBI and I created my account today just now in eazyBI. Excited to learn more in eazyBI

Hi @Anu,

Welcome to the eazyBI community!

​If you have imported these two fields as separate dimensions or properties - you might compare if the field value is the same.

​The expression for comparison might be as follows.

​CASE WHEN
​[Issue].CurrentHierarchyMember.Get("Initial Component") = [Issue].CurrentHierarchyMember.Get("Final Component")
​THEN
​<outcome if true>
​ELSE
<outcome if different>​
​END

​​
However, the eazyBI does not import change history for multi-value fields. Therefore, the above approach might not work if you only change the value of the standard field Component.

​You might learn more about eazyBI by watching videos created in association with Atlassian University here - Training videos.

​Regards,
​Oskars / support@eazyBI.com

1 Like