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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
MUKESH__QLIK
Contributor II
Contributor II

Line Chart Color Change

Hi,

Please help me to change the line color Below, When the line is moving Up in GREEN and Moving Down in RED.

MUKESH__QLIK_0-1648292957035.png

 

 

Labels (5)
1 Reply
rubenmarin

Hi, when applying color line segment start from the middle of the dimension values so it won't look as you say, but you can try setting color with an expression like: If([YourExpression]>Above([YourExpression]), Green(), Red())

Like: If(Sum(Amount)>Above(Sum(Amount)), Green(), Red())