Hi,
I need a little help getting started on a report as I'm not sure how to approach it.
I have a table of sales, something a bit like this:
sale_id sale_datetime sale_total
For any given period I'd like to produce a report with info like this in it:
Time period, Num of sales, % of total sales, total value, % value
08:00 - 09:00
09:00 - 10:00
.
.
16:00 - 17:00
I need a little help getting started on a report as I'm not sure how to approach it.
I have a table of sales, something a bit like this:
sale_id sale_datetime sale_total
For any given period I'd like to produce a report with info like this in it:
Time period, Num of sales, % of total sales, total value, % value
08:00 - 09:00
09:00 - 10:00
.
.
16:00 - 17:00