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

Announcements
Save an extra $150 Dec 1–7 with code CYBERWEEK - stackable with early bird savings: Register
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'

)))