I have 4 managers I need to pull sales numbers on for various packages. The problem I have is that when a manager doesn't sell one of the packages, they dissappear from the report altogether.
I have multiple queries to build the data set as I couldn't feasibly bring the numbers together with out running queries on queries.
I have a managers table with each of the managers. I have an orders table with multiple columns, the important one being "packages". In the package column 6 different packages are tracked. I need to pull tallies for each individual package out of that column.
Any help is appreciated.
TIA
I have multiple queries to build the data set as I couldn't feasibly bring the numbers together with out running queries on queries.
I have a managers table with each of the managers. I have an orders table with multiple columns, the important one being "packages". In the package column 6 different packages are tracked. I need to pull tallies for each individual package out of that column.
Any help is appreciated.
TIA