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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
apthansh
Creator
Creator

Traffic light indicator in Qliksense

Is it possible to add a traffic light indicator in a pivot table like in Qlikview?

Hi - I am trying to achieve the images following the directions from the above thread but I am kind of stuck ...can anyone help me here please ?

I am trying to get this done but not going smooth.So far this is I am doing and in Text Color expression I have the below expression...

If(ATStatus2=0,Blue(),

If(ATStatus2=1,Green(),

If(ATStatus2=2,yellow(),

If(ATStatus2=3,red(),

If(ATStatus2=4,white())))))

am I missing anything here ?

Capture.PNG

1 Reply
pauloedu
Contributor II
Contributor II

Hi. Put it with ' 

Like '█' in the expression and test with blue() in the expression color.

For me it's working 🙂