- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2022 07:09 AM
Hello Community,
I need to create a report that filters by date filter that it isn't defined OOB. I need a report that shows items created between last and next Wednesday.
Any help about it? I attach an screenshot to exply my need:
Thanks!
Solved! Go to Solution.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 06:32 AM
The other option would be to create javascript for your filter
Take a look at this article its not the same parameters but it gives you an idea
https://community.servicenow.com/community?id=community_article&sys_id=7b5b60971b789010a59033f2cd4bcb27
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2022 06:34 AM
Take a look at this article going over Custom Interactive Filters:
https://community.servicenow.com/community?id=community_question&sys_id=c11907e1db5cdbc01dcaf3231f961912
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 02:28 AM
One question about custom interactive filters: is needed to include teh report in a dashbaord to use it?
Is there anyway to apply a filter date like'between las/next week's day (Wednesday) when you define a report? I would need to have the operand last/next week's day when I use operator between (at or after,...). I don't know if there is anyway to obatin it, I don't know where the operands definde at Servicenow are defined.
Do you know?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2022 06:40 AM
You will need to create custom interactive filters.
Follow below link to understand and create one
Create a dynamic filter option
You will basically need to do some scripting to get the result
Feel free to mark correct, If I answered your query.
Will be helpful for future visitors looking for similar questions 🙂
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 12:11 AM
I think that in this case, I can't use dynamic filter option... Doesn't it?
I read that : "dynamic filter operator is only available for Reference fields. Date/Time fields are not reference fields, the dynamic filter operator will not be available."
Thanks!