Hi guys,
I am trying to get the number of issues that don’t have “Labels = ECL”.
For example,
There are issues that have ECL or None in Labels.
I need UNQUAL sign for getting all the issues that don’t have “ECL” in labels, so I tried this:
[Measures].[Issue labels] != “ECL”
But the Unequal sign seemed not working.
How can I get the number of all the issues that don’t have “ECL” in labels? Is there a different way to use Unequal sign?