Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Suus
Partner - Creator
Partner - Creator

Bug: Getfieldselections used for coloring dimension value no longer working

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

Suus_0-1710255063221.png

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

 

 

 

 

Labels (1)
1 Solution

Accepted Solutions
Suus
Partner - Creator
Partner - Creator
Author

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

View solution in original post

1 Reply
Suus
Partner - Creator
Partner - Creator
Author

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