Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

varying background color in straight table

Hi I have a straight table and i want to show the growth% in it where the background color has to vary according to the growth%.For example if the growth% is -25% then background will be dark red in color whereas if the growth% is -2% then background will be light red in color.

plz help

I

1 Solution

Accepted Solutions
m_woolf
Master II
Master II

If your Growth% field is X:

=ARBG(-1*X*1000,255,0,0)     for the background color of the expression for the chart

View solution in original post

2 Replies
m_woolf
Master II
Master II

If your Growth% field is X:

=ARBG(-1*X*1000,255,0,0)     for the background color of the expression for the chart

Not applicable
Author

thanks ,it worked.