Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to give colors in List box i.e if I have 3 led box in List box, I want to give 3 different colours in that. Is it possible???
No, that's not possible. What is the purpose? Perhaps there's another way to achieve it.
Can you give more information about your requirement
Actly my requirement is I don't want to show legend in bar chart, rather I want to show the colors of legend in List box led.
Hi,
Try to uncheck the option at Presentation--Show legend.
THanks,
Ajay
u might use a normal image to show the legend
Something like described in this blog post? -> Listbox Color Chips | Qlikview Cookbook
In a listbox you can add an expression in the expressions tab with the possibility to display as image. You can e.g. use
=if(MyDimension='MyValue1','qmem://<bundled>/BuiltIn/led_b.png',
if(MyDimension='MyValue2','qmem://<bundled>/BuiltIn/led_y.png')..................)
Which will display a blue led for Value1 and a yellow led for Value2. The colors of the build in images are limited, but you can always load your own using Bundle Info Load (see help)
Try something like this.
Use your own images.
Still I believe it will look better without LED , only images are good.