a == b ? c : break
If a equals b, the function returns c. Subsequent functions in a function chain on this target field are executed.
If a is not equal to b, no value is assigned to the target field on which the function is located and the Empty Flag is set. Subsequent functions in a function chain on this target field are not executed.
Important note: This function can only be used on fields within a node with value Loop in attribute "Iteration".
Parameters
Parameter |
Description |
a |
Comparison value 1. |
b |
Comparison value 2. |
c |
Return value if a equals b. |
Examples
Parameter a |
Parameter b |
Parameter c |
Result |
Break of function execution |
1 |
1 |
they are equal |
they are equal |
No. |
1 |
2 |
they are equal |
|
Yes. |