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