Hey all. All fields in the worksheet
Hey all. All fields in the worksheet connected to visualization seem to be available for Drill down. I need to remove some of the options. How can I limit drill down options? we are embedding Thoughtspot in our application. So, could you please provide me with an example code or document on how to use your APIs to control drill down options in our application?
3 Replies
Hi Farzaneh, do you still want those columns be available in the
left sources panel
so a user could add it in the query and breakdown the result by the column ?Yes, I need to display those columns in the visualizations but don't want them to be in the drilldown options
We don't currently have the capability to do that. You could however hide the drilldown menu item altogether. And then create a custom action to trigger a popup in your own app. The you can call HostEvent.Drilldown to trigger drill on a column programmatically