Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
irshadvaza
Contributor III
Contributor III

List Box with image

Is it possible to create a list with image like circle.

For Example

listExample.png

5 Replies
neelimapeddi
Contributor
Contributor

Hi Irshad,

This can achieved in Expression editor of Striaght table chart as below:

Sample data i used:

departments:

Load * Inline [

department,percent

HR,80

IT,80

Finance,55

];

Dimension:

Department

Expression:

=if(sum(percent)>=80,'qmem://<bundled>/BuiltIn/led_g.png','qmem://<bundled>/BuiltIn/led_r.png')

You need to modify the expression little bit as per the color variations you need. Right now, I just used >80 as a condition for differentiation.

vunguyenq89
Creator III
Creator III

Your demonstration looks more like a table than a list box. If it is the case, you can set Chart properties > Expressions > Display Options > Representation as "Image". See the following post traffic light in straight table

irshadvaza
Contributor III
Contributor III
Author

Thanks for your response Vu.

Either Table or list box is Ok but I am looking for solution in qlik sense.

vunguyenq89
Creator III
Creator III

It's not supported in Qlik Sense native table/ filter pane. You need to use an extension such as the following https://github.com/danielpilla/sense-images-links-extension

irshadvaza
Contributor III
Contributor III
Author

Dear Vu and Neeima,

thank you very much for your response, I will try and let you know if there is any issue.