Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i want to add image in straight table foot note.
i am using QS Table extension please suggest.
May be try with this extension:
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'
)))