Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
tracycrown
Creator III
Creator III

Display Color Button

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

5 Replies
maxgro
MVP
MVP

I think with

representation image in chart expression

then in edit expression go to Images tab and choose the image

1.png

Anil_Babu_Samineni

Are you asking about Tabs?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
tracycrown
Creator III
Creator III
Author

Dear Massimo

Not bar, it is a colourful  button / dot.

Thanks

Tracy

maxgro
MVP
MVP

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',

.....

)))

1.png

tracycrown
Creator III
Creator III
Author

Dear Massimo

Not sure how to do it. Can your script display the same answer as the image below ?.

Thanks, Tracy