Skip to content

Views, Filters & Sorting

Views let you see your database data in different ways without changing the underlying data. Each view has its own filters, sorts, grouping, and visible properties.

Key concept

The data is always the same — views only change how you see it.


View Basics

Every database starts with a Table view showing all rows. A view saves:

SettingWhat it controls
Visible propertiesWhich columns are shown/hidden
Column widths & orderLayout of the table
FiltersWhich rows are displayed
Sort orderRow ordering
GroupingHow rows are grouped into sections

View Types

TypeDescription
TableClassic spreadsheet-style row/column grid
BoardKanban drag-and-drop columns grouped by a property
ChartBar, line, or pie chart built from your rows

Managing Views

ActionHow
CreateClick + next to the view tabs → enter a name
SwitchClick any view tab
RenameRight-click tab → Rename view
DuplicateRight-click tab → Duplicate view
DeleteRight-click tab → Delete view (can't delete the last view)

Filtering

Filters show only rows that match your criteria.

Adding a Filter

  1. Click Filter in the toolbar
  2. Select a property → choose a condition → enter a value
  3. The view updates immediately

Filter Conditions by Property Type

Property typeAvailable conditions
TextContains, Does not contain, Is, Is not, Is empty, Is not empty, Starts with, Ends with
Number=, ≠, >, <, ≥, ≤, Is empty, Is not empty
Select / Multi-selectIs, Is not, Contains, Does not contain, Is empty, Is not empty
DateIs, Is before, Is after, Is on or before, Is on or after, Is within (last/next X days/weeks/months), Is empty, Is not empty
CheckboxIs checked, Is not checked
PersonIs, Is not, Contains, Does not contain, Is empty, Is not empty

Relative date options: Today, Tomorrow, Yesterday, This week / month, Next week / month

Multiple Filters

LogicBehaviourExample
AND (default)Row must match all filtersStatus = In Progress AND Assignee = Me → my in-progress tasks only
ORRow must match any filterPriority = High OR Status = Urgent → all high or urgent items

Filter Count Badge

When filters are active, the Filter button shows a blue badge with the count. Hover for a summary — click to open the filter panel.


Sorting

Quick Sort

Click the sort icon in any column header:

Property typeSort options
Text, Number, DateAscending (A→Z, 0→9, oldest→newest), Descending, Remove sort
Select, Status, PriorityOption order A→Z, Option order Z→A, Alphabetical A→Z, Alphabetical Z→A, Remove sort

A ↑ or ↓ indicator appears in the header. An active sort is shown with a checkmark in the menu.

Option order vs alphabetical

Option order sorts by the sequence you defined for the property (e.g. Not Started → In Progress → Done). Alphabetical ignores that order and sorts by name. Use option order for workflow stages.

Multi-Level Sorting

Click Sort in the toolbar → Add Sort → add properties in priority order. Drag rules up/down to change priority.

Example: Sort by Status first, then by Due Date — tasks grouped by stage, earliest due dates first within each stage.

INFO

When sorts are applied, manual row reordering is disabled.


Grouping

Grouping organises rows into collapsible sections based on a property's values.

Best properties for grouping: Select, Status, Priority, Person, Checkbox, Date (groups by month)

Creating a Group

  • Via column header: Click a column header → Group by [Property]
  • Via toolbar: Click Group → select a property

Removing a Group

Click Group in the toolbar → No grouping


Board View

Board view shows rows as cards organised into columns by a group-by property.

ActionHow
Move a cardDrag to a new column — the property updates automatically
Add a cardClick + Add at the bottom of any column
Open a cardClick to open the full row detail
Change groupingClick Group in the toolbar → select a different property
Hide empty columnsClick Group → toggle Show empty columns
Reorder columnsDrag a column header left or right (updates the option order)

Supported group-by types for Board: Select, Status, Multi-select, Person, Checkbox, Date


Chart View

Build bar, line, or pie charts directly from your database.

SettingOptions
Chart TypeBar (comparing counts), Line (trends), Pie (proportions)
Group By (X-axis)Select, Status, Text, Person, Date
Value (Y-axis)Count (rows per group) or Sum (total of a numeric property)
Property (for Sum)Which Number property to aggregate

Examples:

ChartGroup ByValueResult
Project StatusStatusCount% of projects per status
Sales by RepPerson (Sales Rep)Sum of Contract ValueTotal sales per person

Property Visibility & Column Layout

ActionHow
HideClick column header → Hide property, or use the Properties panel
Show hiddenClick Properties in toolbar → toggle on
ResizeHover right edge of a column header → drag (min 80px)
ReorderClick and drag a column header left or right

Search Within a Database

Type in the search box at the top — results filter in real time across all visible properties, combining with any active filters.

Active search indicators:

  • Pulsating blue glow on the search input
  • Blinking blue dot in the box corner
  • X button to clear

Common View Patterns

Personal Productivity

ViewFiltersSort
My TasksAssigned to = Me, Status ≠ DoneDue Date ↑
This WeekDue Date is This weekPriority ↓
High PriorityPriority = High/UrgentDue Date ↑

Team Management

ViewFiltersGroup
Team WorkloadBy Person
Blocked ItemsStatus = Blocked
OverdueDue Date < Today, Status ≠ Done

Reports

ViewFiltersGroup
Completed This MonthStatus = Done, Date within This month
Revenue by ClientBy Client

Best Practices

DoAvoid
Name views clearly (My Tasks not View 2)Creating more than ~8 views
Use relative dates (This week not a specific date)Filters so complex they're hard to read
Keep the default view simple and comprehensiveDuplicating views needlessly
Use filters to reduce cognitive load

Troubleshooting

ProblemSolution
No rows showingClear all filters — filters may be too restrictive
Can't find a propertyClick Properties → toggle visibility on
Sort not workingCheck for conflicting sorts — clear and re-apply
Groups collapsed after switching viewsClick the group header to expand