Hi All
I've read a couple of answers to this question but most of them talk about joins in tables where my questions is about data from single table.
We have a table where we record the number of new suppliers who join our network are recorded, what type of supplier they are and the date they commence on the network and leave as well of course.
As we begin to use this new toolkit there is obviously a need to get data out and one of those questions is about ...."how many suppliers and of what type joined us in a given time period"
I can do this easily enough and get the correct answer, BUT what I cant work out how to do is to report when particular supplier types have had no new joiners in the time period.
What I am getting returned is:
Type - Count:
Supplier Type 1 - 17
Supplier Type 3 - 4
Supplier Type 6 - 8
What i want is:
Type - Count
Supplier Type 1 - 17
Supplier Type 2 - 0
Supplier Type 3 - 4
Supplier Type 4 - 0
Supplier Type 5 - 0
Supplier Type 6 - 8
Query is very simple and attached as an image. in time I'll make the dates refer to fields on a report generator, but for now How can i get a full list of supplier types even if none have been recruited for a particular type in the reporting period?
Thanks for reading and for any responses I get
I've read a couple of answers to this question but most of them talk about joins in tables where my questions is about data from single table.
We have a table where we record the number of new suppliers who join our network are recorded, what type of supplier they are and the date they commence on the network and leave as well of course.
As we begin to use this new toolkit there is obviously a need to get data out and one of those questions is about ...."how many suppliers and of what type joined us in a given time period"
I can do this easily enough and get the correct answer, BUT what I cant work out how to do is to report when particular supplier types have had no new joiners in the time period.
What I am getting returned is:
Type - Count:
Supplier Type 1 - 17
Supplier Type 3 - 4
Supplier Type 6 - 8
What i want is:
Type - Count
Supplier Type 1 - 17
Supplier Type 2 - 0
Supplier Type 3 - 4
Supplier Type 4 - 0
Supplier Type 5 - 0
Supplier Type 6 - 8
Query is very simple and attached as an image. in time I'll make the dates refer to fields on a report generator, but for now How can i get a full list of supplier types even if none have been recruited for a particular type in the reporting period?
Thanks for reading and for any responses I get