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

If Variable is null return result

Hi All,

I have a variable in input box. I want to create a formula where if the variable is empty then in a text box it should say "YES" else if value is entered then it should say "NO"

something like this =If(isnull(VinDocs), 'Yes') VinDocs is my variable

Thanks in advance. Please help me.

1 Solution

Accepted Solutions
renjithpl
Specialist
Specialist
Author

i solved it, i got the right formula.

its =if(VinDocs='', 'Yes', 'No') it worked.

Thanks.

View solution in original post

1 Reply
renjithpl
Specialist
Specialist
Author

i solved it, i got the right formula.

its =if(VinDocs='', 'Yes', 'No') it worked.

Thanks.