Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Try like:
Load *, If( Left(MemberID,2)= 'TS', 'Staff', if( Left(MemberID,3)= 'TTT' , 'NonMember', MemberID)) as NewGender From <> ;
View solution in original post