- Issue created by @plousia
- 🇨🇦Canada mandclu
Interesting use case. When I first read the description, I thought maybe core could do this, but I don't believe so, after a little testing.
There is the ability to use aggregation, but it seems as though once you enable aggregation on a filter (e.g. to use "minimum") it is no longer able to evaluate relative dates for comparison.
I found a couple of modules that might be useful for reference: Views Filters Extras → and Views Filter Last Delta → . The latter sounds like it does the opposite of what you want, but if you end up having to write something custom, could be good reference.
- 🇨🇦Canada plousia
Thanks for replying. I'll check into the modules you reference. I'm a frontend dev so don't muck around too much with module coding, but maybe Last Delta could provide a starting point for writing something.