Buckar00B0nzai
Technical User
I have a database (of course) that tracks services requests by technicians that complete them. I want to create a stacked bar chart that displays all of the technicians and the number of completed service requests - even if the technician has not completed any.
To accomplish this, I designed a query based on the main table that pulls: [Technician], [Service_Requested], [Status] = "Complete", and Count[Service_Requested]. Next, I designed a second query based on the first query that includes a table with each technician's name listed as a unique value. I linked the [Technician] field between the table and the query, and set the properties to pull all of the values from the table, and only those values from the query where the joined fields are equal. The result is great - all technicians are listed, only completed services and their counts are detailed, and there are null values (empty fields) for the technicians who have yet to complete work. However...
When I chart this baby I get a "<>" value in the legend. How do I fix this?
Thanks for your help in advance.
BB
To accomplish this, I designed a query based on the main table that pulls: [Technician], [Service_Requested], [Status] = "Complete", and Count[Service_Requested]. Next, I designed a second query based on the first query that includes a table with each technician's name listed as a unique value. I linked the [Technician] field between the table and the query, and set the properties to pull all of the values from the table, and only those values from the query where the joined fields are equal. The result is great - all technicians are listed, only completed services and their counts are detailed, and there are null values (empty fields) for the technicians who have yet to complete work. However...
When I chart this baby I get a "<>" value in the legend. How do I fix this?
Thanks for your help in advance.
BB