leanneconnexions
MIS
I am trying to select the postcode starting with BH1 but do not want for example BH10, BH11 etc. Afetr looking through dummies guides I am using the right expressions but it wont work! Any crystal experts out there? The formula i am using is below:
{CR_CLIENTS.Postcode} like "BH1*" and
{CR_CLIENTS.Postcode} not like ["BH10*","BH11*","BH12*","BH13*","BH14*","BH15*","BH16*","BH17*","BH18*","BH19*"]
{CR_CLIENTS.Postcode} like "BH1*" and
{CR_CLIENTS.Postcode} not like ["BH10*","BH11*","BH12*","BH13*","BH14*","BH15*","BH16*","BH17*","BH18*","BH19*"]