Which percent of the physical interfaces are missing a description. Useful for maintaining best practices.
percent_of(length(Interfaces[? (Hardware == 'Gigabit Ethernet' || Hardware == 'Ten Gigabit Ethernet') && (Description == null || Description == '') ]),length(Interfaces[? (Hardware == 'Gigabit Ethernet' || Hardware == 'Ten Gigabit Ethernet')]))