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.
Filtering
Section titled “Filtering”A filter keeps only the rows that match a condition. Each condition has three parts:
- Field — which column to look at (e.g. Stage).
- Operator — how to compare (e.g. equals, contains, greater than).
- Value — what to compare against (e.g. Demo).
To filter:
- Click Add filter.
- Pick the field, the operator, and the value.
- The table updates immediately to show only matching rows.
Combining filters
Section titled “Combining filters”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.
Sorting
Section titled “Sorting”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.
Everything updates live
Section titled “Everything updates live”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.