Is there a way on the tabular display in NPM that when pulling multiple OIDs via Universal Device Pollers to have the table display as an inner join instead of an outer join? Ie - only show rows that have results from both OIDs. In my case I'm pulling on hook/off hook stats from a Cisco VG224 which returns an index between 5 and 29 and I need that to match up to the actual interface name. I can poll the interface name OID but that returns all ports, not just FXS. When I put the two into a table in NPM it shows all port names on the box with the on hook / off hook status next to the ones that are FXS.
What I get currently:

What I'd like to see:

Thanks in advance for any assistance.