I need a report for subtask are contains under epic and story. and it should matches with summary CUST
Hi @Bhargaviapple,
You can define a new calculated measure that compares both sub-task and test summaries. The simplified version of the formula could look similar to the one below:
CASE WHEN [Issue].CurrentHierarchyMember.GetCaptionWithoutKey MATCHES [Test].CurrentHierarchyMember.GetCaptionWithoutKey
THEN
1
END
The formula depends on your report configuration. Please look at our documentation page for more information on defining calculated measures - Calculated measures.
Best,
Roberts // support@eazybi.com