Skip to main content
For example, you might want fields from users to appear as if they belong to the buyers table. In reality, the fields come from users, which is aliased in the model and generated in SQL as user_facts. This can be used jointly with join_from_view_as or used as a way to label a view within a topic.

Syntax

Properties

join_from_view_as_label
string
The display name for the source view in the UI.

Examples

Label the users view as Buyers in UI