- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2015 08:24 AM
We want to add a criteria on the list at the top of ITIL homepage that is "Updated is relative on or after 3 days ago" This would mean that if it hasn't had anything done to it in 3 days it would show up at the top of the ITIL homepage too. How can I do this?
Thanks in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2015 08:30 AM
Easiest way is to create a report then turn it into a gauge and add it to the home page. Now if you do not want it to show at all if the report is blank that I'm not sure of.
Also I think you would want your filter to be Updated < 3 days ago. Which you will have to achieve using a script. So your condition will be Updated Before javascript:gs.daysAgoStart(3);

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2015 08:30 AM
Easiest way is to create a report then turn it into a gauge and add it to the home page. Now if you do not want it to show at all if the report is blank that I'm not sure of.
Also I think you would want your filter to be Updated < 3 days ago. Which you will have to achieve using a script. So your condition will be Updated Before javascript:gs.daysAgoStart(3);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2015 08:43 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2015 10:41 AM
Oh ya, forgot that one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2015 08:59 AM
Thanks Drew.. The second solution is already in use. But I want to add a criteria on the list.