ThoughtSpot For Developers

TFD

ThoughtSpot For Developers

Join the community to ask questions about ThoughtSpot For Developers and get answers from other members.

Join

help

dev-help

rohitkanchan - I have quick question: how can w...

I have quick question: how can we pin answer to liveboard using apis

Amanda - Hi all! I'm trying to embed a Liveboar...

Hi all! I'm trying to embed a Liveboard in a React application with an authType of AuthType.SAMLRedirect. I want to set up some error handling so we can log any issues, however, it seems like I'm getting some FAILURE errors even though the authentication/authorization eventually succeeds and the Liveboard is loaded in. My code looks like this: ``` const authStatus = init({...

Ben Glass - Hello! Looking to document FQDNs fo...

Hello! Looking to document allowlisting FQDNs for folks that are using their browser client to view ThoughtSpot Embed content. When configured I see requests out to a couple different subdomains of thoughtspot.cloud. Is there is list documented somewhere I can reference?

seansy-archy - We're having trouble white-labli...

We're having trouble white-labling "SpotIQ" for an embed. We would like to replace it with "Trend Analysis", but when we do so, the menu appends "analyze" after, because typically "SpotIQ analyze" is what displays. Is there any way to do this, or are we restricted to whitelabeling it with "analyze" always appended in the menu? Our SDK init code ```...
No description

alc-aaron - Hi all, I was hoping someone could ...

Hi all, I was hoping someone could explain the following EmbedConfig option? ``` /** * Prevent users from accessing the full application or ThoughtSpot application pages * access to the embedded application users * outside of the iframe....
Solution:
It is possible that if someone clicks on a link in the iframe which opens a TS url, they can see the non embed ThoughtSpot UI. With this option as true, they will be blocked from seeing the non embed TS UI. cc @Ruchi Anand

Neerav - AMA & Code-Along: BYOC – Bring Your Ow...

AMA & Code-Along: BYOC – Bring Your Own Charts into ThoughtSpot Ever wish you could use your own charting libraries—like Chart.js, D3, ECharts, or anything else—with ThoughtSpot data? This week’s AMA + code-along is for you. We’re going beyond native visualizations to show you how to bring your own charts into your embedded ThoughtSpot app using the Liveboard runtime APIs. ...

Suvash - Hey team, is there a way to hide the c...

Hey team, is there a way to hide the custom actions button from the answers in embedded app?
No description

Arpit Rai - Folks, this is Arpit from ThoughtSp...

Folks, this is Arpit from ThoughtSpot. We were exploring whether we should remove the information panel on the right hand side from the search results page in ThoughtSpot. It's not something that's used much and it doesn't deliver the value that we had thought it would. I wanted to check if any of our embedded customers see value in this panel. If you have an opinion on this change, please let us know so that we can make a more informed decision.
No description

alc-aaron - Hello, I was curious if it's possib...

Hello, I was curious if it's possible via the visual SDK to hide just the Recently viewed by: when viewing the users on a Liveboard? It seems to be an all or nothing via the Actions.
Solution:
I don't think we have a default way of doing this through the sdk. I would suggest to use customCSS if that helps your use case. Also would suggest creating a feature request through the community portal. cc @yuichirio_ha to comment if there is a better way.....

Suvash - Hey team. Is there an easy way to know...

Hey team. Is there an easy way to know some of the error reasons? The attached screenshot is from the Ask AI clicked from one of the viz in a liveboard. This error didn't get caught by the EmbedEvent.Error also.
No description

seansy-archy - Is there any way to fetch metada...

Is there any way to fetch metadata about a liveboard (visualization ids, names...etc) but not fetch the data? We're trying to lazy load answer data into a custom page we have built, that renders our custom version version of a liveboard. Thus, we want to fetch all of the visualization ids in a liveboard and then fetch the data as the answers scroll into view

BlueJay3003 - Does anyone know why I don't see ...

Does anyone know why I don't see "Configure data upload" option in dropdown of existing connection? I already Enabled CSV upload from Admin settings, but when uploading CSV, it wants me to tie to a connection that has the option enabled as well.

Rider[UA] - Hi all - we got new reproduce with ...

Hi all - we got new reproduce with this issue - now when TsApps loading in parallel on different tabs only one of them have content like on screen - that one who is visible when it's loading... help 😵‍💫...

Jessica - hi there! is it possible to turn off ...

hi there! is it possible to turn off the emails or from adding an alert when you add a KPI to the watchlist?

Farzaneh - Hi, I am working on customizing the ...

Hi, I am working on customizing the Spotter icon in an embedded application and am following the steps outlined here. While the icon replacement works correctly when using the ThoughtSpot sample SVG file, it does not work with our custom SVG file, even though both were uploaded to the same server. I have reviewed our SVG file but have not been able to identify any errors or issues that would explain the behavior. Could you please assist in diagnosing why our SVG file is not working for the icon replacement?...

Neerav - AMA & Code-Along: Embedding ThoughtSpo...

AMA & Code-Along: Embedding ThoughtSpot Liveboards with iOS SDK Tired of embedding analytics feeling like a puzzle with missing pieces? Join our weekly developer AMA and code-along this Wednesday at 10:00 AM PST. This week’s hands-on: How to embed ThoughtSpot Liveboards using iOS SDK. What’s in it for you?...

Lucjan - Hi Team. We want to embed some element...

Hi Team. We want to embed some elements (Liveboards, visualisation, etc.) of ThoughtSpot on our pages.. I use the SDK, and it lochart disappeared. Any advice? JS // Embed 1st ThoughtSpot Object new LiveboardEmbed("#"+divId, {...

mad1 - Hi Team, Is there any way to disable or ...

Hi Team, Is there any way to disable or hide buttons in the ThoughtSpot Embed, for example hiding or disable the save button so that no changes from business users are able to make any kind of changes. Can we do this ?

Jessica - hi! when you right click to a dashboa...

hi! when you right click to a dashboard or insight link from the library home embed it takes you to TSA NOT the embedded TSE link. This is a bug as users should never be directed to the TSA link from the embed rather they should go to the embedded link from our link settings. Is there a way to fix this?
Next