I am currently loosing my mind on something that seems so simple. I need to do a conditional count based on a single condition. My issue is that Qlik seems to not properly handle the fact that my condition is on a Master Item Dimension
Master Item (Dimension) Name: Performance Status YTD Exppression:
My second try on the # Underperforming Portfolios Measure
COUNT({<[Performance Status YTD]={'Underperforming'}>} DISTINCT AccountCode)
Even though the autocomplete suggest me the new Measure as expected, the result is not returning the proper value. It returns the total of all distinct Account Code as if the condition is not working.
I must be missing something but simply cannot figure it out...