Hello,
I am trying to filter so that I remove secondary citizenship and keep null Citizenship and primary - "CITIZENSHIP_STATUS" <> 'S'
or "CITIZENSHIP_STATUS" IS NULL
What I want to do is say if there is remove secondary citizenship unless there is no primary so that it will not remove the secondary Citizenships that have no primary
Hopefully this makes sense
Thanks