I have created UDP's to get slot hardware and serials from cisco routers from the entPhysicalTable mib. The values are in the status field of Orion.
(1) How do I get to report more than one UDP in a SQL report? Everything that is within one row of a mib table should be logically reported within one row of an SQL report. With the current structure in Orion this seems not possible or do I miss something.
The table UDP view on the website works at least and it would be great to get it into SQL reports like this as well.

(2) in SQL I cannot use some filtering on the status UDP field. eg. IS NOT EMPTY would be quite feasible, as a lot of the slot will not be used; however it always reports all field when used also the empty ones. On the other hand filtering on entries that only start with "N" works like a charm. Any ideas?