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: 
stefenkauven
Contributor III
Contributor III

Image and text in one Column

I would like to insert an image including a text into a column.

The following expression inserts an image:
= If(A - B)<>0, 'qmem://<bundled>/BuiltIn/exclamation_r.png', 'qmem://<bundled>/BuiltIn/check_g.png')


but


= If(A - B)<>0, 'qmem://<bundled>/BuiltIn/exclamation_r.png' & ' RED', 'qmem://<bundled>/BuiltIn/check_g.png' & ' Yellow')

doesn't work. I get only following result in the column:

'qmem://<bundled>/BuiltIn/exclamation_r.png   RED'  but i want to display the red dot and the word "Red" in one Column

1 Reply
Surya
Creator II
Creator II

Hello., Use Bundle Info in data model.,and load image files,.