Hi All,
I want to give condition that if in a field (test) value
is 000 or field (test) is empty it should go to branch1
How will I do this
For case 000 I can select my test field as left operand
and select value 000 as integer as right operand.
Now I want to have OR condition for empty also
How to do it
Regard