Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have below scenario:-
My requirement is to add a new column like above 'Traffic light ' on the basis of below condition:-
=Pick(Match(activity_color, 'error', 'none', 'success','warning'), rgb(255, 0, 0),rgb(255, 255, 255),rgb(51, 204, 51),rgb(255, 153, 0))
This new column should only show colors on the basis of the value inside the field 'activity_color'.
How can i achieve this inside a table in qliksense ?
Thanks in advance
Try making the font color the same as the background color