Configure Work View Filter

The Filter screen allows you to specify filter criteria.

You can select either:
  • a rule. Select a rule when you are filtering on one or two criteria. For example, all work items with specific end data and in a specific state.
  • a ruleset. You can group filter criteria together in a ruleset to create more complex expressions using a ruleset. When combining filter criteria, you are essentially combining logical ANDs and ORs in a single expression. A ruleset that is added that is subordinate to another rule or ruleset is enclosed in parentheses when the system builds the filter syntax; this means that the subordinate ruleset is evaluated separately, then its result is used to evaluate the parent rule or ruleset.


Procedure

  1. Add a rule or a ruleset, depending on your requirements, by clicking or , respectively.
  2. Select AND or OR, depending on your requirements.
    Note: You can use the filter string at the top of the dialog to view your filter expression.
  3. From the drop-down list, select the column that you want to configure the filter for.
    Note: By default work item attribute columns display as Attribute 1, Attribute 2, and so on. However, if a facade was applied at design-time in TIBCO Business Studio - BPM Edition, work item attribute names are displayed as defined in the facade.
  4. Select the operator you want to use.
    Operators allow you to choose how the specified value is to be compared to the actual values in the column. You can specify equal, not equal, less than, and so on. The default is "equal".
  5. Enter the value for the items you want returned.
    The way in which you enter a value depends on the data type for the column you have selected. For example, to display all work items whose start date is prior to Oct. 1, 2020, select "Start date", choose “less_than”, then choose Oct. 1, 2020 from the value field date picker. (See DateTime Data Types and Value Data Types for information on how to configure rules.)

    Once you have created your rules, the filter string at the top of the dialog displays the actual filter string that is passed to TIBCO BPM Enterprise.

  6. Repeat these steps for each item that you want to set filter criteria for.
    Note: To remove a rule or ruleset, select the to the right of the Rule or Ruleset. You can also remove all specified rules by selecting Reset.