Kruthi
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with
Thanks for your inputs!
Wrt using css classes to hide search button, today we use iframe to embed thoughtspot into our website. Because of same-origin policy (restricts how documents interact from different origins) what is the best way that's recommend today to access elements inside iframe
23 replies
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with
Regarding getting list of liveboard created by me or based on logged in user i see
Users with ADMINISTRATION (Can administer ThoughtSpot) privileges can view data for all metadata objects, including users and groups.
the search metadata API needs admin permissions. If i am an user and i have created a report using customer website which internally creates report on thoughspot. When user logs in to our website i want to fetch all there reports and populate in sidebar for easy nav.23 replies
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with
yes but if i control the default onclick action on the button then shouldn't that automatically disable the default action since everytime a user clicks on the button it will trigger my code?
23 replies
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with
is it possible to expose the
onclick
event for this button which just solves the issue i am trying to solve. i.e. to add my searchEmbed to this onClick
event.23 replies
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with
Sounds good, i will use the css class for now. Please can you share the case or ticket to track the progress of when the property to hide will be release. Thanks!
23 replies
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with
.button-module__buttonWrapper {
display: none;
}.
23 replies
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with

23 replies
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with
Thank you will look into it! Appreciate your inputs👍
23 replies
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with
Please can you help me with 3rd question How can i get the shared reports list i.e. reports shared with me and is this list separate from the user created list?
23 replies
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with
Got it! Thanks
23 replies
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with
authType: AuthType.TrustedAuthToken,
23 replies
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with
Please can you provide inputs wrt SDK
23 replies
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with
'@thoughtspot/visual-embed-sdk'
23 replies
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with
I am using SDK FYI
23 replies
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with
This is the search button i am talking about.
- go to thoughtspot
- go to liveboard tab
- create new liveboard
- click on the newly created liveboard
- you see empty liveboard with "search data" button. This one today triggers SearchEmbed, but how can i render a custom SearchEmbed through code.
23 replies
TFDThoughtSpot For Developers
•Created by Kruthi on 3/25/2024 in #dev-help
Hey All! Please can someone help me with
I am using LiveboardEmbed for rendering liveboard.
23 replies