We have a custom property called Classifications which summarizes the node as either a firewall or a server, or a switch for example.
I am trying to create a report that summarizes the classifications as counts every week.
For Example:
Servers: 13
Switch: 10
Firewall: 203
I was able to create a report that lists all the nodes within each classification but it's 8 pages and does not provide a count for each classification.
Can someone offer some help on this?