Hi there,
I have an table with 2 columns, a date column and an int column and I want to sum the int columns per month where a month start on the 15th
So the first result would be from today to the 15 of next month (Jan), the next row will be from the 16Jan to the 15Feb and so on until there are no more dates in the first column
Makes sense?
EDITED!!!
Sorry, i'll explain what I mean better. A month is defined from the 15th of one month to the 14th of the following month. The first month in the results will be from today to the 14th where the 14th could be a day away or 3 weeks away etc. The second month will be to the 14th of the next month. The last month in the result will be from the 15th to the end date on the table, so it's possible that the final month could be 2 days of data
Better?
I'll look at the answers now