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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
gautik92
Specialist III
Specialist III

Flag

How to calculate flag whether the sales is high or sales is low??

It should be indicated in Up arrow and Down arrow

Labels (1)
1 Solution

Accepted Solutions
its_anandrjs
Champion III
Champion III

Hi,

For your expression use for new expression and

Ex:-

If( SUM(Metrics) < 0,'qmem://<bundled>/BuiltIn/arrow_s_r.png','qmem://<bundled>/BuiltIn/arrow_n_g.png')

Or

If(SUM(Sales) < 0,'qmem://<bundled>/BuiltIn/arrow_s_r.png','qmem://<bundled>/BuiltIn/arrow_n_g.png')

1. Select the expression

2. and change settings in the Display Options

see the snap for this

Display.png

Regards

Anand

View solution in original post

5 Replies
gautik92
Specialist III
Specialist III
Author

index.png

Like this

ashfaq_haseeb
Champion III
Champion III

Hi,

Please come-up with sample example.

Check if this helps.

Regards

ASHFAQ

Anonymous
Not applicable

Hi!

Take a look at the attached file.

Is something like this that you're looking for?

Regards

Gabriel

its_anandrjs
Champion III
Champion III

Hi,

For your expression use for new expression and

Ex:-

If( SUM(Metrics) < 0,'qmem://<bundled>/BuiltIn/arrow_s_r.png','qmem://<bundled>/BuiltIn/arrow_n_g.png')

Or

If(SUM(Sales) < 0,'qmem://<bundled>/BuiltIn/arrow_s_r.png','qmem://<bundled>/BuiltIn/arrow_n_g.png')

1. Select the expression

2. and change settings in the Display Options

see the snap for this

Display.png

Regards

Anand

gautik92
Specialist III
Specialist III
Author

Thanks a lot