Updated is relative on or after 3 days ago

karthikdoure
Mega Contributor

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

1 ACCEPTED SOLUTION

DrewW
Mega Sage
Mega Sage

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);


View solution in original post

7 REPLIES 7

karthikdoure
Mega Contributor

"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


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.


Thanks a lot It is showing up on the homepage now