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: 
chinnu123
Creator
Creator

Cell background colour

Hi Community,

Here I am facing an issue regarding cell background colour which needs to change to red. where the condition is

Case1:

If field5(Externalsd-8.5%) is greater than field5(Internal-3.2%) then background colour of field5(Externalsd-8.5%) should change to red colour.

Case2: If field5(Inbuild greater than 1.6% then the background colour of field5(Inbuild-1.7%) should be yellow

I am attaching sample excel sheet

Thanks in Advance,

Regards,

Chinnu.

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

Hi,

Check the below expression in your Background Color of your Expression.

if(Field1='External SD' and sum(Field5)>Sum({<Field1={'Internal'}>}Field5),Red(),

if(Field1='inbuilt' and sum(Field5)>0.016,Yellow(),White()))


check the attachement

View solution in original post

1 Reply
settu_periasamy
Master III
Master III

Hi,

Check the below expression in your Background Color of your Expression.

if(Field1='External SD' and sum(Field5)>Sum({<Field1={'Internal'}>}Field5),Red(),

if(Field1='inbuilt' and sum(Field5)>0.016,Yellow(),White()))


check the attachement