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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
swathidumpala
Contributor
Contributor

writting If statement in field expression

Hi ,

If I have to write the below statement ,

If branch=1 then 'Y' else 'N'.

How can we achieve this in Field expression.

 

1 Reply
Lisa_P
Employee
Employee

If(branch=1, 'Y', 'N')