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

vmcafee - Hi was the LiveboardUsers feature dep...

Hi was the LiveboardUsers feature deprecated at some point? We still see it in the docs but don't see them showing in our TS or when we embed.

Anastasios - Hey there, can someone please tell...

Hey there, can someone please tell me if there is any solution to this problem that is not very ugly : https://community.thoughtspot.com/s/idea/087Uk000000eyALIAY/detail

GM.

GM. we use the API for resetting password for users, via the SDK, and when choosing passwords we keep getting that they violate the password policy. how can we change the policy, or at least review it, so we can choose passwords for our users that aren't shared?...

rumana-hf - Hey there! When looking at the Libr...

Hey there! When looking at the Library section of the homepage in our cluster, when hovering over the empty spot of the Verified column (marked in red) we get a tooltip that says it is 'Verified' even though it is not. Any idea why?
No description

alc-aaron - Hi all, I want confirm if what I am...

Hi all, I want confirm if what I am seeing is an issue with my LiveboardEmbed or something pre-existing as an issue on Thoughtspot? When I Share a Liveboard and visit the URL I see the Liveboard but it is missing the title along with the information about the Users who are editing/views ect....

Hello guys, quick question on

Hello guys, quick question on visualisation customisation: Can the various visualisations themselves be customised with custom CSS? e.g. I'd like to be able to give these charts a border-radius and round the corners on them. Can that be done in the visualisation tools or embedded side?
No description

alc-aaron - Hi! I have a question about what I ...

Hi! I have a question about what I am unsure is a bug or not. When I am using the AppEmbed I am seeing some things not load on the UI of the embed and additionally some console errors which I have not seen previously. The following is the code for the AppEmbed which has been working fine until an unknown moment we cannot pinpoint on our end as far as code changes are concerned. ```...
No description

Noan - Hi Thoughtspot,I cannot create an org w...

Hi Thoughtspot, I cannot create an org with the same name as an org previously removed on our instance. Steps to reproduce : 1. Create an org named whatever 2. Remove it...

Érico - Hello guys!We're embedding our first T...

Hello guys! We're embedding our first ThoughtSpot liveboard in our webapp, but the slowness to start rendering is very noticeble, even if we compare to the liveboard inside ThoughtSpot website. We already tried to use the prefetch technique but we didn't see any results. Have you guys already face that?...

Jack - Hey guys,Is there an action enum for h...

Hey guys, Is there an action enum for hiding the 'Go To Home' button on this screen? I don't want users to be able to go back into the thoughtspot home screen as it's not a very good UX for us...
No description

Aparnaa Marimuthu - Hi ThoughtSpot Team!How t...

Hi ThoughtSpot Team! The ThoughtSpot getChartContext() function from the TS library is not allowing me to re-render the chart. Additionally, I see TS-Playground: Message Received errors in the console every time I attempt to update styles. How can I dynamically update the chart’s appearance without reinitializing getChartContext()? ...
This is the ScreenShot of my output. The last message on the console you are seeing is being thrown, everytime I click the Apply Button. That Message is because the getChartContext() function from the ThoughtSpot library, is not allowing me to re-render the chart.

Lucjan - Hi Team, is it possible to manipluate ...

Hi Team, is it possible to manipluate the answer size on the embeded liveboard? The goal here is to change size of the answer on the bottom
Solution:
I don't think there is an autoadjust for just the vizs, though you can use fullHeight to dynamically resize according to the height of the Liveboard, but that is just for the whole liveboard not individual vizs. You would need to set the size in the liveboard only.
No description

David - Reading over the Rest API docs search m...

Reading over the Rest API docs search metadata endpoint (https://developers.thoughtspot.com/docs/restV2-playground): I am trying to get results if the user has READ_ONLY -or- MODIFY. If I include multiple principles, each for the same user, but varying the share_mode it seems to count each identity as an -and- in the lookup. If I just include a single principle READ_ONLY will that also get users with higher permissions, or will I need to make two separate API calls?...

Connor - Hi Thoughtspot team,I'm trying to re...

Hi Thoughtspot team, I'm trying to replace some text that comes up in a filter modal when a user doesn't have access to the data model in a Liveboard. You can see that below in the image I attached. We added the below code to the Thoughtspot liveboard initialization config. ``` customizations: {...
No description

Chaim Platonov - Hey,I'm writing code to sync ...

Hey, I'm writing code to sync the users of our system with ThoughtSpot. To create users in the TS I use the just-in-time provisioning But when I try to set account_status to INACTIVE using update user API I get Unable to update user state to INACTIVE from PENDING. Please activate the user to continue. Get current user info returns account_status: 'ACTIVE'....
Solution:
@Chaim Platonov if the user is not activated use reset password api to reset it's password. Post which it will be in active state and then you will be able to use the update api.

rumana-hf - Hey there. I've been trying to quic...

Hey there. I've been trying to quickly update the Link settings to top level sections of our site but it's forcing me to use placeholders. Is there a way around this? We don't want to build the specifc pages yet and want the user to be taken to the top level sections for now
Solution:
Hi @rumana-hf Can you please add {object-id}?{ts-query-params} after your URLs for Liveboard, Liveboard Visualization and Answer, add {object-id} after your SpotIQ Analytics page and add {path} to your generic link URL. This will not come up in your URL but its there just to inform user that they can add these fields as well.
No description

Tim - I have Sage embedded on my site. I'm wond...

I have Sage embedded on my site. I'm wondering if our user feedback/coaching is shared across our TS organizations? If no, is there a way to copy the trainings between organizations? We use TS organizations as dev environments so I'm wondering if I can use my staging embed to coach the model.

Alexandre Hausmann - Wex - Hey guysI need as...

Hey guys I need assistance on how to get the tab ID from the liveboard visualization or how to redirect the embedded application using the Liveboard Viz ID. I'm using custom links and we only have the "sub-object-id" that is the Viz ID. Example: ...
No description

Lexi Wagner - Hello, we are embedding TS into o...

Hello, we are embedding TS into our application and are trying to use your APIs to automate the setup. However, we are running into an issue that we would like some assistance on please Can you please confirm if it is possible to enable trusted authentication at the org level and retrieve the secret key via your API?...

chris k - Hi team, When exporting liveboards wi...

Hi team, When exporting liveboards with visualizations as CSV or XLSX, is it expected to only contain data for one visualization at a time? Is there a way to export liveboards with visualizations into csv or xlsx with data from all visualizations in the liveboard? I will post examples in the thread.