Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
vireshkolagimat
Creator III
Creator III

Image in a text object

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.

image.PNG

Thank  you.

Regards,

Viresh

Labels (1)
1 Reply
Anil_Babu_Samineni
MVP
MVP

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.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful