-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Feature: Added xx days since last update to Custom Report #17666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Do we want that to be a preset number of days, or something a user can enter? |
the opened feature request asked for 60 days in the example. 30 and 90 are one month and one quarter (roughly). I did think about it being a field a user could enter, but that would be a bit more messy code wise, and this would fit most if not all use cases that I have experienced/used personally. |
I think I'd like it to be a number - or maybe a text field that explains relative date. (Also, that drop-down, if we were to keep it, should be a Select2) |
I'll do up a field to insert a users own number. else i'll swap it to select2 |
I think the original ask might actually have been the opposite. 60+ days since, meaning they're looking for the ones that haven't been updated within X, not the ones that have. |
Fixes #17511
The ability to filter by assets last updated before a certain amount of days has been added to the custom reports template.

This field must empty or a whole number. (It can be zero, but that basically is the same as asking for every asset)
This value can be saved to a custom report, and recalled later.