I keep running into Syntax errors when using the IN-DB Formula tool and was wondering if there are any examples out there? I have read that some users are using CASE instead of IF but could use some advice. I understand that we are supposed to be using Quotations instead of Brackets for the DB tools. Here is my example
if "VAR1" = "VAR2" then "VAR2"
else if "VAR1" = "VAR3" then "VAR3"
else "VAR4"
Thank you!