Qualitas Suite
HomeOpen app

Documentation

Documentation Hub

Everything your team needs to learn, launch, and operate Qualitas Suite.

Article

Sorting and Filtering

Sort your data and build powerful filters with ease

Sorting Your Data

You can sort your data in ascending or descending order. To do so, simply hover over the column you want to sort to reveal the sort icon, then click it to sort your data.

Sort icon

Filtering Your Data

You can start building filters quickly by dragging a column to the filter panel on the left side of the application. You can also open the filter panel by clicking on it and then adding the columns you want to filter.

How to create filters

When filtering numeric data (decimal or integer), you can choose from the following conditions:

  • Equal to: Filters only the data that matches the number you specify.
  • Not equal to: Filters only the data that does NOT match the number you have specified.
  • Greater than: Only shows data that is greater than the specified value.
  • Greater than or equal to: Only shows values that are equal to or greater than the specified value.
  • Less than: Only shows rows whose values are less than the specified value.
  • Less than or equal to: Filters rows with values equal to or less than the specified value.
Numeric data filters

For categorical data, the available options are:

  • Equal to: Filters rows that match the specified value.
  • Not equal to: Filters rows that do NOT match the specified value.
  • Contains: Shows rows that fully or partially match the specified value. For example, "ca" will show rows containing values such as "cat", "card", "vacation", etc.
  • Select values: This condition displays a list of the different values in the column so you can select only the ones you want to filter by.
Categorical data filters

Combining Filters

You can combine columns to build more powerful filters. When adding multiple filters, you can decide whether they will be "AND" or "OR" type filters.

  • AND filters: This type of filter shows rows where the columns meet all of the specified conditions. For example, in the image below the data is filtered using the following condition: the "Weekday" column must have the value "Friday" AND the "Wait time" column must be greater than 15.

If you look at the filter result, only rows where both the Weekday and Wait time columns satisfy both conditions are shown.

AND filters
  • OR filters: With this type of filter, the rows shown need to meet at least one of the conditions, but not necessarily both. For example, in the image below an OR filter is built using the same values as the previous example. In this case, the following combinations that satisfy the filter conditions are shown:
  • Rows where the "Weekday" column is not "Friday" but the "Wait time" column is greater than 15
  • Rows where "Wait time" is less than or equal to 15, but the "Weekday" column has the value "Friday"
  • Rows where "Wait time" is greater than 15 and the "Weekday" column has the value "Friday"
OR filters

Enabling / Disabling Filters

By default, when you create a new filter your analyses automatically update using only the data that satisfies the filter conditions. If you do not want your data to update when creating filters, simply click the refresh icon in the quick access bar.

Filter activation