Hide a column or define a synonym

You can hide columns from users in ThoughtSpot without dropping them from the database. It is common to hide a column when its data contains identifier columns that are used to join tables, but which do not have any meaning to users.

Alternatively, rather than hiding a column, you can make it easier to find by creating synonyms for it. This is helpful, for example, when different departments refer to the data using different terminology.

Hide a column

As the number of columns in the dataset increases, the search experience requires more effort. Users have to navigate through larger numbers of columns to choose the correct one. There might also be some columns in the dataset that you don’t want to expose to the users.

When you hide a Worksheet, table, or view column, you only hide it from users without edit privileges on the object. Administrators and users with edit privileges on the object can still see and interact with the hidden column. Users without edit privileges for the object cannot see or interact with the hidden column.

If a hidden column is used in an Answer pinned to a Liveboard, then the entire Liveboard becomes read-only to users. This limits Liveboard functionality, which means the ability to adjust filters and download data is restricted. If you want to make a certain column available only to a subset of users, we recommend using column-level security.

To hide a column, change the HIDDEN (UI)/Hide (model file) setting. By default, all columns in a data source appear in ThoughtSpot. To hide these columns, set the HIDDEN setting to YES.

  1. Find the HIDDEN (UI)/Hide (model file) setting for a column.

  2. Set its value to YES.

  3. Save your changes.

Create synonyms for a column

When users search a data source, they might try typing different words to try to retrieve a particular column. This could be due to different groups in your organization using different terms for the same data. Or maybe your users just intuitively use different words when searching for that item. Using synonyms allows them to access the data even if the term they choose isn’t the same as the actual column name.

ThoughtSpot creates automatic synonyms when you create a new Worksheet. You can also create them yourself, or edit the synonyms ThoughtSpot created.

When users search using these synonyms, the returned table or chart uses the actual column name, but the search bar reflects the term the user typed in (the synonym).

AI-generated synonyms

When you create a new Worksheet or edit a Worksheet, ThoughtSpot automatically creates synonyms for each column name, unless you already created your own synonyms for the Worksheet columns. ThoughtSpot automatically creates synonyms for each column name. ThoughtSpot creates column synonyms after you save your new Worksheet.

The AI-generated synonyms feature is disabled by default. To enable it, contact your ThoughtSpot administrator. For more about Early Access features, see ThoughtSpot Cloud release life cycle.

You can see the AI-generated synonyms in the Synonyms column of the Worksheet details page. AI-generated synonyms are in italics.

Worksheet column synonyms

Create synonyms

You can create your own column synonyms for columns in tables and Worksheets.

To create a synonym for a column:

  1. Within the Worksheet details page, find the column for which you want to add synonyms.

  2. Scroll to the right, to the Synonyms column.

  3. In the Synonyms column, select the text box for the column name you would like to add synonyms for.

  4. Enter a comma-separated list of the synonyms.

    If you are using the model file, the list of synonyms must be enclosed in square brackets:

     [profit, "gross profit"]
  5. Save your changes.


Related information