The Application class has an attribute (Hardware) which refers to the Hardware class.
(domain HardwareSoftwareInstance)
how to limit the data displayed by only showing that relating to VirtualServer and PhysicalServer.
I introduced this in the filter area
from Hardware where IdClass::regclass in (/’“VirtualServer’”::regclass, ‘"PhysicalServer’"::regclass /)