Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Join us on Feb.12 to Discover what’s possible with embedded analytics: REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
varaprasad0816
Creator II
Creator II

Showing Images based on selection in Qliksense

Hi,

I am trying to get an image dynamically in Qliksense based on selections of respective image code.

This is little bit urgent. 

 

Regards,

Vara

1 Solution

Accepted Solutions
varaprasad0816
Creator II
Creator II
Author

Hi, Thanks for your time and immediate response on this.

I got a solution with "Image" extension box in Qliksense App.

we should give necessary path of the content library of Qliksense QMC in Image Path.

and will write below mentioned expression in "Image File"

= if(GetFieldSelections(Airline_IATA_Code)='AA', 'AS_Uptime_SLA_Commitments.jpg',
if(GetFieldSelections(Airline_IATA_Code)='9W','AS_Resolution Commitments.jpg',
if(GetFieldSelections(Airline_IATA_Code)='AS','AS_Other Commitments.jpg',
if(GetFieldSelections(Airline_IATA_Code)='EY','AS_Incident Notification Commitments.jpg',
if(GetFieldSelections(Airline_IATA_Code)='SU','AS_SLA_Commitments.jpg',
'AS_SLA_Commitments.jpg'
)))))

 

View solution in original post

3 Replies
ajaykakkar93
Specialist III
Specialist III

Hi,

Can you elaborate a little more, image code as in location of image?

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

varaprasad0816
Creator II
Creator II
Author

Hi, Thanks for your time and immediate response on this.

I got a solution with "Image" extension box in Qliksense App.

we should give necessary path of the content library of Qliksense QMC in Image Path.

and will write below mentioned expression in "Image File"

= if(GetFieldSelections(Airline_IATA_Code)='AA', 'AS_Uptime_SLA_Commitments.jpg',
if(GetFieldSelections(Airline_IATA_Code)='9W','AS_Resolution Commitments.jpg',
if(GetFieldSelections(Airline_IATA_Code)='AS','AS_Other Commitments.jpg',
if(GetFieldSelections(Airline_IATA_Code)='EY','AS_Incident Notification Commitments.jpg',
if(GetFieldSelections(Airline_IATA_Code)='SU','AS_SLA_Commitments.jpg',
'AS_SLA_Commitments.jpg'
)))))

 

firoz24
Creator
Creator

Hi,

Can you explain which extension you used and I am currently using qlik sense 2020 feb version.

In that version its not supporting

Kindly check and revert back asap because its urgent for me too i am stuck here now .