Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue in background color in text box

Hi maxgro swuehl,

I'm having a issue with background color in text box.

When my "if" condition is true, why is the color in the text box green instead of red.

Can someone tell me what's wrong in my expression.

Thanks in advance.

Regards,
Sachin

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

Hi,

try like this

Isnull ([user inventory finance flag])

View solution in original post

3 Replies
settu_periasamy
Master III
Master III

Hi,

try like this

Isnull ([user inventory finance flag])

maxgro
MVP
MVP

because

.... = null() isn't true

try to add  .... = null() in a textbox and look at the result

maybe with

GetPossible Count([User Defined Inventory Finance Flag])=0

Not applicable
Author

Thank you it worked.