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

Customising App Embed | HP

am going to customize the custom menu like this .. when ever the user click the menu i want render the respective TS eambed page
No description

Runtime filters | HP

I have created the ThoughtSpot Embed application using angular i want clear the runtime filters of the liveboard.. what the logic to do this

Would it be possible to get a working

Would it be possible to get a working code sample of embedded code in react? My main conundrum is adding an init function with customer user data within the component itself. All of the example I've seen online show the init function outside of the component. I put mine in a useeffect that waits for the user email to load. It works but it's not ideal. I get many refreshes before the embedded window loads. I'm also having inconsistent experiences across different browsers.

any idea how to do this?

any idea how to do this?

Is this possible In this case the

Is this possible? In this case, the advantage is that I don't need to keep track of AD groups for users. If our TS backend group configures users in ThoughtSpot, and sets up an AD Group for a user called jdoe, when jdoe logs in, he would get the TS AD Group in his Auth Token. If not...then I will need to ALSO register the AD group for jdoe in our App..which does not seem right.

We are using Trusted Authentication and

We are using Trusted Authentication, and we register our callback when calling the TS SDK init() in our client. Using Cloud version of TS. The callback will retrieve the User Auth Token ( Get an access token for full access), and were told to pass auto_create=true which creates the user account if it does not already exist. For example: curl -X POST \ --url 'https://{ThoughtSpot-Host}/api/rest/2.0/auth/token/full' \ -H 'Authorization: Bearer {admin-access-token}'...

Custom css | HP

need help on hide the author & modified columns in embed liveboard tab
No description

Hello hope all is well with yall I was

Hello, hope all is well with yall. I was wondering if there is pricing page / cost to use the API, also are there limitations?

Hello We have a client using our

Hello! We have a client using our embedded application to view Liveboards and such. They have several Orgs and upon trying to view an embedded Liveboard, a page is presented for the user to choose an Org to continue. Is there a way to bypass this page? The Liveboard lives in a specific Org so if we just need to specify that'd be straightforward but I don't see that in the docs.

I am attempting to make a request to the

I am attempting to make a request to the pinboard data API, but am receiving a 500 response, without a lot of detail when sending the QPs as recommended in these docs: https://developers.thoughtspot.com/docs/liveboard-data-api#_example_requests request ``` curl --location --request POST 'https://janetechnologies.thoughtspot.cloud/callosum/v1/tspublic/v1/pinboarddata?id=87f721f8-af74-4d81-af4c-e2650e7209c6&batchsize=-1&pagenumber=-1&offset=-1&formattype=COMPACT' ...

Hi I am using TS visual embed SDK to

Hi, I am using TS visual embed SDK to display a visualization. The visualization contains table with rows and columns. I am aiming to add a click event on one of the column names. On click I need to access the row info and use it to navigate to other page within my application. Tried multiple solution from docs(ex: EmbedEvent.VizPointClick) and some other sources. Still getting errors. What is the right way to implement this? import { LiveboardEmbed, EmbedEvent } from '@thoughtspot/visual-embed-sdk/react'; const handleVizPointClick = (data) => { // Access the row information from the data object...

Hi Is there any way to resize the legend

Hi! Is there any way to resize the legend to make it bigger to avoid crunched texts?
No description

Another framing of the question above

Another framing of the question above. Can I render two Liveboards on one page with different liveboard ids?

Hey guys did we have an update on the UI

Hey guys, did we have an update on the UI for search?

Thoughtspot Filters Embed on Liveboard

I am running into an issue where I try to set runTimeFilters but it errors out and doesnt show anything. It worked a while before but suddently not working now for same dashboard ``` Uncaught (in promise) TypeError: runtimeFilterParams.set is not a function at app-d4046da7.js:7472:8519...

I m working on adding a custom action

I'm working on adding a custom action for our embedded liveboard and ran into an issue with cookieless authentication. For some reason when I use cookieless authentication to get the embed it removes the custom action. I tried to look at the ThoughtSpot documentation but haven’t found anything. Is there a way to allow custom actions for cookieless?

If I m using the SearchEmbed component

If I'm using the SearchEmbed component what prop do I use to make it open to a specific "answer"? On AppEmbed I know from a previous answer to use path but that prop isn't present on SearchEmbed. I tried answerId with and without /answer/ in the value (e.g., answer/cdf05f1c-7cb8-485c-a7b4-f7ff8481fe86 and cdf05f1c-7cb8-485c-a7b4-f7ff8481fe86) but neither works.

Hi all When is the 9 6 0 cl release

Hi all! When is the 9.6.0 cl release dropping? Looking forward to some very usefuly bug fixes for the embedded app 🙂

Is there any documentation for the

Is there any documentation for the AuthExpire callback in React? Specifically, can I use this to somehow tell TS to refresh the auth?