Is there an interactive filter calendar widget for dashboards?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2018 08:45 AM
Hi there -
I am working with Dashboards in an older release of ServiceNow, Jakarta.
Is it possible to deploy a standard, out-of-the-box calendar widget for my Start and End dates? In other words, a little pop up calendar for a Start date and another for the End date to establish a range?
If not, is it possible to do in a newer release?
Thank you,
Hugo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2018 02:17 PM
For dates, we have the ability to use the date filter which picks using the normal condition builder functions. There is not an OOTB calendar for picking start and end dates. However, you can create one by writing your own custom interactive filter. Custom interactive filters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2018 02:25 PM
Thank you, Adam!