What is a saved view?
A saved view is a customized configuration of a table that includes:- View name - A descriptive name to identify the view
- Description - Optional details about what the view shows (supports markdown)
- Column selection - Which data fields to display
- Filters - Logic to show only specific data
- Sorting - How the data is ordered
- Visibility - Whether the view is internal-only or public
Each table type (Properties, Tasks, Files, etc.) maintains its own set of saved views. One view per table is designated as the default view.
Creating a new view
Open the table
Navigate to the table where you want to create a view (Properties, Tasks, Files, Records, etc.)
Start with an existing view or customize
You can either:
- Start from the current default view and make changes
- Switch to an existing view and modify it
- Start fresh by clearing all filters and columns
Customize the view
Make your desired changes:
- Add or remove columns
- Apply filters to narrow down the data
- Sort by a specific column
- Resize and reorder columns
Your new saved view is now available in the views dropdown. It will remember your column configuration, filters, sorting, and other settings.
Customizing columns
Columns determine which data fields appear in your table. You can add, remove, reorder, and resize columns to create the perfect view.Adding columns
Browse available columns
Click “Add column” to see a hierarchical list of available data fields.Fields are organized by category (e.g., Property Details, FIRM Data, Files, Tasks). For the Files table, you can add image metadata columns like capture timestamp, location, and orientation.
Removing columns
To remove a column:- Click the “Columns” button in the table header
- Find the column you want to remove
- Click the X icon next to the column name
Reordering columns
You can rearrange columns by dragging and dropping:- Click and hold on a column header
- Drag it left or right to the desired position
- Release to drop it in place
The Select column always stays first, and the action button
⋯ always stays last.Resizing columns
Adjust column widths to fit your data:- Manual resize - Drag the resize handle between column headers
- Auto-fit - Double-click the resize handle to automatically fit the content
- Size limits - Columns have a minimum width of 100px and maximum of 400px
Adding filters
Filters let you narrow down your data to show only the records that match specific criteria.How to add a filter
Choose a field
Navigate through the hierarchical list of available fields and select the one you want to filter by.
Select an operator
Choose the appropriate comparison operator for your filter:
- Text - “is”, “is not”
- Numbers - “equals”, “does not equal”, “less than”, “greater than”
- Dates - “is”, “between”, “before”, “after”
- Select fields - “includes”, “excludes”
- Boolean - “is present”, “is not present”
Enter the value
Type or select the value you want to filter by. The format depends on the field type (text, number, date, dropdown, etc.)
Multiple filters
You can apply multiple filters to create complex queries:- Each filter is combined with AND logic (all conditions must be met)
- Add as many filters as needed to narrow your results
- The filter count badge shows how many filters are active
- Remove individual filters by clicking the X icon next to them
Sorting data
Sorting helps you organize your data in a meaningful order.How to sort
- Click on any column header to open the dropdown menu
- Select “Sort ascending” or “Sort descending”
- The table reorders immediately, and a sort indicator (arrow) appears in the column header
Tables support single-column sorting. If you sort by a different column, the previous sort is replaced.
Sort options
- Ascending - A to Z, 0 to 9, oldest to newest
- Descending - Z to A, 9 to 0, newest to oldest
Updating existing views
You can modify any saved view you created:View permissions
Internal views
Internal views are visible only to authenticated users in your organization. They can include:- All available data fields
- Sensitive information
- Administrative columns
- System data
Public views
Public views can be displayed on your public website for residents to see. They have restrictions:- Cannot include sensitive or hidden data fields
- Cannot reference hidden tables
- Must comply with public visibility rules
- Validated before being marked as public
Default views
Each table type has one view designated as the default:- The default view loads automatically when you first open the table
- Default views cannot be deleted
- Only administrators can change which view is the default
Tips for effective views
Name your views descriptively
Name your views descriptively
Use clear names that describe what the view shows, like “Properties Requiring Inspection” or “Recent Files - Last 30 Days” instead of generic names like “View 1” or “My View.”
Create task-specific views
Create task-specific views
Build views for specific workflows, such as “Properties Pending EC Review” or “Open Tasks Due This Week” to streamline common tasks.
Use descriptions for context
Use descriptions for context
Add descriptions to your views (especially public ones) to explain what the data represents and when it was last updated.
Review and update regularly
Review and update regularly
As your workflows change, update your saved views to match. Archive or delete views you no longer use.
Troubleshooting
I can't save my view as public
I can't save my view as public
Solution: Your view may include columns or filters on data that cannot be made public. Try removing sensitive fields like administrative notes, internal status fields, or hidden table references. The system will validate your view before allowing public visibility.
My filters aren't working as expected
My filters aren't working as expected
Solution: Remember that multiple filters use AND logic - all conditions must be met. If you’re not seeing results, try removing filters one at a time to identify which condition is too restrictive.
My column customizations aren't saving
My column customizations aren't saving
Solution: Column order and sizing are saved automatically to your browser’s local storage. Make sure cookies and local storage are enabled. If you switch browsers or devices, you’ll need to set up your column preferences again.
I can't edit a saved view
I can't edit a saved view
Solution: You can only edit views you created. If you want to modify someone else’s view, switch to it, make your changes, and save it as a new view with a different name.