Objective
After reading this article, you will understand how to use custom logic in your custom formulas.
Before you get started
These articles might be helpful before you read further:
Introduction to Custom Logic Formulas
Within Custom Formulas, you can now utilize “IF/THEN” statements to further customize your logic with advanced formulas.
The format for this logic is IF(condition, true statement, false statement). For example, if you wanted to test IF a Radio button is selected first before continuing with your Formula you could write “IF(ROW1 > ROW2, 10,20)”. This will check if ROW 1 is greater than ROW 3 and if so, it will print out 10, if it is NOT greater than ROW2 it will print out 20.
Comments
0 comments
Please sign in to leave a comment.