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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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?

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

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
Employee
Employee

Use this as backgroundcolor expression

if(

Count(DISTINCT OrderID) <

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

LightRed()

)