Hi!
I have trouble filtering objects over multiple object types. In my case I'd like to see objects by "Asset type"=PCs, objects both from object type "Workstation" and "Laptop". I tried IQL: objecttype IN ("Workstation","Laptop") ORDER BY Type DESC. But it shows only objects from active object type. And for example I'd like to list all PCs (among workstations and laptops) which have operating system "Windows 10 PRO 64bit". And also how to filter from object sub types or from all over the schema.
Best regards
Marek