Hi there,
I'm having some trouble with performing conditional checks on some shape files I have. Basically, this is what my input looks like:
CityDistrictAA1A2BCC1DE
What I want do do is exclude Cities with blank districts IF they have entries where District is present, but Cities that only have one blank entry should be kept. In this case, I want to keep A1; A2; Bblank; C1; Dblank; and Eblank, whilst removing Ablank and Cblank.
I tried toying with using a tester an making it a composite test, but I have no idea how to use the correct expression.
Thanks in advance,
Robbie