Follow

Setting Up Filters

This article covers:

Filters

Filters are used to limit the information displayed to users of PPO. Examples of filters include only showing open tasks, only showing projects in the Transform & Grown portfolio, only showing tasks planned to start in the next five days, and so on. This article deals with the basic methods for setting up a filter and these steps can be applied to all types of filters (for more information on the types of filters, see the following knowledge base article) and in all business rules (for more information on business rules, see the following knowledge base article).

Adding and editing filters

To add a filter when you are on your home page and the report / dashboard parameters page click on the plus icon to the right of the filter dropdown control.

mceclip0.png

To create a new filter when you are on a list page, click on the funnel icon within the filter control and select the Add option from the dropdown.

mceclip1.png

To edit an existing personal filter, click on the Edit Filter icon (a pencil). If you have applied a Shared Filter, you won't be able to edit it so you won't see the pencil icon.  Only the PPO Administrators can edit those.

mceclip2.png

Editing an existing personal filter when you are on a list page is done by selecting the filter in the filter control and clicking on its caption highlighted in blue.

mceclip3.png

The Filter Add or Filter Edit page will open in a separate window.

mceclip4.png

The steps to set up a new filter are as follows:

1. Specify a filter name. The filter name should be descriptive enough to indicate the purpose of the filter.

2. Click on the Add Filter Items icon (+ icon). The Filter Item section will open at the bottom of the window.

3. Specify the filter item. Filter items are made up of three parts: a field, an operator and a value. It is the combination of these three parts that will determine which items will be shown and which will be filtered out. For example, if you only want to show projects in the project office department, your field will be Department, the operator is Equals and the value is Project Office. This will result in all projects in departments other than the project office being filtered out and only project office projects will be shown. See the next section in this article for detailed information on filter item options.

4. Submit the filter item. Multiple filter items can be added to each filter. Each filter item has to be submitted individually before the next filter item can be added.

5. Specify the evaluation expression. The evaluation expression is used to combine all the filter items that have been set up. The combinations can result in only showing items that apply to all criteria (using the AND expression), or showing items that apply to any of the criteria (using the OR expression). See the section on the evaluation expression later in this article for detailed information.

6. Submit the filter. This will save and apply the filter. 

To edit an existing filter, click on the filter item you want to edit.

mceclip5.png

The Filter Item section will open at the bottom of the window, allowing the user to edit the criteria.

mceclip6.png

Filter items

Using the three parts of a filter item (field, operator, and value), PPO allows users to set up a wide range of filter items.

The operator of the filter item changes depending on the type of field chosen. For example, a Yes / No type field will only allow for an "Equals" or "Does not equal".

mceclip7.png

When a text field is selected, the operator allows for "Equals", "Does not equal", "Starts with", "Ends with", "Contains" and "Is empty".

mceclip8.png

The value input box will also change depending on the type of field selected.

Resource aware filtering

PPO allows users to set up resource aware filters. This means that a filter can be set up for the project or related entity, while using information from the resource entity.

An example is a user group filter that allows users to only see projects that are assigned to the same department as the users are assigned to on their resource records.

The user group filter will then look as follows:

Note: Resource aware filters can only be set up if the same custom list is being used on the two entities involved. In the example above, the department field on the project is using the same custom list as the department field on the resource entity. 

Using dates in filters

Filters can also be customised using dates. For example, a filter can be applied to the tasks entity to only show tasks that are planned to start within the next set number of days (the number of days can be defined by the user). This can specifically be used on the user's home page and will allow the user to focus on only the most relevant tasks and not see all their tasks for all projects, some of which may only be applicable in a couple of months time.

When a date field is selected, the value input box for the filter item will allow two options. Either specifying a specific number of days or using the calendar picker for a day.

The filter can be set up to comply with a date range (number of days from today).

mceclip12.png

Filter using empty fields

Filters can also be applied to show empty fields. This is very useful when trying to create visibility of data gaps for data quality purposes and for making fields required using business rules. For more information on setting up business rules, see the following knowledge base article.

To set up a filter using an empty field, select the "Is empty" option in the Operator field. For example, to show a list of tasks that don't have someone selected in the Responsibility field, set up the filter as follows:

mceclip13.png

This filter item can also be used in business rules to specify that certain fields should be required (not empty) based on specified conditions or exceptions. For detailed steps on how to set up this type of validation rule, see the following FAQ.

Chained filters

Filters applied on resource list type fields, project list type fields and programme list type fields can further be customised by making use of chained filters. Chained filters allow users to set up filters on projects and project related entities using information captured on the resource, project or programme entity.

Examples of chained filters include:

  • Only show issues that are assigned to resources that are in the project office;
  • Only show approvals where the project type is financial. 

To set up a chained filter, the following steps need to be followed:

1. Set up a personal filter on the resource, project or programme entity that supplies the information required from that entity. For example, to set up a chained filter that will only show issues that are assigned to resources that are in the project office, the first step would be to add a personal filter on the resource entity to only show resources whose department is "Project Office".

The newly added personal filter will now be available on the resources entity.

2. Set up the filter on the intended entity. In our example above, the next filter should be set up on the issues entity. When setting up a filter on an resource list type field, project list type field or programme list type field, an additional operator will be available, namely "In".

To set up the chained filter, select the "in" operator and then select the resource filter that was set up in step 1.

3. Submit the filter item and submit the filter.

This chained filter, if applied to the Issues List page, will only show issues that are assigned to resources that are in the Project Office (i.e. resources where the resources department field is "Project Office").

Using the steps provided above, a whole range of chained filters can be set up using information from the resources, projects and programme entities. 

Important notes

It's important to note that shared filters can only be used in chained filters if the filter is being set up within the administration module (i.e. as a global filter, user group filter, business rule filter, etc).

When a chained filter is set up outside of the administration module, only personal filters can be used.

This is to allow the user full control over their filters. If a shared filter were used in a chained filter outside of the administration module, the shared filter could be modified or even deleted by the administrator, thereby impacting the user. 

Evaluation expression

The evaluation expression is used to combine all the filter items that have been set up. Boolean expressions such as AND and OR can be used to combine filter items.  Note that there is a limit to the length of an evaluation expression.

Using the AND expression will show items that align to all the filter items listed. In the example above, the filter will only show projects where the active field is true AND where the project department is project office.

mceclip18.png

Using the OR expression will show items that align to any of the filter items listed. In the example below, the filter will show projects where the active field is true OR projects where the project department is project office (irrespective of whether the active field is true).

mceclip19.png

To edit the evaluation expression, click on the pencil next to the evaluation expression box.

mceclip19.png

Please note that when you edit a filter, the Evaluation Expression defaults back to “AND” if you had it as “OR”, but if you wanted to reset the filter expression to AND all the way through, simply click on the bin icon.

mceclip23.png

Deleting filters and filter items

To delete a filter, click on the Delete menu item from the actions menu on the Filter Edit page.

mceclip20.png

Individual filter items can be deleted by selecting the filter item and clicking on the Delete button.

mceclip21.png
Was this article helpful?
2 out of 2 found this helpful
Have more questions? Submit a request
Article is closed for comments.
Start a 30 Day Free TrialClick ClickNo Credit Card and No Obligation
Powered by Zendesk