i am trying to run a query based on 2 fields one is called REGION and contains records such as NW1,NW2,SE1,SE2, etc. The other is called OFFICE and contains records such as SLA, NON SLA.
What i am trying to achieve is to count how many NW records are SLA and how many are NON SLA.
I am not interested whether they are NW1or NW2 just NW.
I have tried using the Count function on the OFFICE field i.e like "sla" and it appears to work although i get two rows NW1 and NW2 which I don't want. But when i add a third column to the query for "non sla" i get no results at all?
Please Help
What i am trying to achieve is to count how many NW records are SLA and how many are NON SLA.
I am not interested whether they are NW1or NW2 just NW.
I have tried using the Count function on the OFFICE field i.e like "sla" and it appears to work although i get two rows NW1 and NW2 which I don't want. But when i add a third column to the query for "non sla" i get no results at all?
Please Help