Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
I would like to suppress all rows in straight table chart with one dimension, where all three expressions equal zero. This works fine, but when I add a traffic light to it, it does shows again the suppressed rows, even when I have set in the conditional field the sum of the three expressions to be greater than 0. Anyone an idea what I am doing wrong ?
Thanks in advance
Stijn, Belgium
Dear all,
I was able to solve it by doing a set analysis on the dimension together with suppress null values for this dimension :
=if(Aggr(Count({$<YEAR={">=$(=var_MaxYear_Prev2)"}>} DISTINCT [Counterpart]), Country)>0,Country,Null())
Dear all,
I was able to solve it by doing a set analysis on the dimension together with suppress null values for this dimension :
=if(Aggr(Count({$<YEAR={">=$(=var_MaxYear_Prev2)"}>} DISTINCT [Counterpart]), Country)>0,Country,Null())
@je48746stijn Hi, Although you have you were able to figure this out yourself, I would like others to benefit and get this into the correct product forum. Are you using QlikView or Sense? Thank you.
Dear Sue,
sorry for the delayed answer, but I am using Qlikview.
Thanks.
kind regards,
Stijn