aaronburro
Programmer
This is el-simple-o report, and its meant to be.
System is MAS200, non-SQL
CustomerNumber
list of all invoices for that customer
Group by CustomerMaster.CustomerNumber
No record selection formula
Total number of Invoices: ~4100
Total number of Customers: ~1000
Linking:
CustomerMaster.CustomerNumber (equals)--> InvoiceHistoryHeader.CustomerNumber
I realize that the "smarter" way to do this would be not to use the CustomerMaster table, but I'm doing it for the purpose of evaluating a possible "bottleneck."
thx in advance
System is MAS200, non-SQL
CustomerNumber
list of all invoices for that customer
Group by CustomerMaster.CustomerNumber
No record selection formula
Total number of Invoices: ~4100
Total number of Customers: ~1000
Linking:
CustomerMaster.CustomerNumber (equals)--> InvoiceHistoryHeader.CustomerNumber
I realize that the "smarter" way to do this would be not to use the CustomerMaster table, but I'm doing it for the purpose of evaluating a possible "bottleneck."
thx in advance