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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
mwallman
Creator III
Creator III

Bar Chart

Hi,

In a chart I would like to change the colour of the line when it is above the reference line. E.g. to Red.

Anyone know how this is possible please?

Labels (1)
1 Solution

Accepted Solutions
Clever_Anjos
Support
Support

Use this as backgroundcolor expression

if(

Count(DISTINCT OrderID) <

Avg(total Aggr(Count(DISTINCT OrderID), MonthYear)),

LightRed()

)

View solution in original post

1 Reply
Clever_Anjos
Support
Support

Use this as backgroundcolor expression

if(

Count(DISTINCT OrderID) <

Avg(total Aggr(Count(DISTINCT OrderID), MonthYear)),

LightRed()

)