|
• Attribute – The objects will be filtered using the value of an attribute owned by either the base class or a related class. For example, when filtering assets, you can use the Asset class’s Classification attribute. Most filter criteria are based on an attribute.
• Relationship – The objects will be filtered using the value of a relationship from the base class to another selected class. For example, when filtering assets, you can use the Asset class’ relationship to the Asset Type class.
For example, if you are filtering a group of work order tasks, you might select the Task status attribute. You can then select one of the task statuses (for example, Planned) as the value to filter on.
•
•
• Fixed: Select this option to filter a group of items based on a specific value that you enter.For example, if you are filtering a group of assets to list only maintainable assets, you would select the Asset class’s Classification attribute, and set Maintainable as the fixed value.
• Variable: Select this option to filter a group of objects using a relative value. The value used in the filter is only determined at the time the filter is used by looking up the current value of the selected attribute or relationship. You can use any attribute or relationship that can be reached through a join path starting from the Site class. A specific value cannot be selected.For example, to select work requests created by the employee currently logged in, you would base the filter on the Created by attribute, and select Enterprise.CurrentEmployee.EmployeeName as the variable value. The requests will then be filtered based on the name of the employee who is currently using the filter.
The list contains attributes that are owned directly by the specified class. However, it only includes attributes that are of the same type as the attribute identified in the Attribute to use for filtering box. For example, if the attribute to filter by is a string, then only string attributes appear in this list. Similarly, if the attribute to filter by is a date, then only date attributes are available.