Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
abhinayaa
Partner - Contributor
Partner - Contributor

How to add image using expression in pivot table- Qlik sense?

Hi,

I have tried adding image in a pivot table by using conditional expression it is not working.

Please give me possible solutions to add image in a pivot table in qlik Sense.

Thanks,

Abhinaya

3 Replies
BalaBhaskar_Qlik
Master
Master

Try with this extension:

Qlik Branch

BalaBhaskar_Qlik
Master
Master

Try your expression like this:

if(getfieldselections(FieldName)='Pierre','https://.../image1.jpg',

if(getfieldselections(FieldName)='Paul','https://.../image2.jpg',

if(getfieldselections(FieldName)='Jacques','https://.../image4.jpg',

'https://.../imageForInvalidSelection.jpg'

)))

BalaBhaskar_Qlik
Master
Master