Hey @Aditya Thanks for the reply. Here
Hey @Aditya Thanks for the reply. Here is the code snippet I am using to generate my JWT Token
const express = require('express');
const jwt = require('jsonwebtoken');
const dotenv = require('dotenv');...
Hello team, a general question
Hello team, a general question
1. how are other customers integrating charts in their product
2. should a new chart is made available or upgrade to old one is availabe how should they be rolled out?...
Hello team, is their a way to remove '
Hello team, is their a way to remove 'powered by ThoughtSpot' from bottom in embedded widget?

Hi TS - is there an API for
Hi TS - is there an API for programmatically sharing TS liveboards? I saw that internally in TS there is an endpoint
/prism/?op=Share
that is posted to, but there is no documentation of the fields. Is there a supported public API for updating permissions and sharing for a particular object? Thank you!Hello team, i was wondering if their is
Hello team, i was wondering if their is a way to enable sage via API for every worksheet created? currently we are importing TML for creating worksheet via API
Or would it better for us to use the
Or would it better for us to use the SMTP relay? If so how do I turn this feature on?
Customize {Null} text
Hello team, i was wondering if you can help me with changing the data shown from {null} to some message for KPI chart when data is not available?

Hello team , customer notices that the
Hello team , customer notices that the embedded TS UI in out product gets timeout and a login appears. They want to know if there is a way to stop TS timing out and logging user out ?
Hello team,
Hello team,
a quick question
whenever i create a new user with display name and user name starts with
MAN_
and password too has MAN_
as starting to it, its throwing 'Cannot use first or last name in the password.' but same case when i try creating with any other(tested are QAT_
,XAT_
,WAT_
,DEV_
,SEC_
) i am not seeing this error. Am i missing something here? why its only happening for MAN?...Hi Team, when I am using amazon s3
Hi Team, when I am using amazon s3 bucket url in place of jsdeliver url for custom css and adding it in the cutomCSSUrl option while embedding the liveboard, the css changes are impacting in the ui. Also, I have added the amazon s3 domain in CSP visual embed hosts, CSP connect src domains and CORS whitelisted domains in the thoughtspot security settings.
Can anyone put some light on what can be done regarding this?...
Hi Team, we are using thoughtspot emebed
Hi Team, we are using thoughtspot emebed. When we share liveboard, can we customise the email body that the user receives?
Hi all, We are thinking of using
Hi all, We are thinking of using thoughtspot to display data in tabular form in UI using thoughtspot emebd feature. There would be millions of records in that UI view to be displayed as paginated data. Just wanted to know if this is suitable use case for thoughtspot. Would we get any performance impact.
Hi all,
Hi all,
I'm using the Visual Embed SDK to embed a Liveboard, and using Trusted Authentication to grab a token for a particular user to use in the embed.
The Liveboard is launching ok, but it displays no data in each of the panels. Attached are sample screenshots of an empty Liveboard and a populated one, which I can see if I run the embed from a browser where my admin account is logged in....

Hello I'm having trouble using the "
Hello I'm having trouble using the "present" feature when embedding a liveboard. I keep receiving an error:
Error: Fullscreen API is not enabled
We are using the react components and the sdkHello team is their a way to show
Hello team is their a way to show multiple data quantities/metrics in y-axis for radar chart?

Hello team, I was wondering if you can
Hello team, I was wondering if you can help me with a suggestion. Currently we are doing liveboard embedding into our application. And every tenant will their own liveboards embedded. And all these liveboard comes from same template.
lets say their have an improvement to the template liveboard or one chart in the template, how should i update all deployed customers liveboard to reflect new changes?...
Hi team! I am using Thoughtspot Embed
Hi team! I am using Thoughtspot Embed SDK to embed a liveboard into an application and we are currently trying to use Token auth with Cookies. We want to make sure that when a user logs out of our application that their TS session gets invalidated, requiring them to retrieve a new token. Within the application, I tried calling the
logout()
SDK method when a user logs out, however this doesn't always work:
- If the user is in another part of the app (a different SPA that is part of the same application), then logout
doesn't actually invalidate the session.
- In addition, if we try to logout
the user before they initialize the Thoughtspot embed, it also won't work.
...Hello @ashish,
Hello @ashish,
We are embedding TS using the token-based method, and if the token is invalid or not set, then the embedded screen displays the "Not logged in" text in the top right corner(see attached).
Can we customize the text and its style if the token is invalid or not set?...

Hi team, when using a URL action in
Hi team, when using a URL action in ThoughtSpot (not Embedded/TSE, ThoughtSpot directly), is there any way to tell what user (or organization or group(s) the user belongs to) triggered the action in the data payload sent to the URL?