The StartDeck Tables sidebar contains a lot of functionality, but most of the time it is used for just two things: navigation and managing sheet merge fields.
Simply open the sidebar (Extensions > StartDeck > Tables). The default view is Navigation. Click on a sheet name, then a table name to navigate to a table.
At the bottom of the Navigation panel is a green button labeled Push Sheet Fields to Doc — this action will push sheet merge fields to a linked doc.
Sheet merge fields are different from linked tables.
When a sheet is duplicated, run Refresh Sheet Fields — this utility adds the new sheet fields to the list of merge fields. (Utilities > Refresh Sheet Fields).
Thats it! The above to functions cover most of the day to day actions for the StartDeck Tables sidebar.
The text that follows drills down on detail of the Table sidebar.
The Table sidebar serves multiple important functions: navigation, sheet field management (s_fields) and database operations. Moreover, it offers utilities for table actions, such as generating PDFs, and formatting options to hide extra rows and columns. Spreadsheet developers will appreciate the handy 'Error Wrapper' utility which will catch formula errors (such #DIV/0!) and replace them with a double dash '--' which makes for a clean UI when formulas have incomplete inputs.
To get started, open your StartDeck Tables Extensions from the Google Sheets main menu. If you don't see StartDeck under the Extensions menu, get it here.
The navigation UI is the default view and displays all the unhidden sheets in the workbook. Clicking the sheet name will display all the tables on the sheet. Each table name is displayed with a sheet icon on the left, and a "hamburger" icon on the right. Clicking the table name will navigate to the table. Clicking the "hamburger" icon will 1. navigate to the table and 2. open up the Table Actions menu for the table.
Additional Table Navigation Info
Table actions include functions that apply to all tables, and navigation settings for fine tuning navigation for the specific table.
See Comparable and Appraisal Database Setup.
See New Data Sheet
The StartDeck Table Sidebar has two important functions for the management of s_fields.
For more information on sheet fields, see this knowledge base article: https://www.startdeck.com/knowledge-base/forms-fields#sheet-fields
To find the location of a sheet field in a workbook, follow these steps:
This process uses a central s_fields sheet in the workbook to organize and locate individual s_field data and their positions within different worksheets, facilitating the management and utilization of these data fields within the document.
This utility can be found at StartDeck Tables > Utilities > Find Sheet Field
This utility can be found at StartDeck Tables > Utilities > Error Wrapper
First things first! Make sure the error is not a formula error, but an error caused by missing inputs, a common case for spreadsheet templates that require user data.
Spreadsheet developers well understand the sloppy look of a well designed spreadsheet that while waiting for user input, appears to be full of formula errors. End users also find this disconcerting. In these cases, the 'Error Wrapper' makes for a better presentation by replacing error messages #DIV/0! with a double dash '--'. The utility does this by wrapping the cell formula with a formula that checks for errors. When the wrapped formula contains an error, a double dash '--' is displayed. It looks like this:
Without Error Wrapper | With Error Wrapper |
![]() | ![]() |
Error wrapping can be undone with the Remove Error Wrapper: StartDeck Tables > Utilities > Error Wrapper. This is helpful for debugging formulas.
Error wrapping/unwrapping can be applied to one or more contiguous cells.
Templates and projects do not contain linked tables by default, rather unlinked placeholder tables are displayed. Placeholder tables are replaced with linked tables as part of the work flow. Most tables have a copy function available from the Actions menu: Select this option and press Control-C (Command-C on Mac) to copy the table. Switch to the document tab, place the cursor at the desired document location and paste as a link. If your template does not have an Actions menu, simply select and copy the table.
To update a linked table click the icon in the upper-right corner. Notice that dropdown lists formatted as "chips" in the spreadsheet display as plain text when the linked table is displayed in the document.
To update all tables at once, from the main menu: Tools > Linked objects > Update all
In technical reporting, maintaining consistent presentation while adapting to data scope is crucial. Tables with show/hide functionality offer a solution by allowing authors to customize data visibility according to each report's specific needs. This approach not only enhances the efficiency of report preparation but also ensures that each report is tailored and focused.
Below is a table template showing the default table view. Notice there are hidden rows/columns
Click the Table Actions menu to "load" the table.