Need to have specific date in a month conditions on a report that runs every month

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 08:41 AM
I have a reporting requirement where I want to report on approvals within specific dates every month. The requirement is to run the report on the 8th of the month and include items with an approved date from the 22nd of the prior months to the 8th of the current month. I used a condition script in the scheduler to run the report so that's not the issue but how can I always get records from the 22nd of the prior month to the 8th of the current month (the day the report is run)?
Thanks!
Dan T
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 03:15 AM
Hi @Dan T_
To get records from the 22nd of the prior month to the 8th of the current month for your reporting requirement, you can use a combination of relative and fixed date filters in your report. Here are the steps you can follow:
- In the report builder, open the report you want to configure with this date range.
- Add a filter for the approval date field. You can do this by clicking the "Add filter" button and selecting the approval date field from the list of available fields.
- Click the "Date" tab in the filter dialog box.
- Select "Relative" as the date filter type.
- Set the "Relative start" value to "1 month ago" and the "Relative end" value to "Today". This will ensure that the report includes all approvals within the last month.
- Click the "Add another filter" button to add a second filter for the approval date field.
- Click the "Date" tab in the filter dialog box.
- Select "Fixed" as the date filter type.
- Set the "Fixed start" value to "22 days ago" and the "Fixed end" value to "8 days ago". This will ensure that the report includes all approvals between the 22nd of the prior month and the 8th of the current month.
- Click the "Apply" button to save the filter configuration.
Once you have configured the filter, save the report and run it on the 8th of each month. The filter configuration will automatically adjust to include approvals within the specified date range.
Regards,
Shravan
Shravan
Please mark this as helpful and correct answer, if this helps you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 11:59 AM
Thanks for the insight. I don't see a "Relative end" or "Relative start" option.
The next option to relative is "before" or "after"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 10:52 PM
Hi @Dan T_ ,
- Select the "Relative" date filter type.
- Choose "Start of Month" as the Relative Start value. This will set the start date to the first day of the current month. (Relative Before)
- Choose "End of Month" as the Relative End value. This will set the end date to the last day of the current month.
- Save the filter configuration and preview the report to confirm that it's working as expected.
When you run the report on the 8th of each month, the relative date filter will automatically adjust to include all approvals within the date range from the 22nd of the prior month to the 8th of the current month. This is because the filter is based on the start and end of the current month, and the report is being run on the 8th, which is within the date range you need.
I hope this helps!
Regards,
Shravan
Shravan
Please mark this as helpful and correct answer, if this helps you