> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# base_view_label

> Defines the display name of the table in the workbook when it is accessed from the topic.

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

```yaml theme={null}
base_view_label: <label>
```

## Properties

<ParamField path="base_view_label" type="string">
  The display name for the base view when accessed from the topic. Values should be unquoted.
</ParamField>

## Examples

```yaml theme={null}
base_view: order_items
base_view_label: Sold Items
```
