legalkill
Technical User
- Nov 27, 2001
- 11
I need to report a series of records through two time ranges. I need a semi annual report (only 6 months) that will report in a monthly group values from 12 months prior. For example the December month group i need to have the subset of records from Jan to December. Then the November report would include December of previous year till November.
I can separate records using the between statement and the Date-days. "Between [date] and [date]-365" I can get the 12 month group from any date. How do i then specify a 6 month (semi-annual) grouping that repeats the 12 month series over that 6 months.
I can separate records using the between statement and the Date-days. "Between [date] and [date]-365" I can get the 12 month group from any date. How do i then specify a 6 month (semi-annual) grouping that repeats the 12 month series over that 6 months.