Filters
  • 16 Feb 2024
  • 8 Minutes to read
  • Contributors
  • Dark
    Light
  • PDF

Filters

  • Dark
    Light
  • PDF

Article summary

Filters

Selecting Data (Filter)

While working in the Barchart Editor, Safran Project provides two features for narrowing down the amount of activities presented.

  1. Applying a 'Normal Filter'
  2. Using 'Auto-Filter' on displayed columns

Specifying Activity Selection Criteria

To select a data group, you must specify criteria familiar to all the entries in the group. Your selection criteria can be saved as named filters for later reuse. By choosing Filters from the HOME toolbar, you are given a window for selecting the activities to appear on the Barchart Editor. If no selection criteria are entered, all activities in the project are included.

SP%20BE%20Filters%20Ribbon

Create a new filter

Selection criteria and filter expressions may get complicated and cumbersome to enter, so you may find it helpful to name and store your expressions for future use.

To create a new filter, click on the 'Filters ' icon.

SP%20BE%20Filter%20Icon

Click 'New...'

SP%20BE%20Filter%20New

Type in a filter name

SP%20BE%20Filter%20New%20Filter%20name

Click 'Insert Row' and add your filter criteria.

SP%20New%20Filter%20Insert%20Row

The 'APPLY' and the 'OK' buttons will save any modifications to your filter; the only difference is that 'OK' will close the filter window, while 'APPLY' leaves the window open. If you wish to modify a complex filter, it is recommended to first use the 'Save As...' option so you can go back to the old filter in case you are not happy with the new filter.

Remember that a filter could be used in layouts and reports, so changing an existing filter might have consequences you don't see in the current view.

Select a Filter

To select an existing filter, choose from the Filter drop-down list.

SP%20BE%20Filter%20Select

The 'Save As...' option allows you to modify and save an existing filter under a new name.

SP%20BE%20Filter%20Save%20As

To remove a filter expression from the list of filters, select the filter from the drop-down box and press the Delete button.

SP%20BE%20Filter%20Remove%20Filter%20Expression

Keep in mind that filters are 'universal' throughout Safran and may be used in all areas/functions of the system.

When used in a multi-user environment, a filter specified by one user will be available for all users on the system. Other users could choose and even modify/adjust the filter ad hoc. However, they would not be allowed to save changes to the original filter. The users would still be allowed to store the filter as their own.

Auto filter

In addition to the filtering capabilities discussed above, Safran also has an 'Auto Filter' tool for the fields nominated in your Barchart layout. To switch the function on/off, select the tool from the Home/Editing portion of the ribbon.

SP%20BE%20Filters%20Autofilter

Or by right-clicking in the Column Header area and toggling 'Auto Filter' as shown below:

SP%20BE%20Filter%20Activate%20Autofilter

When an auto filter is turned on, a down arrow appears to the right in each column heading, indicating that auto filter capabilities are available.

SP%20BE%20Filters%20Colum%20Autofilter

You can select relevant values from the column values drop-down in its simplest form. You can also apply an auto filter to multiple columns as required.

When an auto filter for a column is applied, the down arrow and header turn blue.

SP%20BE%20Filter%20Apply%20Autofilter

NULL means that there are no values in the cell. If you used the standard filter, the filter above would equal the operator 'IS NOT NULL.'

For flag fields, only two options (Yes/No) are available:

SP%20BE%20Filter%20Apply%20Autofilter%20Flag%20field

In a standard filter, the 'Search' field works as the operator 'Contains.'

SP%20BE%20Filter%20Autofilter%20Search

In addition to simple filtering, Safran provides you with more extensive capabilities similar to the standard functions discussed earlier.

A standard filter panel is opened by selecting 'Extended Filter' in the Auto Filter panel, allowing you to specify a more extensive filter expression with relevant operators for the chosen field.

Once an 'Extended Filter' is specified, the existing simple selection is presented in light gray while the 'Extended Filter...' button is highlighted. To return to simple Auto Filter, press the 'Clear Filter' button.

SP%20BE%20Filter%20Extended%20Autofilter

SP%20BE%20Filter%20Autofilter%20Description

Filter Operators

OperatorMeaningUsage guideline
=EqualsValid for a column that contains text, numbers, or dates. Specify a single value or pick a value from the drop-down list. Results include only records where the data in the column matches the value in the filter.
<>Not equalValid for a column that contains text, numbers, or dates. Specify a single value or pick a value from the drop-down list. Results include only records where the data in the column does not match the value in the filter.
<Less thanValid for a column that contains numbers or dates. Specify a single value. Results include only records where the data in the column is less than the value in the filter.
>Greater thanValid for a column that contains numbers or dates. Specify a single value. Results include only records where the data in the column is greater than the value in the filter.
<=Less than or equal toValid for a column that contains numbers or dates. Specify a single value or multiple values. Results include only records where the data in the column is less than or the same as the value in the filter.
>=Greater than or equal toValid for a column that contains numbers or dates. Specify a single value or multiple values. Results include only records where the data in the column is greater than or the same as the value in the filter.
IS NULLno valueValid for a column that contains text, numbers, or dates. Do not specify a value. The operator tests only for the absence of data in the column. Results include only records where there is no data in the column.
IS NOT NULLcontains a valueValid for a column that contains text, numbers, or dates. Do not specify a value. The operator tests only for the presence of data in the column. Results include only records where there is data in the column.
Beginsvalue begins withValid for a column that contains text, numbers, or dates. Specify a single value. Results include only records where the data in the column begins with the value in the filter.
Not Beginsvalue does not begin withValid for a column that contains text, numbers, or dates. Specify a single value. Results include only records where the data in the column does not begin with the value in the filter.
Containsvalue containsValid for a column that contains text, numbers, or dates. Specify a single value or multiple values. Results include only records where the data in the column contains the values in the filter.
Not Containsvalue does not containValid for a column that contains text, numbers, or dates. Specify a single value or multiple values. Results include only records where the data in the column does not contain the values in the filter.
Endsvalue ends withValid for a column that contains text, numbers, or dates. Specify a single value. Results include only records where the data in the column ends with the value in the filter.
Not Endsvalue does not end withValid for a column that contains text, numbers, or dates. Specify a single value. Results include only records where the data in the column does not end with the value in the filter.
INvalue equals X (or equals y) (or equals n)Valid for a column containing text, numbers, or dates. Specify a single or multiple values (separating values with a comma). Results include only records where the data in the column matches the value(s) in the filter.
Not INvalue does not equal X (nor equals y) (nor equals n)Valid for a column containing text, numbers, or dates. Specify a single or multiple values (separating values with a comma). Results include only records where the data in the column does not match the value(s) in the filter.

These two filters will, for example, give you the same result:

SP%20BE%20Filter%20Example%201

SP%20BE%20Filter%20Example%202

Depending on how complex your filter is, you might have to add parenthesis to ensure you get the selection that you want.

SP%20BE%20Filter%20Parenthisis

Using the 'Move up' / 'Move down' allows you to rearrange your filter. In the example below, the description row was moved up two rows. This filter will not work unless you modify it.

SP%20BE%20Filter%20Missing%20logic%20in%20multiline%20filter

Even if you can save the filter without error, you should still check in the Barchart Editor that you have the desired selection before relying upon it in reports.

Activity Search List

The activity search list allows you to create a subset of activities to browse or investigate and still have all activities selected in the Barchart Editor. This will enable you to browse predecessors or successors, follow the logic outside the activities in the search list, and then revert to the search list and use this as your criteria for investigating the schedule.

Applying the selection criteria as a Filter to the Barchart Editor would allow you to see and investigate the activities that match the requirements.

Opening the Search List.

The Activity Search List option is available from the Filter section on the Home tab. Select 'Options' and then 'Activity Search List.'

SP%20BE%20Activity%20Search%20List%20Ribbon

The activity Search list window opens with all activities in the project as default. The Activity Search List displays 'Activity ID' and 'Description'. Activities are sorted by Activity ID. The window is resizable and stays on top of the Barchart Editor until closed.

SP%20BE%20Activity%20Search%20List%20BE

Navigating

The Activity Search List window is synchronized with the Barchart Editor in such a way that if you select an activity in the Search list, it will be highlighted in the Barchart Editor, or if you choose an activity from the Editor, it will be highlighted in the Search list if it is a part of the activities listed in the search list.

  • You can click on any activity in the search List window, and it will highlight the activity in the Barchart Editor.
  • You can use 'Previous On List' to navigate the activity above the selected activity.
  • You can use 'Next On List' to navigate to the activity below the currently selected activity.

Creating Your List - Filtering

You usually will not navigate the Activity Search List with all activities selected for focus. To create a selection of activities, press the Filter button to select previously stored filter expressions that fit your task. Use the filter window to generate an ad-hock filter or create a new filter to be stored.

Example of filter applied to create a list of activities for Phase= Q - Civil Work - Construction.

SP%20BE%20Activity%20Search%20List%20Filter


Was this article helpful?