Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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...???
Nicolas,
Please see the attached QVW for a possible solution.
Are you looking for something like this?
Regards,
-Khaled.
Nicolas,
Please see the attached QVW for a possible solution.
Are you looking for something like this?
Regards,
-Khaled.
Works like a charm !