Learn how to define joins between a table, View, or Worksheet and another table, view, or worksheet

About joins

A join combines columns from one or more sources in your data by using matching values. By defining relationships between your sources, you create a new, richer set of data that you can use to answer your business questions. Choose a column to join on that both data sources contain (e.g. employee ID or product key). This process creates a generic join between the source table or View, and the target table, View, or Worksheet on the column you specify.

For details on primary key/foreign key relationships in TQL, see constraints.

Join types

ThoughtSpot supports the following join types: Inner, Left Outer, Right Outer, and Full Outer. You can choose a join type when creating or editing a join through the ThoughtSpot web interface.

ThoughtSpot defaults to the inner join type, which returns results for data with matching values in both the origin table (Table 1) and the target table (Table 2).

Left outer joins return results for all values from Table 1, and any matching values from Table 2.

Right outer joins return results for all values from Table 2, and any matching values from Table 1.

Full outer joins return results for all values from either Table 1 or Table 2.

Join cardinality

When creating the join, you must also identify its cardinality: Many:1, 1:Many, or 1:1.

A Many:1 cardinality defines a join where multiple values in the origin table (Table 1) correspond to one value within the target table (Table 2). A join between a product table and a product category table shows multiple products that match each category.

A 1:Many cardinality defines a join where one value in the origin table corresponds to multiple values within the target table.

A 1:1 cardinality defines a join where one value in the origin table corresponds to a single value within the target table (e.g. employee name and employee ID).

You must create a join between columns in two data sources that contain the same data type, with the same meaning. That is, they must represent the same data. Normally, you can make this kind of link from a fact table column to a column in a dimension table that uniquely identifies a logical entity in your data such as Employee ID for a person, Product ID for a product, or Date Key for a specific date in a date lookup table.

Possible joins

You must have either the Can administer ThoughtSpot or the Can manage data privilege to create a join relationship. If you’re not an administrator, you also need edit permissions on the table, View, or Worksheet.

See this list for information about which joins you can create, and what permissions these joins require.

Possible joins

Origin: View
Destination: other Views
Necessary permissions: Can edit permission on source View
Origin: Table uploaded through Connections
Destination: other tables uploaded through Connections, Views on top of tables uploaded through Connections
Necessary permissions: Can edit permission on source table, and can manage data permission
Note: The join must be created between two tables or a table and a View from the same connection.
Origin: View on top of a table uploaded through Connections
Destination: Tables uploaded through Connections, other Views on top of tables uploaded through Connections
Necessary permissions: Can edit permission on source View
Note: The join must be created between two Views or a table and a View from the same connection.

Creating a join from a table

To create a table join through the Web interface:

  1. Click Data in the top menu, and choose Tables.
  2. Find your table through browsing, Search, or selecting the appropriate Tag(s).
  3. To select the table for adding joins, click its name in the list. You will see the Columns view of the table.
  4. Click the Joins tab. The list of existing joins from the table appears.
  5. Click +Add join. The Create Join page appears.
    Legend Action
    1. Select the data source of your table, either Connection, or Falcon.
    2. Choose your connection from the dropdown Connection menu. You can only create joins between data sources uploaded through the same connection.
    3. [Optional] Click Enter join name to name your join. Note that ThoughtSpot automatically names joins using the following syntax: [OriginDataSourceName]_to_[DestinationDataSourceName]. You can always enter a more meaningful join name, either when creating, or when editing the join.
  6. Under Table 1, choose the table you want to create a join from (origin table).
  7. Under Table 2, choose the destination table or View for the other end of the join.
  8. Choose the matching columns under each table. These columns must use the same data type. [Optional] You can select multiple columns for the same join. To add another pair of matching columns to the join definition, click +Add columns.
  9. Specify the join type; see Join types.
  10. Specify the join cardinality; see Cardinality.
  11. Click Create join.

Creating a join from a Worksheet or View

To create a join from a Worksheet:

  1. To find your worksheet, click Data on the top menu, and choose Worksheets.
  2. Find your Worksheet through browsing, Search, or selecting the appropriate Tag(s).
  3. To select the Worksheet for adding joins, click its name in the list.
  4. Click the Joins tab. The list of existing joins within the worksheet appears.
  5. To view the joins between the Worksheet and other data sources, click Joins within this worksheet, and choose Joins from this worksheet.
  6. To start creating a join, click + Add Join on the upper right side of the screen.
  7. In the Add Join dialog, choose the destination table or View for the other end of the join.
  8. Choose the matching columns under each table. These columns must use the same data type. [Optional] You can select multiple columns for the same join. To add another pair of matching columns to the join definition, click + Add columns.
  9. Specify the join type; see Join types.
  10. Specify the join cardinality; see Cardinality.
  11. Click Create join.

Modifying joins

ThoughtSpot allows you to edit the name, join type, and cardinality through the Web interface. To change the columns that define a join, you must delete the join and create a new one.

Editing a join from a table

To edit a join between tables:

  1. Click Data in the top menu, and choose Tables.
  2. Find your table through browsing, Search, or selecting the appropriate Tag(s).
  3. To select the table for adding joins, click its name in the list. You will see the Columns view of the table.
  4. Click the Joins tab. The list of existing joins from the table appears.
  5. Click the edit icon to the right of the name of the join you want to modify. The Edit join page appears.
  6. Make the desired changes to the name, type, or cardinality of the join.
  7. Click Save.

Editing a join from a Worksheet or View

To edit a join from a Worksheet or View:

  1. Click Data in the top menu, and choose Worksheets.
  2. Find your Worksheet through browsing, Search, or selecting the appropriate Tag(s).
  3. To select the Worksheet, click its name in the list.
  4. Click the Joins tab. The list of existing joins within the worksheet appears.
  5. To view the joins between the worksheet and other data sources, click Joins within this worksheet, and choose Joins from this worksheet.
  6. Click the edit icon to the right of the name of the join you want to modify. The Edit join window appears.
  7. Make the desired changes to the join type or cardinality.
  8. Click Save.

Deleting a join

To delete a join:

  1. Click Data in the top menu.
  2. Find the origin table, worksheet or view of the join you want to delete through browsing, Search, or selecting the appropriate Tag(s).
  3. Click the name of your origin table, worksheet or view in the list.
  4. Click the Joins tab. The list of existing joins from the table, worksheet, or view appears.

  5. Click the delete icon to the right of the join name. The Confirm delete window appears.
  6. Click Delete.