I am wringing out what's left of my few brain cells and just not getting the logic in report creation. I'm trying to create what Ithink is (or should be) a simple query.
What I'm trying to do is: Only query a specifc custom property called "client" and then do a sub query within that for all the nodes that have a custom property assigned that are either: 'Prioity 2' or 'Priority 3'. My first efforts produced a report with all nodes but it refused to show just the P2 and P3's and instead showd all of them whatver their 'P' level. I ended up resorting to creating a report just for the P2 devcies and a second one just for the P3 devices (which introduced a 2nd issue - see further down).
So, can I not do this? The logic I tried to apply was:
All conditions (AND)
Client is equal to: ABC
AND
priority is equal to: P2
OR
priority is equal to: P3
Secondary Issue: so all this messing with reports showed up a second anomaly in that none of the P3 devices, even in a standalone report (a duplicate of the P2 with just the P changed), would show up. Yet if I go into the custom property editor, select the relevant client I can see all teh devices including the P3's. I even tried editing the report to say all devices beginning with a common set of letters across the board (they are all routers, and are all from the same provider, and we do have SNMP RO access to them) - but the report is still blank.
Help, please. 