Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
apthansh
Creator
Creator

Show images based on the condition

I have an attached file with 2 text objects ...also attached the .PNG images...

I want to show images based on the market selection.

In one text object I want Incentives and in the other text object I want to show Office...

1 Solution

Accepted Solutions
adityaakshaya
Creator III
Creator III

Hi Ansh,

Attached dummy application can help you to achieve your requirement.

Regards,

Akshaya

View solution in original post

3 Replies
adityaakshaya
Creator III
Creator III

Hi Ansh,

Attached dummy application can help you to achieve your requirement.

Regards,

Akshaya

vishsaggi
Champion III
Champion III

Try below:

Bundle
LOAD * INLINE [
ImageId, Path
BangkokInc, Yourpath\ImagesTest\BangkokInc.png
BangkokOff, Yourpath\ImagesTest\BangkokOff.png
BangaloreInc, Yourpath\ImagesTest\BangaloreInc.png
BangaloreOff, Yourpath\ImagesTest\BangaloreOff.png
]
;

ImageFile:
LOAD City,
Image
FROM

(
ooxml, embedded labels, table is Sheet1);

Try this in your textobject.

apthansh
Creator
Creator
Author

You are awesome ! TY