Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all
I found an interesting page in www.360globalconsulting.com under Products-Project and was told that they designed using Qlikview BI Tool.
Can someone advise me how to display colour button shown in attached file ?.
Thank you
Tracy
I think with
representation image in chart expression
then in edit expression go to Images tab and choose the image

Are you asking about Tabs?
Dear Massimo
Not bar, it is a colourful button / dot.
Thanks
Tracy
last column in my image is a dot
you can choose the color of the dot adding an if (image), i.e.
if(odd(RowNo(TOTAL)),
'qmem://<bundled>/BuiltIn/led_o.png',
'qmem://<bundled>/BuiltIn/led_g.png'
)
replace the bold with your condition
if(sum(....) > ...., 'qmem://<bundled>/BuiltIn/led_o.png',
if(sum(....) > ...., 'qmem://<bundled>/BuiltIn/led_g.png',
if(sum(....) > ...., 'qmem://<bundled>/BuiltIn/led_r.png',
.....
)))

Dear Massimo
Not sure how to do it. Can your script display the same answer as the image below ?.
Thanks, Tracy
