Hello All!
I've hit a wall and I'm hoping that someone out there can provide some assistance.
Here's what I'm trying to do,
I have a report showing Nbr of Vendors per Invoice, I do this by grouping by Invoice and having a Distinct Count of Vendors and then supressing the detail section.
However I have other Groups above Invoice and I want to take this distinctcount in Group 3 and Sum it up to groups 1 and 2.
Confused yet? Here's an example of what I want
Invoices Vendors
Group1 - User: Jsmith 4 8
Group2 - Date 5/12 4 8
Group3 - Invoice 123456 1 2
Group3 - Invoice 123457 1 2
Group3 - Invoice 123458 1 2
Group3 - Invoice 123459 1 2
The problem is I can't Summarize on a Distinctcount field.
A distinct count would only give me 2 in Groups 1 and 2 and a count could be much higher than what I want, each invoice having potentially many lines.
Is there a way to do this? Or do I need to take a completely different approach?
Thanks in advance.
I've hit a wall and I'm hoping that someone out there can provide some assistance.
Here's what I'm trying to do,
I have a report showing Nbr of Vendors per Invoice, I do this by grouping by Invoice and having a Distinct Count of Vendors and then supressing the detail section.
However I have other Groups above Invoice and I want to take this distinctcount in Group 3 and Sum it up to groups 1 and 2.
Confused yet? Here's an example of what I want
Invoices Vendors
Group1 - User: Jsmith 4 8
Group2 - Date 5/12 4 8
Group3 - Invoice 123456 1 2
Group3 - Invoice 123457 1 2
Group3 - Invoice 123458 1 2
Group3 - Invoice 123459 1 2
The problem is I can't Summarize on a Distinctcount field.
A distinct count would only give me 2 in Groups 1 and 2 and a count could be much higher than what I want, each invoice having potentially many lines.
Is there a way to do this? Or do I need to take a completely different approach?
Thanks in advance.