I have a need to construct a Group based on several object properties from the Volumes and Nodes fields together. It seems that in the Dynamic Query builder, you can only select conditions based on a single field type at a time?? Does anyone see a workaround, or perhaps an alternate way to produce the same group selection??
In this case, I'm trying to generate a group that contains only windows Hard drive volumes that belong to specific classes of device from a specific region. The group will be used to narrow down Volume utilization reports to be delivered to specific IT sub groups.
This is an example of what I'm trying to get my group to select:
From Volumes:
"Volume name" contains "_:\"
From Nodes:
"Region" contains "NAM" (Region is a custom field)
"Device Function" equals "Server" (Device Function is a custom field)
I can select from Volumes or Nodes, but not both..