I have a table which has Date, Total Invoice, Customer region etc
I need to calculate total invoices generated for each month in a year
Out put should be displayed group by each month name
Ex: Total Jan Feb Mar Apr May etc
100 30 40 50 80 200 etc
Please let me know how I can get this
I need to calculate total invoices generated for each month in a year
Out put should be displayed group by each month name
Ex: Total Jan Feb Mar Apr May etc
100 30 40 50 80 200 etc
Please let me know how I can get this