Limit report data to computer group only

Hi

Your help please

I want to limit the data of a report to the computers belonging to a specific group.

With the following code, I have all the computers in the computer pool:

<?relevance name of it of bes computers ?>

but the following code gives me no error message and no result even though the Servers group exists:

<?relevance name of it of bes computers whose (name of bes computer group of it contains "servers" as lowercase ) ?>

Thanks in advance

Presumable you are talking about web reports which uses session relevance. Maybe this helps?

names of members of bes computer groups whose (name of it as lowercase = "your_group_name")

The Bigfix Excel connector available under the Bigfix Utilities resource is a very useful tool that can help with building session relevance

1 Like

Hi

thank you very much, it works