paulosinuk
IS-IT--Management
Hi,
I have a report that is grouping by month on a date/time field. The problem is that the company want to be able to report by 'billing month' rather than 'calender month'.
A billing month runs the period of 24th of previous month to 25th of current month. So for example February would be 24th January to 25th February.
The report contains 18 months of calender history which needs to be converted. Furthermore, this is going to be used on a rolling basis so I can use the typical approach of:
if date >= x and date <= y then Z
because I would have to code well into the future in order to future proof.
Is there any way to create a group based upon this type of range?
Thanks
Paulos
I have a report that is grouping by month on a date/time field. The problem is that the company want to be able to report by 'billing month' rather than 'calender month'.
A billing month runs the period of 24th of previous month to 25th of current month. So for example February would be 24th January to 25th February.
The report contains 18 months of calender history which needs to be converted. Furthermore, this is going to be used on a rolling basis so I can use the typical approach of:
if date >= x and date <= y then Z
because I would have to code well into the future in order to future proof.
Is there any way to create a group based upon this type of range?
Thanks
Paulos