Skip to main content
Defines the display name of the table in the workbook when it is accessed from the topic. This can be helpful for conveying the table’s meaning in a specific context. For example, the order_items view can be referred to as Sold Items in a financial context, which could help a Finance team understand that the table contains sale records.

Syntax

base_view_label: <label>

Properties

base_view_label
string
The display name for the base view when accessed from the topic. Values should be unquoted.

Examples

base_view: order_items
base_view_label: Sold Items