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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

setting threshold

I have a simple bar chart for which i'm trying to set a threshold value. As in if the value of a certain field crosses a threshold value, either the entire bar must change color or the part of the graph that has exceeded the threshold value must change color. Any ideas on how this is possible?

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

see the attached example.

Good luck!

Rainer

View solution in original post

3 Replies
Not applicable
Author

Hi,

see the attached example.

Good luck!

Rainer

Not applicable
Author

hi

ive added an expression in the expression>background selection like "if(quantity>300, LightBlue(),LightGreen())"

This changes the color of the entire bar. Is it possible to only change the color of the part of the bar that exceeds the threshold?

Not applicable
Author

Hi,

as you will see in the modified example it works in the way you want.

Rainer