Hello all,
I am trying to come out with a condition like the following in the condition editor
If ( (LNAME = XYZ or Name = ABC) AND (Company = SAP)
If you notice in the condition editor, the AND condition always get "bracketed" with the previous condition.
In this case as seen in the screenshot, it is
If ( (LNAME = XYZ) OR (Name = ABC AND (Company = SAP))
How can I move the BRACKET easily to manipulate the condition?