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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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')