Hello All,
For number fields, under the Advanced Tab the section to enter a formula includes an IF() statement. Is there a document that outlines the structure that the function takes? For example if I am checking if a equals b, would it be a=b or does it follow the Java structure of a==b?