Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dimension - Background color expression: =if(GetFieldSelections(Kostenplaats)=Kostenplaats,green(),white())
This method used to work great, only coloring the selected value of the dimension (in this case '1213 - Vonderhof Somatiek Margriet B'
Somehow it stopped working (do not ask me since when ;-)) now coloring all dimension values
Anyone else experiencing this and have a solution?
(expression for metrics and thus showing all 'Kostenplaats' values: Sum({<Kostenplaats=, Cluster=p(Cluster)>} [# Begroting Bedrag])
Product: Qlik Sense Enterprise
Found my own solution changing the expression to:
if(GetFieldSelections(Kostenplaats)=ValueList(Kostenplaats), green(), white())
works like a charm
Apparently the evaluating of the if(statement) has changed
Found my own solution changing the expression to:
if(GetFieldSelections(Kostenplaats)=ValueList(Kostenplaats), green(), white())
works like a charm
Apparently the evaluating of the if(statement) has changed