I am trying to write a record selection formula where as follows:
if field1 in ['a','b','c'] and field2='def'
and
(if field 1 ='a' and
((field 3='ats') or (field3 startswith 'b')) then keep else drop record
Sounds fairly simple but I am struggling to keep the records. Does anyone have any advice on how this can be achieved?
Thanks.
if field1 in ['a','b','c'] and field2='def'
and
(if field 1 ='a' and
((field 3='ats') or (field3 startswith 'b')) then keep else drop record
Sounds fairly simple but I am struggling to keep the records. Does anyone have any advice on how this can be achieved?
Thanks.