Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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'
)))))
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'
)))))
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 .