Does anyone know if you can apply "Group" SWQL syntax when filtering a resource?
Example I created a "group" Windows. When we edit the NPM Summary page we would like to "filter" where group = 'windows'
I have tried the following which have not worked
group = 'windows'
Container.name = 'windows'
Orion.group = 'windows'
Orion.Container.name = 'windows'
Trying to get around the issue/bug with view limitations and selecting groups
Thanks