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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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
balabhaskarqlik

Try with this extension:

Qlik Branch

balabhaskarqlik

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'

)))

balabhaskarqlik