Known issues

These are the known issues in this release of ThoughtSpot Software.

9.5.0.sw known issues

Issue ID Description Symptoms, conditions, and workaround

SCAL-172348

User_admin granular privilege is not being followed when user is created by ThoughtSpot public v1 APIs.

Symptoms:

User_admin can’t create, read, update, or delete users by using ThoughtSpot public v1 user APIs.

Conditions:

Role-based access control (RBAC) is enabled and customer is using ThoughtSpot public v1 APIs.

Workaround:

Perform the required operations using the admin privilege or use ThoughtSpot Everywhere (TSE) v2 APIs with the User_admin privilege.

SCAL-163806

Group aggregate and unique count in the same query do not work.

Symptoms:

Using a group aggregate grouping on a column with unique count in the same query does not work.

Conditions:

enableGroupingByGroupAggregrates feature enabled.

Workaround:

Disable the enableGroupingByGroupAggregrates feature.

9.0.1.sw known issues

Issue ID Description Symptoms, conditions, and workaround

SCAL-154579

Clicking the Utilities tab in a Worksheet redirects the user to the Home page.

Symptoms:

User taken to the Home page of the ThoughtSpot application.

Conditions:

In a Worksheet, click the Utilities tab.

Workaround:

None

9.0.0.sw known issues

None.

8.8.0.sw known issues

Issue ID Description Symptoms, conditions, and workaround

SCAL-129737

Headline summary is truncated despite the number of decimals.

Symptoms:

Headline with decimal digits is rounded off, causing a loss of accuracy.

Conditions:

Headline value is DOUBLE type.

Workaround:

None

SCAL-129691

“UniqueCount is not supported for the current query” error on pinned-headline tiles in a Liveboard.

Symptoms:

  • When editing a pinned visualization, the Edit page shows the entire answer that the pinned headline came from. If the headline summary in the answer page is showing --, the selected aggregation is not compatible with the column that it is summarizing.

  • Pinning the headline to a Liveboard is not a locked action from the UI. When attempting to retrieve the actual summary, the visualization tile displays the execution error message specified in the Description section for this issue instead.

Conditions:

  • The headline is over a formula column that contains any of the following: unique_count, unique_count_if, group_unique_count, approx_unique_count.

  • The formula’s unique count portion uses columns that come from tables of a connection to a cloud data warehouse.

  • The selected headline aggregation for the formula (the headline visualization at the bottom of the main answer visualization) is Table Aggregate.

Workaround:

Set the selected headline aggregation to something other than Table Aggregate. Usually, TOTAL is a sufficient replacement for Table Aggregate and better matches customer use cases.