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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
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

Try with this extension:

Qlik Branch

BalaBhaskar_Qlik

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