Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dynamically Show 1 of 2 images on condition

Hi,

Im currently setting the colour of a text box to red,green or amber depening on the result of an expression :

=if(vVal1<vVal2,rgb(83,230,62), //Green

  if(vVal1>vVal2,rgb(255,47,47), //Red

                       rgb(233,165,39))) //Amber

Is there any way I can change this to show images instead?  I have a folder called 'arrows' that contains green.png, red.png and amber.png

Really appreciate any help,

Thanks

1 Reply
Miguel_Angel_Baeyens

Hi,

Check this thread on how to use BUNDLE and INFO LOAD to load images into QlikView then reference them in text objects. There is an example QVW in this thread.

Hope that helps.

Miguel