Linked views are created automatically when you link two data sets.
Linked views are read-only, and do not allow for any configuration or customization. You also cannot copy a linked view.
So for the following links among the Products, Customers, and Sales data sets:
Studio creates the following linked views:
Linked View | Description |
---|---|
Products - linked | Contains the Products records with Sales attributes added in.
The Sales attributes are aggregated by product SKU. For example:
|
Customers - linked | Contains the Customers records with Sales attributes added in.
The Sales attributes are aggregated by the Customer First Name and Last Name. For example:
|
Sales - linked | Contains the Sales records with the Products and Customers attributes added in.
The Products information is aggregated by product SKU, and the Customers information is aggregated by the Customer First Name and Customer Last Name. In this case, because each sales record has a single product and customer, there is still only a single value for each product and customer field. |