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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
abhi1693r
Contributor II
Contributor II

How to conditionally colour text boxes

I have a text box with formula, ='Status' is & if([Report]='X','Required','Not Required').

I want the color of the to turn green when Required is displayed. 

 

Thanks

1 Solution

Accepted Solutions
olivetwist
Creator
Creator

In the object properties on the General tab, click the Colour box under Background. Choose Calculated under Base colour. =IF(Report='Required',GREEN()).

View solution in original post

1 Reply
olivetwist
Creator
Creator

In the object properties on the General tab, click the Colour box under Background. Choose Calculated under Base colour. =IF(Report='Required',GREEN()).