Is there a way when running a query that you can suppress the word ‘None’ if ther eare multiple entries in a list?
Basically, if a Host has multiple NetworkInterfaces, but only one shows up with an ip_addr, can we have it show only that one (without having to EXPLODE, just in case there are others with mutliple NICs). I have to write a report against all server hosts to show all the NICs, their IP, speed, gateway, subnet, etc… and some have multiple NICs but do not have data for each. Some are setup in a cluster (so it does have multiple IPs, etc…) so I neeed to show that.
