Skip to main content

Views, Filters, Sorts & Groups

One of Closot's biggest strengths is that the same database can look completely different depending on who's looking at it and what they need to see. A single product roadmap database might show a timeline to the product manager, a board to the engineering lead, and a filtered table to each individual contributor — all without touching the underlying data. That's what views, filters, sorts, and groups are for.


Types of Database Views

Closot offers multiple layout options, each designed for a different kind of work. When you create a database, it starts in Table view by default. You can add as many additional views as you need.

ViewBest For
TableFull data overview with rows as items and columns as properties
BoardTracking items through workflow stages (Kanban-style)
TimelineVisualizing project schedules and date ranges
CalendarSeeing items plotted by date property
ListClean, minimal reading experience
GalleryImage-forward card browsing
ChartVisualizing aggregated data as bar, line, or donut charts
FormCollecting structured input from anyone

You can also connect forms to your database for capturing inbound responses. Image


Creating and Managing Views

Add a New View

Click the + icon next to your current view name at the top of the database. A menu appears with all available view types — select one and it's instantly added.

Switch Between Views

All views for a database are displayed as tabs at the top of the database. Click any tab to switch. If you have many views, overflow views appear as "# more..." — click to expand the full list.

Reorder Views

Click and drag any view tab left or right to change its position in the tab bar.

Views in the Sidebar

When you open a database from the sidebar, its views appear as sub-items underneath the database, each marked with a bullet indicator. Clicking any of these takes you directly to that view.

View-Level Independence

Each view maintains its own fully independent configuration. Filters you apply to the board view don't affect the table view. A sort you set up in the calendar doesn't carry over to the list. Every view is its own controlled lens on the same dataset.


View Settings

Every view has a settings panel accessible from the settings icon (sliding scales) at the top right of the database. From here you can configure:

  • Layout — the visual format of the view
  • Property visibility — which properties show on cards or rows
  • Filter — rules that determine which items appear
  • Sort — ordering logic for items
  • Group — how items are clustered
  • Copy link to view — share a direct URL that opens this specific view

Image

How Pages Open

You can control how individual database pages open when clicked. Options:

  • Side peek — slides open on the right side of the screen (default for Table, Board, List, Timeline)
  • Center peek — opens as a focused modal in the center (default for Gallery, Calendar)
  • Full page — opens as a complete full-screen page

To change: settings → LayoutOpen pages in → choose your preference.


Filters

Filters let you narrow down which items appear in a view without touching the underlying data. Every other view continues to show all items — filters only affect the view they're applied to.

Add a Filter

  1. Open the settings menu at the top right of the database
  2. Under View settings, select Filter
  3. Click Add a filter
  4. Choose the property to filter by
  5. Set the condition (e.g., "Status is In Progress", "Due date is before today")
  6. Optionally click Save for everyone to make the filter apply for all collaborators viewing this database — otherwise it's personal

Image

Advanced Filters

Need more control? Use advanced filters to combine multiple conditions with AND and OR logic, nested up to three layers deep.

  1. Click Add advanced filter
  2. Choose properties and configure their conditions
  3. Use AND to require all conditions, or OR to show items matching any
  4. Group conditions into nested logic blocks for complex rule sets

To convert a simple filter into an advanced one: click ••• next to the filter → Add to advanced filter. Image

Delete a Filter

  1. Open settings → Filter
  2. Click ••• next to the filter you want to remove
  3. Select Delete filter
note

Sub-item visibility settings can affect what appears when filters are active. If a filter matches a parent item but not its sub-items (or vice versa), the display behavior depends on your sub-item display settings.


Sorts

Sorting controls the order in which items appear within a view. You can sort by any property, in ascending or descending order.

Add a Sort

  1. Open the settings menu
  2. Under View settings, select Sort
  3. Click Add a sort
  4. Choose the property to sort by
  5. Select Ascending or Descending order
  6. Optionally click Save for everyone

Multiple Sorts

You can stack multiple sorts. Closot applies them in order — the first sort takes precedence, the second sort breaks ties, and so on. Reorder them by dragging the ⋮⋮ handle next to each sort rule.

Sort Logic by Property Type

Property TypeSort Behavior
TextAlphabetical (A → Z or Z → A)
NumberNumerical (low → high or high → low)
Select / Multi-selectCustom order — drag options up or down in the property settings to define priority
DateChronological (oldest → newest or newest → oldest)

Image

Remove a Sort

Open settings → Sort → click the X next to the sort rule you want to remove.


Groups

Groups organize your database items by a shared property value — clustering them into collapsible sections within the view. Grouping a task tracker by "Assigned Team" instantly shows you which work belongs to Engineering, Design, Marketing, and so on.

Create a Group

  1. Open settings → Group under View settings
  2. Choose the property to group by Image

Manage Groups

Inside the Group settings panel you can:

  • Toggle individual group visibility using the 👁️ icon — hide groups that aren't relevant right now
  • Sort groups manually by dragging them, or use the provided sort options
  • Toggle Hide empty groups to keep your view clean when some groups have no items

Sub-Groups

Sub-groups add a second layer of organization on top of your primary grouping. For example, group a freelance project tracker by Client at the top level, then sub-group by Deliverable Status within each client section.

  1. Open settings → Sub-group
  2. Choose the secondary property to group by

Remove Grouping

Open settings → Group → click Clear Group By.


Any database with three or more pages becomes searchable. Click the 🔍 magnifying glass icon at the top of the database and type your query. Closot searches across page titles and property values — so searching "Q4 Budget" will surface any item that mentions it in its name or a text property.


Up next: Database properties — Add context to every item with dates, statuses, people, formulas, and more.