Hey Thoughtspot team, is it possible to

Hey Thoughtspot team, is it possible to hide a filter on a Liveboard when embedding in the UI? We are using filter when admins view the Liveboard in the Thoughtspot UI but I don't want my end users to be able to see the filter or attempt to change it as during embed, the actual filter will be applied using ABAC runtime filters. Is there a workaround we can use to do this?
2 Replies
shikharTS
shikharTS7mo ago
If you want to hide the filters completely you can use the customCSS options. If you only want to make sure that the end users can't change filter options, you can use the disabledAction https://developers.thoughtspot.com/docs/Enumeration_Action#_configurefilter.
Action
ThoughtSpot application pages include actions and menu commands for various user-initiated operations. These actions are represented as enumeration members in the SDK. To show, hide, or disable specific actions in the embedded view, define the Action enumeration members in the disabledActions, visibleActions, or hiddenActions array.
Rondel
RondelOP7mo ago
Awesome. Thanks! I will give this a shot

Did you find this page helpful?