- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2022 07:41 PM
Hello, I have a Filter Search which returns rows that meet a date condition which is on or after a certain day and time of the current week. This is done using the "trend" function, trend on or after day and trend on or after hour of day.
How do I use this in a interactive filter that I can apply to a dashboard?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2022 06:21 AM
It is possible to do, with no OOTB modifications, if you know how. You'll also need the trend operator/value syntax, which is easily obtained by running a query and then examining the URL. If your labels can be static, you can use this method to create a standard filter. Otherwise, you can create a custom filter from one of these templates. This will require content_admin, though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2022 11:05 PM
@VL10 Its not possible to add the trend type filter in the interactive filter. ServiceNow provides only "Created on Last 3 months" type filter(as shown in image below)
Solution can be:
You can create the multiple trend type reports and add it to the dashboard.
Please mark as correct answer if this solves your issue.
ServiceNow Community Rising Star, Class of 2023

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2022 06:21 AM
It is possible to do, with no OOTB modifications, if you know how. You'll also need the trend operator/value syntax, which is easily obtained by running a query and then examining the URL. If your labels can be static, you can use this method to create a standard filter. Otherwise, you can create a custom filter from one of these templates. This will require content_admin, though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 12:31 PM
Thank you for this very useful information, we will work on it. Much appreciated.