Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have the below expression in my text object and and i am showing the sales value.
=IF(Sum($(vSales)) <
0.7, 'qmem://<bundled>/BuiltIn/led_r.png',
IF((Sum( $(vSales) ) < 0.8,
'qmem://<bundled>/BuiltIn/led_o.png', 'qmem://<bundled>/BuiltIn/led_g.png')))
I'm not able to figure out from where the images are loaded. In the script there is no bundle load.
Thank you.
Regards,
Viresh
There is default navigation images for Qlikview in built. So, They are using same for that. If you want to see them
Goto Script -> In the bottom preview there is Images section. You can look overthere.