Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Replacing the Yes/No row values to symbols or Images

Hello,

I am having a table with student ID, Student Name,Degree Pursuing, Course 1, Course 2, Course 3, Course 4 as column names as shown below picture. I would like get visualisation of the table on the qlikview sheet with Yes as Right mark Image and No as a cross mark Image.

Student course Selection.PNG.png

Student course Selection - Copy.jpg

Thanks in advance!!

1 Solution

Accepted Solutions
Not applicable
Author

See if this is what you have in mind.

View solution in original post

4 Replies
Not applicable
Author

See if this is what you have in mind.

sudeepkm
Specialist III
Specialist III

if you have specific images and do not want to to use the built in images then you may need to do a bundle load.

Bundle load * Inline [

val,img

yes,path\correct.png

no,path\incorrect.png

];

then you can use it in the chart.

Not applicable
Author

Awsome... thankyou,

rustyfishbones
Master II
Master II

See here

http://www.qlikfix.com/2012/09/21/qlikview-easter-egg/

You can download the embeeded images file that can be used in Qlikview