Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. 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')