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: 
Not applicable

Replacing text with icons (colored led) in a list box

I have a list box with 'At risk' / 'Late' / 'On time' value

I would like to display the green builin led for 'On Time', the red for 'Late' and the orange for 'At risk'

It works with the following expression :

pick(Match(T_Status,'At risk','Late','On Time'), 'qmem://<bundled>/BuiltIn/led_o.png',  'qmem://<bundled>/BuiltIn/led_r.png', 'qmem://<bundled>/BuiltIn/led_g.png')

But If I select a value, the selected led is ok abd the other leds disappear and the text is greyed (which the normal way QV works :/)

Any idea on what I should  do (If it's possible) to always have those leds on, no matter what my selection is...???

1 Solution

Accepted Solutions
Not applicable
Author

Nicolas,

Please see the attached QVW for a possible solution.

Are you looking for something like this?

Regards,

-Khaled.

View solution in original post

2 Replies
Not applicable
Author

Nicolas,

Please see the attached QVW for a possible solution.

Are you looking for something like this?

Regards,

-Khaled.

Not applicable
Author

Works like a charm !