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

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


You could also use the 'relative' duration in a report with on or before 3 days ago.


Screen Shot 2015-08-18 at 17.42.02.png



Oh ya, forgot that one.


Thanks Drew.. The second solution is already in use. But I want to add a criteria on the list.