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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

image in table....

Hi,

i want to add image in straight table foot note.

i am using QS Table extension please suggest.

2 Replies
balabhaskarqlik

May be 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'

)))