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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Opportunity to give a textbox a conditional formatting?

Hello everybody

It is possible to give a textbox a conditional formatting for an formula in the textbox?

For example:

I have a textbox in this a formula what give a date. If the date has expired, the texbox should take a different background color.

It is possible?

Thanks for your help.

greetings Sven

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Select background then, click on color and go to the calculated area where you can set your expression:

if (condition, RGB(x,x,x), RGB (y,y,y))

hope it helps

rustyfishbones
Master II
Master II

Yes its possible

Create a conditional color

If (Date <= 'yourdate', red (), green ())

rustyfishbones
Master II
Master II

Have a look at this video as it may help

https://www.youtube.com/watch?v=nNhcbtMEbnU

Not applicable
Author

Thanks Allen

its a very nice expression.

Thanks for your Help