Skip to main content
Controls the display name of the joined view in the UI when using the join. For example, you might want fields from user_facts to appear as if they belong to the buyers table. In reality, the fields come from user_facts, which is aliased in the model and generated in SQL as buyer_facts. This can be used jointly with join_to_view_as or used as a way to label a view within a topic.

Syntax

Properties

string
The display name for the joined view in the UI.

Examples

Label the buyer_facts view as Buyers in the UI