Skip to content

Views & filters

A database is only as useful as your ability to find the right rows in it. BridgeApp gives you live filtering and sorting so a table with thousands of entries becomes exactly the slice you need — today’s follow-ups, this quarter’s deals, the items that are out of stock — and updates the instant your data changes.

A filter keeps only the rows that match a condition. Each condition has three parts:

  1. Field — which column to look at (e.g. Stage).
  2. Operator — how to compare (e.g. equals, contains, greater than).
  3. Value — what to compare against (e.g. Demo).

To filter:

  1. Click Add filter.
  2. Pick the field, the operator, and the value.
  3. The table updates immediately to show only matching rows.

Add more than one condition and they combine with AND — every condition must be true for a row to show. For example:

Stage equals "Demo"
AND Deal size greater than 10000

…shows only the demos worth chasing first. Remove a condition with its × to widen the results again.

Click a column header to sort by it; click again to flip between ascending and descending. A small caret in the header shows the active direction. You can sort by more than one column — a primary sort, then a tiebreaker — for example by Stage, then by Deal size within each stage.

Filters and sorts apply in real time. As you or a teammate edit rows, anything that no longer matches drops out and anything that now matches appears — no refresh needed.