I want to create a group and then gather records into that group based on the contents of a certain field.
IF {Field A} contains "SBN" OR "QTR" THEN gather record into GROUP A.
ELSE IF {Field A} contains "DA" OR "BEAK" gather record into GROUP B.
My problem is I do not know the operator for "contains" and "gather into". &ru
IF {Field A} contains "SBN" OR "QTR" THEN gather record into GROUP A.
ELSE IF {Field A} contains "DA" OR "BEAK" gather record into GROUP B.
My problem is I do not know the operator for "contains" and "gather into". &ru