Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
udaya_kumar
Specialist
Specialist

I want to show the key metrics (arrows) based on data in straight table

hi,

i want to show arrows UP and DOWN based on the data in the straight table.

how we can do that in qlikview?

i saw that images in the qlikview, but am not getting how to use those inside the table for the data in the table.

can anyone suggest me how to use it based on condition?

Thanks in advance

2 Replies
Not applicable

Please, look at the attachment.

To get this, you must go to expression panel then in the Displays Option choose Representation = Image.

The expression looks like this :

=if(  sum(Value) >0 , 'qmem://<bundled>/BuiltIn/arrow_ne_g.png' , 'qmem://<bundled>/BuiltIn/arrow_se_r.png')

JJ

udaya_kumar
Specialist
Specialist
Author

Thanks for reply,

i will try it out