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: 
Anonymous
Not applicable

Conditional color based on a field

Hello,

I'd like to color the backgroud of a cell thank to a value stored in a field

To do it, I made a table with

LOAD * INLINE [

Cod, Desc, BackColor

1, 'First', RGB(255,128,128)

2, 'Second', RGB(255,128,128)

3, 'Third', RGB(255,128,128)

];

I'd like to paint the backgroud of a filed of a pivot table containing the "Cod" field with the color set on the INLINE TABLE; to do it, I set the BackColor fields in the background color of the field I'd like to paint, but it doesn't work 😞

Can anyone help me, pls?

Thanks.

N.

1 Solution

Accepted Solutions
prma7799
Master III
Master III

3 Replies
prma7799
Master III
Master III

Try like this...

Anonymous
Not applicable
Author

Great suggestion!

Thank you so much!

N.

prma7799
Master III
Master III

My Pleasure.....