Report Dynamic date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2023 06:03 AM
Hi Folks,
I have a requirement to show reports on the story table. Client wants to check how many stories have been opened for the last two/three/four month in terms of month. i.e today is 16th November 2023 so if he want to check for the last month which is from 1st of Oct till 31st oct which is quite achievable by giving the filter "ON Last Month" but what if he wants to check from last month to last month which is September (1st September till 31st September) Or August (1st August till 31st August) Or July (1st July till 31st July).
Note: Client always wants to check from first day of the month till last day of the month which he can choose of the month at his own
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2023 04:29 AM
If i understood correctly you can use Between operator to get the records like , but it will be static, like only the value you put it give results.
In other case, create a report and fetch all the record and them on Dashboard. On Dashboard add the interactive filters to get the results.
https://www.youtube.com/watch?v=OirwryvgCrM
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2023 04:33 AM - edited ‎11-17-2023 04:33 AM
How about this:
You can choose any month of course 🙂
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.