I am working on a report consisting of a bunch of running totals. The report is breaking down entries in our database by type, giving a subtotal, and then detailing that by source.
It is broken down by rep (the person who gets credit for the entry). This is done by putting the running totals in the rep group.
My problem is that for one of the totals, I need to show everything that was entered by each rep, that they do not get credit for (that they are not listed as the rep). But it seems that because they are in the rep group, it already excludes the records that I need, therefore they cannot be counted in the running total.
How would I get around this problem?
It is broken down by rep (the person who gets credit for the entry). This is done by putting the running totals in the rep group.
My problem is that for one of the totals, I need to show everything that was entered by each rep, that they do not get credit for (that they are not listed as the rep). But it seems that because they are in the rep group, it already excludes the records that I need, therefore they cannot be counted in the running total.
How would I get around this problem?