Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

arrow objects in qlikview

myrequirement is

in a i want to display values like suppose the value is greater than 20 so aroow shud be upwards otherwise downwards

how i shud do that

5 Replies
Anil_Babu_Samineni

Where are you trying this? Which object

If(Sum(Sales)>20, 'Uparrow path', 'Downarrow path')

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
vijaysahu2
Creator
Creator

What you can do here .. You can use two Arrows one upwards and one downwards, and whenever value is greater than 20 show the upwards arrow and hide the downwards arrow using some variable value.There is Layout tab in each object where you can find Show conditional option. This requirement is currently implemented in my current project.

Hope this guidelines help you

vikasmahajan

see this Increased / Decreased indicator

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
bhargav_bhat
Creator II
Creator II

Hi Shivali,

You can go to expression window and select Image tab  and in images select the upward and downward arrow and paste it in the expression as shown below

Arrow image.JPG

and in representation  option  set the expression as an Image

HTH

Regards,

Bhargav

vijetas42
Specialist
Specialist

Hi,

you can use bundle load for images and after that use if condition or you can write if condition with built in images for arrow.