Agent Filter Examples

<< Click to Display Table of Contents >>

Navigation:  Peer Global File Service Help > Basic Concepts > List Filters > Creating Complex Filter Expressions >

Agent Filter Examples

Example 1:  Show all Agents with the word Sales in their name, tag name, or tag category:

Sales

Example 2:  Show all Agents with a tag that has North America in the tag name and Location in the tag category:

cat:Location AND tag:"North America"

Example 3:  Show all Agents with the word Sales in their name, tag name, and tag category and with a tag that has North America in the tag name and Location in the tag category.

Sales AND (cat:Location AND tag:"North America")