[Issue].CurrentHierarchyMember.get(‘defect.’)
how do i take out the count of issues appearing under this property
[Issue].CurrentHierarchyMember.get(‘defect.’)
how do i take out the count of issues appearing under this property
Try this formula to count links:
Count(
[Issue].[Issue].GetMembersByKeys(
[Issue].CurrentHierarchyMember.get('defect.')
)
)
Martins / eazyBI