Hi!
My serviceusers have requested to get a view that filters out all cases that are modified less than x days. And have another view where they show if they are just x days old.
F.ex. if we have a case that was modified 3 days ago it shouldn't show up in the first view but in the second view. I can't find a filter that allows me to do that and I can't do negative filters either.
Am I missing something or isn't there someway to manage this?
In short I would like to set a filter that says if modified is < Today AND >= Today - 7 days then show it in one view and if it's >= today and < Today - 7 days then it should show up in the other view.
Hope someone out there has an answer.