Previous Next

Introducing Quest Reporter : Appendix B: Attributes and Regular Expressions : Applying Filters to Attributes : Grouping Filter Expressions : Example 1

Example 1
You may want to generate a User Attributes report that displays all Sales Managers and Marketing Coordinators.
{Department = “Sales” AND Title = “Manager”}
OR
{Department = “Marketing” AND Title = “Coordinator”}