S
sergio.pringle
Hi,
Let's say I have this table with 100 customers each with one
transaction per day. So the whole table with data for a month would be
100 * 30 = 3,000 records.
I have this query that basically returns how much each customer has
spent to date, taking into account every single transaction. All I did
was leave out the DATE field and then use the SUM function for the
fields I needed, so all I get is 100 records (one for each customer)
with their totals.
How can I get the same info, but for a specific date range that I can
choose as needed.
Thank you for your help.
Let's say I have this table with 100 customers each with one
transaction per day. So the whole table with data for a month would be
100 * 30 = 3,000 records.
I have this query that basically returns how much each customer has
spent to date, taking into account every single transaction. All I did
was leave out the DATE field and then use the SUM function for the
fields I needed, so all I get is 100 records (one for each customer)
with their totals.
How can I get the same info, but for a specific date range that I can
choose as needed.
Thank you for your help.