Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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,.