Ok, I have a table.
On this table are Services, Tasks, and Projects
Projects and services are independant, but a task can be independant, or belong to a service. In this case, it's called a task, but it's really a service.
I need to do a ratio of Services, Tasks and Projects, shown in a pie chart. The table tells me if it's a service, task or project, and it also has a "link" column. If the task belongs to a service, the key to that service is in this field, otherwise it is empty.
So, my query would show how many tasks, services and projects I have, then it's easy to put it into a pie chart. I can't figure out how to set up the query though. :-(
On this table are Services, Tasks, and Projects
Projects and services are independant, but a task can be independant, or belong to a service. In this case, it's called a task, but it's really a service.
I need to do a ratio of Services, Tasks and Projects, shown in a pie chart. The table tells me if it's a service, task or project, and it also has a "link" column. If the task belongs to a service, the key to that service is in this field, otherwise it is empty.
So, my query would show how many tasks, services and projects I have, then it's easy to put it into a pie chart. I can't figure out how to set up the query though. :-(