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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Dynamically Image changes

Hi friends,

Capture.PNG

Based on above image

How to change the image object and values in the text object Dynamically andBased on the values on above image have change descending to ascending   

Regards,

Vijay.M

1 Reply
annafuksa1
Creator III
Creator III

to change the number you will need to make a selection, to change picture use expression like

=if(sum(Expression1)>10000 , 'C:\Users\Public\Pictures\Sample Pictures\Desert.jpg','C:\Users\Public\Pictures\Sample Pictures\Lighthouse.jpg')

please change a path for a picture as this may not work for you