Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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