Each table in an app has an alias that serves as a unique identifier. Use table aliases in formulas or API calls and other URLs to reference tables.
Finding table aliases
-
Open the table settings, then select Advanced settings.
-
Select Advanced Table Settings to expand the section.
The table alias appears in all capital letters at the bottom of the section.
Note: You can't change the name of a table alias.
Referencing table aliases
Formulas
Surround the alias in brackets, for example [_DBID_PROJECTS]
, to reference it in a formula.
APIs and URLs
Surround the alias with parentheses, for example (_DBID_PROJECTS)
, to reference it in URLs, like API calls or navigation URLs.
URLs for navigating
Because of updates to Quickbase URL pattern, there are two ways to construct navigation URLs that use table aliases:
- Legacy:
example.quickbase.com/db/{appDBID}/({tableAlias})?a={action}
- Updated:
example.quickbase.com/nav/app/{appDBID}/table/({tableAlias})?a={action}
While the legacy pattern will continue to be supported, it is highly suggested to use the updated pattern. The updated pattern follows best practices for modern websites and provides a content hierarchy for easy learning. Learn more about Quickbase's URL updates.