Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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()

)