machumpion
Registered User.
- Local time
- Today, 18:05
- Joined
- May 26, 2016
- Messages
- 93
Greetings y'all,
I have an Order table featuring different store names (StoreName) as text, sales (Sales) as currency, and order date (Order) as Date (yyyy-mm)
I would like to query the average monthly revenue for each store by year.
In Query Design, I add the fields StoreName, OrderDate, and Sales, and set the Total for Sales to "Avg"
Unfortunately, the query only returned the average order amount for every month by store.
How can I query it so that it returns one monthly average sales for each store by year?
Thanks!
I have an Order table featuring different store names (StoreName) as text, sales (Sales) as currency, and order date (Order) as Date (yyyy-mm)
I would like to query the average monthly revenue for each store by year.
In Query Design, I add the fields StoreName, OrderDate, and Sales, and set the Total for Sales to "Avg"
Unfortunately, the query only returned the average order amount for every month by store.
How can I query it so that it returns one monthly average sales for each store by year?
Thanks!