Hi guys,
I'm trying to build two new reports for UDT, but I'm getting stuck with the more advanced SQL queries that lookup date.
I hope one of you can help 
1. A Summary View report, much like the Top 10 Nodes by Percent Ports Used resource, that groups the Nodes by <custom_Property> AND only lists historical "Archive" information for ports that have never been seen.
What I wish to end up having is an overview of % Ports Used based on Active Ports Vs Never Used ports. Alternatively, Active Ports Vs Ports Last Seen (haven't been used in at least 90 days).
Top 10 Nodes by # of Never Seen Ports
<custom_property> | Node | Ports Count | Ports Used | Ports Never Used | % Ports Used (ASC) |
---|
Datacenter A | RTR01 | 7 | 1 | 6 | 14 |
| FW01 | 11 | 2 | 9 | 18 |
| SW01 | 9 | 3 | 6 | 33 |
| SW02 | 27 | 15 | 12 | 55 |
Datacenter B | SW01 | 57 | 34 | 23 | 59 |
| SW02 | 25 | 15 | 10 | 60 |
2. The same type of query for use in a Node Details view, where the query is ${NodeID} dependant.
What I have so far is losely based off njoylif's work found here: Re: UDT report for used/unused ports per device
I can't figure out how to call the never seen/last seen -90 bit
I'm using UDT v3.2.4
Is this doable? 
Regards,
Deltona