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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
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')