Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
Exactly this :
If I'm understanding you correctly here then I think you want image to appear without making any selection.
thank you
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.
I got that. Thank you so much.