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: 
Anonymous
Not applicable

Change imagem - Two conditions - Textbox

Hello,

Does Anybody knows how to change imagem with two conditions in text object?

I tried 2 ways, but they don't work.

=if([project] = 'Security Operations' and  [Fase 1] = 'On time', 'qmem://Img_id/green',

if([project] = 'Security Operations' and  [Fase 1] = 'Late', 'qmem://Img_id/red'))

=if(([project] = 'Security Operations' and  [Fase 2] = 'On time'),'qmem://Img_id/green', 'qmem://Img_id/red')

This last way, shows only the last image (red), even I change the "Fase 2" status.

Thank you for your attention.

13 Replies
vvira1316
Specialist II
Specialist II

I'm trying to understand your need as it is not clear from your text in latest reply.

If I'm understanding you correctly here then I think you want image to appear without making any selection.

It will not appear in a single text object when you have multiple data (multi row dataset) values

May be you can use table chart as seen from my previous reply.

Anonymous
Not applicable
Author

Exactly this :


If I'm understanding you correctly here then I think you want image to appear without making any selection.


thank you

vvira1316
Specialist II
Specialist II

you will not be able to do using text object. For Text Object you will have to make selection. Did you understand the image functionality that I did in Table chart?

May be you want to provide a larger and proper data set with exact requirement from data and functionality you are trying to provide to users. That may help to help you.

Anonymous
Not applicable
Author

I got that.  Thank you so much.