-
|
Hello, does anyone know how i can use tag-data in reports? Background: I tried the following: If i try to run this report i get the following error: So, how can i query for the tags correctly? Is it even possible? Kind regards Martin |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can run a report from the command line. You can also use nbshell to interact with the python models interactively, for finding out how these things work. I don't know what you mean by "dry run" in this context - reports should not be making any changes to the database.
Yes, of course it's possible: Netbox does it :-) Or in a Django ORM query: |
Beta Was this translation helpful? Give feedback.
You can run a report from the command line. You can also use nbshell to interact with the python models interactively, for finding out how these things work.
I don't know what you mean by "dry run" in this context - reports should not be making any changes to the database.
Yes, of course it's possible: Netbox does it :-)