- 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 11:47 AM
"Easiest way is to create a report then turn it into a gauge and add it to the home page"
This is working with my ITIL home page. But not for the default ITIL homepage

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2015 01:26 PM
When you say Its not working on the default do you mean its not there or is it not showing what you expect.
If its not there you need to go to the Homepage Admin and edit the page from there so it does not create one just for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2015 08:10 AM
Thanks a lot It is showing up on the homepage now