jbc
TFDThoughtSpot For Developers
•Created by Suvash on 3/31/2025 in #dev-help
Suvash - Hey Team, has the UI for Page.SpotIQ c...
It seems spotIQ is being disabled on our training clusters, and it redirects to the home page by default.
9 replies
TFDThoughtSpot For Developers
•Created by vmcafee on 3/21/2025 in #help
media queries
@vmcafee Yes, we provide an option to override some of the css through https://developers.thoughtspot.com/docs/Interface_customCssInterface#_rules_unstable, but this doesn't allow passing the media queries. You can add your media query overrides in a css file and pass it as https://developers.thoughtspot.com/docs/Interface_CustomStyles#_customcssurl
6 replies
TFDThoughtSpot For Developers
•Created by Jessica on 3/26/2025 in #dev-help
Jessica - hi there!im trying to use the app em...
Yes, that should be possible, we will work on adding some classes to make it more indicative of if it's a positive or negative KPI change.
5 replies
TFDThoughtSpot For Developers
•Created by Jessica on 3/27/2025 in #dev-help
Jessica - hi there! Im trying to update the ico...
You could probably push your file to some github and use
jsdelivr
to access it. YOu can check out this url for more idea on that: https://github.com/jsdelivr/jsdelivr?tab=readme-ov-file#github3 replies
TFDThoughtSpot For Developers
•Created by Jessica on 3/27/2025 in #dev-help
Jessica - hi there! Im trying to update the ico...
@Jessica You would probably using the thoughtspot cloud instance, which by default runs on https. And in general, browser security doesn't allow you to load a non-https url within a https page.
3 replies
TFDThoughtSpot For Developers
•Created by lathish on 3/27/2025 in #dev-help
lathish - Hello,I am trying to change the spot...
@lathish This needs to be a .svg,. We use the
id
field of the symbol element inside the svg to replace our icons. If using png and jpg they wouldn't have this kind of support.3 replies
TFDThoughtSpot For Developers
•Created by Jessica on 3/26/2025 in #dev-help
Jessica - hi there!im trying to use the app em...
@Jessica Seems the internal implementation is mostly done through css styling, so it's not possible to directly identify. I cannot think of any workarounds here. But if this seems like a needed requirement can you raise this as a change request through the support team?
5 replies
TFDThoughtSpot For Developers
•Created by Jessica on 3/26/2025 in #dev-help
Jessica - hi there another app embed question -...
@Jessica What kind of customization are you looking for? It should be possible to change the column names with our string customization, but the visible columns cannot be changed.
4 replies
TFDThoughtSpot For Developers
•Created by AlexJ_Proc on 3/26/2025 in #dev-help
AlexJ_Proc - Hi there! I'm currently working on...
cc @Sandeep
3 replies
TFDThoughtSpot For Developers
•Created by Valhalla on 3/25/2025 in #dev-help
Tim - Hello 👋 I was told release 10.7 will inc...
cc @priyanshu.kumar
3 replies
TFDThoughtSpot For Developers
•Created by Farzaneh on 3/25/2025 in #dev-help
Farzaneh - Hello, we're using multiple TS livea...
@Farzaneh You could use our filter based events to get the currently set filters and to update them.
https://developers.thoughtspot.com/docs/embed-liveboard#_filters
You could probably maintain your own state for the filters in your application and set values across all your embeds.
And you can listen for any of the filter changes with this: https://developers.thoughtspot.com/docs/Enumeration_EmbedEvent#_filterchanged
2 replies
TFDThoughtSpot For Developers
•Created by Suvash on 3/24/2025 in #dev-help
Suvash - Hi team, using the EmbedEvent.RouteCha...
Our main app doesn't support opening the SpotIq insight individually or opening the explore modal separately. So, our embed sdk doesn't provide much options with that. Please create a support ticket, and it can be evaluated by our product team, if that is a support needed to be added.
9 replies
TFDThoughtSpot For Developers
•Created by Suvash on 3/24/2025 in #dev-help
Suvash - Hi team, using the EmbedEvent.RouteCha...
The default behaviour of the above url is to open the explore view of a viz within the liveboard. In case of embedding, you can instead form a url such as this
/embed/viz/d9b2d63d-a233-4123-847a-7d1b1f1a1b1e/a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11
to open the visualization directly. There is no support of the explore modal to be displayed as a separate page currently.9 replies
TFDThoughtSpot For Developers
•Created by Suvash on 3/24/2025 in #dev-help
Suvash - Hi team, using the EmbedEvent.RouteCha...
@Suvash SpotIQ insights are not exactly similar to visualizations. They are not supported being accessed individually.
9 replies
TFDThoughtSpot For Developers
•Created by Steve Halvorson on 1/15/2025 in #dev-help
Steve Halvorson - Hello Team, I was directed he...
@Steve Halvorson I believe, the url you are trying to add is not whitelisted. You can add that in the
Develop > Security Settings > "CSP connect-src domains"
. Can you add the url https://cdn.jsdelivr.net
here to whitelist it?20 replies
TFDThoughtSpot For Developers
•Created by Steve Halvorson on 1/15/2025 in #dev-help
Steve Halvorson - Hello Team, I was directed he...
@Steve Halvorson The example SVG override in that page is for overriding a different icon, not the spotter icon. This
iconSpriteUrl
allows you to override any of the icon within Thoughtspot, by adding a new symbol with id matching the icon you want to replace.
We will update our docs to include an example icon for spotter as well. cc @Shashi Subramanya
Here is a sample icon, one of our teammates created which replaces the spotter icon: https://cdn.jsdelivr.net/gh/bryanthowell-ts/bryanthowell-ts.github.io/icon_6.svg20 replies
TFDThoughtSpot For Developers
•Created by alc-aaron on 1/16/2025 in #dev-help
alc-aaron - Good morning -- I was hoping someon...
@alc-aaron As long as you add the field
{ts-query-params}
in your url as part of the Search params or Hash params, that should be parsed automatically in the SDK, as the sdk reads the url and parses it.
eg:
https://www.mysite.com/liveboard/{object-id}?{ts-query-params}
or
https://www.mysite.com/#/liveboard/{object-id}/?{ts-query-params}
We would replace these as eg:
https://www.mysite.com/liveboard/523ab23-22b21a?ts-orgId=123
6 replies
TFDThoughtSpot For Developers
•Created by Steve Halvorson on 1/15/2025 in #dev-help
Steve Halvorson - Hello Team, I was directed he...
It is supposed to be the GUID, can you share the error you are seeing>
20 replies
TFDThoughtSpot For Developers
•Created by Steve Halvorson on 1/15/2025 in #dev-help
Steve Halvorson - Hello Team, I was directed he...
Got it, you can refer this url instead, and we'll cross-link this to the other section, so this is not confused
https://visual-embed-sdk.vercel.app/docs/customize-icons#_testing_an_icon_override_file
20 replies
TFDThoughtSpot For Developers
•Created by Andy on 1/15/2025 in #dev-help
Andy - Hi team. We have multi org set up on ou...
@rumana-hf Can you not limit your users to one org? Since you are using basic auth, they must have been manually created users right? You can also set the org for each of the users with our REST API https://developers.thoughtspot.com/docs/restV2-playground?apiResourceId=http%2Fapi-endpoints%2Forgs%2Fupdate-org
25 replies