Fields: sales, date, invoice, department
I have a query displaying total sales for each department by month. I also have made a Grand_Total query. I have subsequently been able to get a % of total sales by making a field: Sum ( [Sales]/[GrandTotal]) using Expression under Total. I also can get a count on invoices by importing the field in the query and setting the Total to count.
I cannot seem to get a % of # of invoices compared to Total# of invoices. Any suggestions?
I have a query displaying total sales for each department by month. I also have made a Grand_Total query. I have subsequently been able to get a % of total sales by making a field: Sum ( [Sales]/[GrandTotal]) using Expression under Total. I also can get a count on invoices by importing the field in the query and setting the Total to count.
I cannot seem to get a % of # of invoices compared to Total# of invoices. Any suggestions?