Przejdź do głównej treści
Collection Views allow you to create multiple customized perspectives of your data. Instead of manually adjusting sorting, filtering, or field visibility every time, you can save different configurations and switch between them instantly.
The view dropdown has been replaced by view tabs at the top of your collection. If you see only a configure menu (⋯) and no tabs, you have one view — add a second view to see the tabs appear.

What are Views?

Views are customizable ways to display your Collection. Each view has a type and its own saved configuration:
  • View type — Table or Gallery
  • Sorting — order items by any field
  • Filters — show only items matching specific criteria
  • Grouping — organize items into categories
  • Field visibility — choose which fields (columns in Table, properties in Gallery) to display
  • Field order — arrange fields in the most useful sequence
All views share the same underlying data. Changes to data in one view are reflected in all other views.

Creating and Managing Views

View Tabs

When your Collection has two or more views, view tabs appear at the top. Click any tab to switch views instantly. When only one view exists, the tabs are hidden — use the configure menu (⋯) to manage your view. View tabs at the top of a collection with multiple views

Creating a New View

1
Open the configure menu at the top right of your Collection (or click the + button next to your view tabs)
2
Select Add Table View or Add Gallery ViewConfigure menu showing Add Table View and Add Gallery View
3
Name your view and configure it with your desired settings

Switching Between Views

Click the view tab for the view you want to see. Your Collection instantly updates to show that view’s configuration.

Renaming a View

Open the configure menu (⋯) and select Rename View. Type a new name and confirm.

Duplicating a View

Open the configure menu (⋯) and select Duplicate View. This creates a copy with the same type, sort, filter, group, and field settings — useful for creating variations.

Converting a View Type

Open the configure menu (⋯) and select Turn IntoTable or Gallery. This converts the current view in place without creating a new one.

Deleting a View

1
Switch to the view you want to delete
2
Open the configure menu (⋯)
3
Select Delete View
Every Collection must have at least one view. You cannot delete the last remaining view.

Calculations Row

The calculations row adds a footer to your Table View that shows computed values for each column — like sum, average, or count.
1
Open the configure menu (⋯)
2
Select Show Calculation Row
3
Click on a cell in the calculations row to choose which calculation to display for that column
Calculations row showing sum and count values The available calculations (sum, average, count, min/max, etc.) depend on the field type — click any cell in the calculations row to see your options.
The calculations row is available in Table View only.

Sorting Items

Sorting allows you to order your Collection items by any field in ascending or descending order.

How to Sort

1
Open the configure menu (⋯)
2
Select Sort
3
Choose the field you want to sort by
4
Select Ascending (A→Z, 0→9, oldest→newest) or Descending (Z→A, 9→0, newest→oldest)

Multiple Sort Levels

You can add multiple sort criteria to create sophisticated ordering:
1
After adding your first sort, click Add Sort
2
Choose your second sort field
3
Items will be sorted by the first field, then by the second field when the first values are equal
Example: Sort by Status (ascending), then by Due Date (ascending) to see all “In Progress” tasks ordered by due date, followed by “To Do” tasks ordered by due date.

Removing Sorts

Click the X next to any sort criteria to remove it. You can also click Clear All to remove all sorting and return to the default order.

Filtering Items

Filters allow you to show only items that match specific conditions. This is perfect for focusing on relevant data.

How to Filter

1
Open the configure menu (⋯)
2
Select Filter
3
Choose the field you want to filter by
4
Select the condition (equals, contains, is empty, etc.)
5
Enter or select the value to filter for
The available conditions (contains, equals, before/after, is empty, etc.) depend on the field type. You’ll see the relevant options when you select a field.

Multiple Filters

You can combine multiple filters to narrow your results:
1
After adding your first filter, click Add Filter
2
Configure your additional filter
3
All filters are combined with AND logic — items must match all conditions to appear
Example: Filter for Status = “In Progress” AND Priority = “High” to see only high-priority items currently being worked on.
When filtering a Select field, you can choose multiple values — items matching any of the selected values will appear. This works like OR within one field. However, filters across different fields always use AND logic.

Removing Filters

Click the X next to any filter to remove it. Click Clear All to remove all filters and show all items.

Grouping Items

Grouping organizes your items into categories based on a field’s values. This creates a clear visual structure that makes it easy to see items by category.

How to Group

1
Open the configure menu (⋯)
2
Select Group By
3
Choose the field you want to group by
Your Collection will reorganize into collapsible sections, one for each unique value in that field.

Best Fields for Grouping

  • Status - Group tasks by “To Do”, “In Progress”, “Complete”
  • Priority - Organize items by “High”, “Medium”, “Low”
  • Category - Group projects by type or department
  • Date - Group items by month or quarter
  • Single Select - Any select field works great for grouping
  • Assignee - Group tasks by who’s responsible
Use Table Views for data-heavy work (editing, comparing) and Gallery Views for visual browsing (portfolios, media). Create separate views for different purposes — e.g. “This Week” for immediate tasks and “All Projects” for the full picture.

Limitations

  • Up to 20 custom fields plus the Title field (21 total) per Collection
  • Filters across different fields use AND logic (all conditions must be met)
  • Within a Select field filter, multiple values use OR logic (any match shown)