Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Visual prompts

HI everybody!

I began working with QV not long ago and have a question, is it possible to fix the visual prompts in the table with the following condition:

red colour if V<30 and W>0.8 simultaneously

So I need to create something like this:

table.PNG

Thanks in advance for any ideas!

1 Solution

Accepted Solutions
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi Alexander,

See my qvw.

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

4 Replies
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi Alexander,

See my qvw.

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Assuming that V & W are expression labels, expand the expression tree for V and W in succession and add the following to the Text Color expression field for each one of them:

=IF ((V < 30) and (W > 0.8), Red())

In QlikView you can refer to expression results by way of their label.

Best,

Peter

Anonymous
Not applicable
Author

Hi Peter,

On straight and pivot table you have an option on properties to do this, on tab Visual Cues.

Regards,

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Yes, that's true. But in this case you have two dependent expression columns. And in Visual Cues you can only compare one expression to one (calculated) value at a time.