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

Neerav - Do join us for this week's AMA session...

Do join us for this week's AMA session tomorrow at 10:00 AM PST to get your questions answered live by our in-house experts. Register here: https://thoughtspot.zoom.us/webinar/register/WN_SnKksh5DTiWgGg06jkN6Rw#/registration

Neerav - Hey guys, here's the recording of the ...

Hey guys, here's the recording of the code along session from our last AMA where @ashish shows how to embed Spotter in your own app: https://drive.google.com/file/d/1Ess9uhQRAEKu4z3dhmBy9nO4k9BJJUH6/view?usp=sharing

Farzaneh - Hello, we're using multiple TS livea...

Hello, we're using multiple TS liveaboards integrated into our application, and there is a date filter on all these liveaboards. How can we keep the date filter synced among all the liveaboards? Also, we need to cache the last filter selected range and load the same date range on the next load. Is there any implemented solution in TS for this?

Tim - Hello ๐Ÿ‘‹ I was told release 10.7 will inc...

Hello ๐Ÿ‘‹ I was told release 10.7 will include 3rd party integration features for things like FullStory for example. Is this true? And if so will it also allow integration with Chameleon? I use this tool for in-app tours and pop-up messages about new features, and it struggles with my ThoughtSpot embeds due to the iframe security limitations.

Suvash - Hi team, using the EmbedEvent.RouteCha...

Hi team, using the EmbedEvent.RouteChange, for the insights, we can capture the /insights/insight/3f2504e0-4f89-11d3-9a0c-0305e82c3301 that comes from the Page.SpotIQ lists. But how do we embed this particular insight when the user clicks on the items from the list? We would want to navigate away to a different page rather than within the embedded content? I couldn't find anything in the doc. Similarly, for visualisations with modals, what is the configs for displaying that separately? i.e. /insights/pinboard/d9b2d63d-a233-4123-847a-7d1b1f1a1b1e /tab/f47ac10b-58cc-4372-a567-0e02b2c3d479 /a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11 ...

TomerLand - Hey, I'm using the AppEmbed react c...

Hey, I'm using the AppEmbed react component to render a liveboard and I have a weird issue where a new user sees the following button. What is the prop that should be passed to hide this section?
No description

Tom Ford - Hey TS, I have an issue with the Li...

Hey TS, I have an issue with the LiveboardEmbed (which im using in a React app) When a user navigates away from our site and then returns after an hour (after their token expires) then they are shown "Not logged in" Is there a way to make sure that they remain logged in. I was informed that autoLogin: true passed as a prop to the init should help with that but I'm not so sure that is correct compared to what it says in your types.ts for the EmbedConfig....
No description

adhithiyan - As given in the documentation, We...

As given in the documentation, We tried setting up is_hidden: true to a parameter definition using a model's TML. We expected that the parameter will be hidden in search data but we still see it. Any help is much appreciated
No description

Sindhu Shanmugam - Hi , we are facing a Embed S...

Hi , we are facing a Embed SDK issue , AuthStatus.SUCCESS is not triggered. The callosum/v1/session/info endpoint is returning a 401 Unauthorized error when triggered from within the ThoughtSpot module. This prevents the Success event emitter in the init callback function from being triggered, causing the metadata search API call to fail. However, when the callosum/v1/session/info API is called directly from the code, it returns a valid response.

TomerLand - Hi, I have an embedded component, a...

Hi, I have an embedded component, and I'd like to remove this Custom Actions option. Is that possible? I couldn't find it in here
No description

Farzaneh - Hi,We are working on adding alerts...

Hi, We are working on adding alerts to our existing liveboards, which require both the "createMonitor" and "manageMonitor" actions. However, when we try to add the "manageMonitor" action as a visible action on our liveboards, it does not appear on the actions list for the KPIs. In contrast, the "createMonitor" action has been successfully added to the liveboard. I attempted this in our application with integrated Thoughtspot liveboards and in the TS playground, but it didn't work in either case. We assume the Action.ManageMonitor action (source: https://developers.thoughtspot.com/docs/Enumeration_Action#_managemonitor) should show the "Manage alerts" option. When we pass it to the liveboard embed or in the playground, the option is still not visible. Please refer to the attached screenshot that shows only the "create alert" action has been added to the liveboard....
No description

Lisa - Hi I am trying to understand how to fetc...

Hi I am trying to understand how to fetch the share status of a liveboard. I see the documentation for updating the shareMode here: https://rest-api-sdk-v2-0.vercel.app/#/http/api-endpoints/security/share-metadata but how can I fetch it while I fetch the liveboard?

Adrian - Hi, I am trying to add a custom action...

Hi, I am trying to add a custom action to a visualisation on a liveboard. I followed the steps form the documentation and it doesn't work. The documentation I followed https://developers.thoughtspot.com/docs/add-action-viz I have custom action created and added to the visualisation. But it doesn't show on the liveboard. Is there something I am missing?...
No description

Jack - Hey guys, I'm having an embed specific i...

Hey guys, I'm having an embed specific issue with filtering: more details in ๐Ÿงต

Samir Thapa - Hello, I'm currently embedding ...

Hello, I'm currently embedding ThoughtSpot Visual Embed SDK using NextJS 15. While it was working fine previously, it now shows the following error when running the app:: ```...

mad1 - Hi Folks, I am trying to Create a join b...

Hi Folks, I am trying to Create a join between Table an Custom SQL View on ThoughtSpot Platform, but that is not happening. Can you please help me with that.

sagilaufer - Hello, GM.We use search embed, an...

Hello, GM. We use search embed, and wish to have a delete option for our users, as they don't have access to the Thoughtspot platform. the action we saw, according to the docs, is supported only in full embed. is there another option to enable deletion of answers and liveboards?...

Neerav - Hi @everyone ThoughtSpot Embedding AM...

Hi @everyone ThoughtSpot Embedding AMA Sessions - Get Your Questions Answered Live! We're excited to announce our new weekly AMA (Ask Me Anything) sessions focused specifically on embedding ThoughtSpot Analytics in your applications! ...

Stellnox - Hi everyone, Could somebody help me...

Hi everyone, Could somebody help me to better understand how Orgs works. Here is my setup: 1. I have Thoughtspot instance with 2 orgs, "Primary" and "Org 1" 2. I'm trying to embed Liveboard that lives in Primary Org on My Site ...