I need to create a query which will display profits for each month over a year(year entered by user)
I have a table which has the booking date and the total is calculated from other attributes.
I think i need to select all bookings between [start date] and [end date](entered by user) then some how split them into months.
I dont know how to write it though.
From all of this i need to create a report and graph.
I have a table which has the booking date and the total is calculated from other attributes.
I think i need to select all bookings between [start date] and [end date](entered by user) then some how split them into months.
I dont know how to write it though.
From all of this i need to create a report and graph.