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

Conditional formating....

Hi guys,

I need to apply conditional formating row wise. I am able to do it column wise.

My condition is to highlight the max and the min value in a row.

So can you guys suggest a way to implement it please?

Thanks in advance

1 Reply
Anonymous
Not applicable
Author

Hi Rishikesh,

You can use following condition:

if(value=aggr(max(value),dimension),red(),

if(value=aggr(min(value),dimension),green(),black()))

Check out this, it might help you.

Regards

Nitin