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

Change image based on if statement in qliksense

Hi People

I would like to know if i can change images by using if statement.

Thanks

Balaji

2 Replies
jyothish8807
Master II
Master II

Hi Balaji,

Yes, you can do it using bundle load.

Write an expression like below:

if(getfieldselection(FieldName)='A',info(imageFieldName),if(getfieldselection(FieldName)='B',info(ImageFieldName))


You need to maintain an excel with image path, go through the below article to get better understanding.


go through this:

https://community.qlik.com/blogs/qlikviewdesignblog/2013/05/31/loading-images-into-qlikview

Br,

KC

Best Regards,
KC
devarasu07
Master II
Master II

Hi,

AFAIK, only have simple table extension available and default qliksense text & image chart object not suite for your case. qlikview have this feature and they might include this feature version of qliksense.

Thanks,

Deva