Any way to use today's date in a filter? #15300
Unanswered
troycarpenter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a filter looking for IP addresses that are deprecated AND has a custom field with a date earlier than a specific date. So far I've had to manually edit the filter each time I want to use it to change the date in the filter:
I want to change the hard coded date to a variable that represents today (something like $today). This would be similar to how the $user token is provided for the permissions constraint (https://netbox.spwifi.arrisi.com/static/docs/administration/permissions/#user-token) .
Is there such a variable that would do that in a filter query?
Beta Was this translation helpful? Give feedback.
All reactions