Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Filter

...

Filters are available in many of PhixFlow's views which display lists of objects.

...

data in a chart.

Filters are made up of a set of clauses; each clause in turn contains a number of conditions.

You can name a save filters for future use, or use them temporarily.

Buttons:

Image Added

Apply the filter without saving it.

Image Added

Save without closing.

Image Added

Save and close.

Filter tab

Build a filter by adding conditions and clauses in this tab.

Image Added

Add a clause to the filter. Hover over the editor to the right of a condition to see this button.

Image Added

Delete the selected clause or condition from the filter. Hover over the editor to the right of a condition or clause to see this button.

Image Added

The value entered is a literal value. Click this icon to change this, if you want to use an expression.

Image Added

The value entered is an expression. Click this icon to change this, if you want to enter a literal value.

Create prompt filter

You can create a filter that will prompt users to enter a value, and filter based on that. For example, if you have data which contains people's names, you could create a filter like:

Name contains _prompt.EnterName fx

Filter on Current User

If you data contains details of the user, you may be able to filter based on the currently logged in user. For example, to set a filter where the owner equals the current logged in user, add a condition to the filter:

Owner equals _user.name fx

Enter a list of values for an "Is In" or "Is Not In" filter

If you want to select a set of records which have a field set to one of a range of possible values you can do this by selecting the "Is in" or "Is not in" comparator from the drop down list and then simply typing the list of values into the edit box to the right of the comparator as a comma separated list like this:

Country Is in England, France, Germany ABC

Alternatively, you can enter the comparison value as expression:

Country Is in ["England","France","Germany"] fx

Details tab

If you want to save this filter for future use, enter details in the Details tab, and save.

...

FieldDescription
NameThe Name of the Filter.
PrivateTick this field if this Filter should only be available to the user who created it.
DescriptionDescription of
the Filter.

Form Icons

The form provides the standard form icons as well as the following:

Image Removed

Applies the filter without saving it.

Image Removed

Save as.

Form: Conditions

the Filter

...

.



See Also