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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
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()).