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: 
abhaysingh
Specialist II
Specialist II

UI Help

Hi all,

i have two arrow red and green i want to show green arrow when my target is less than actual and red when target is greater than green arrow..

how i can set condition?

4 Replies
Anonymous
Not applicable

if(sum(target) > sum(actual),'path for green arrow','path for red arrow')

abhaysingh
Specialist II
Specialist II
Author

Not Working, its simply giving me the path whenever any condition fulfilled..

Not applicable

Alternatively you can also achieve this using unicode character instead of using image files by using  expression like:


if([Actual]>[Target],'▲','▼')


AND in the expression text colour option type:



if([Actual]>[Target],rgb(121,170,85),rgb(186,75,69))


Screen Shot 2015-05-11 at 11.11.14 AM.png

Anonymous
Not applicable

arrows.png

Change the representation to Image