I can't believe I couldn't find this question somewhere...
Question to me: How many quotes did we generat per customer last year?
Two Tables: Quotes and Customer
I started a Total Query
CustomerID - Grouped
CSNAME - Last (to capture something, in case name changed)
? How do I get a count? (see below for desired output)
Filter Quotes Where QuoteDate "Between [Begin Date] And [End Date]"
This is all we need:
CustomerID CSNAME ?
123 ABC 17
456 FGH 202
789 XYZ 13
Question to me: How many quotes did we generat per customer last year?
Two Tables: Quotes and Customer
I started a Total Query
CustomerID - Grouped
CSNAME - Last (to capture something, in case name changed)
? How do I get a count? (see below for desired output)
Filter Quotes Where QuoteDate "Between [Begin Date] And [End Date]"
This is all we need:
CustomerID CSNAME ?
123 ABC 17
456 FGH 202
789 XYZ 13