I am using the following formula to select records for a particular month (CR 8.5/Oracle):
({ALL_ASSIGNMENTS.Date Assigned} in date(year({?LastDayofMonth}),month({?LastDayofMonth}), 01) to {?LastDayofMonth})
LastDayofMonth is a parameter.
It is a lot easier to know the first day of the month than the last (30 days has September, April........). I know there has to be a better formula to use......
({ALL_ASSIGNMENTS.Date Assigned} in date(year({?LastDayofMonth}),month({?LastDayofMonth}), 01) to {?LastDayofMonth})
LastDayofMonth is a parameter.
It is a lot easier to know the first day of the month than the last (30 days has September, April........). I know there has to be a better formula to use......