extensions-api
extensions-api copied to clipboard
Extensions API sample code and developer docs.
Users using extensions on Tableau Server need the 'Download Summarydata' permission. If this permission is not enabled the extension won't run and throw an unexpected error in the developer tool...
It would be very helpful, to get the information if a column is a measure or a dimension, as these are often visualized differently. (e.g. a measure as length of...
As a follow-on to some ideas discussed while doing edits in #462, here are some future ideas for some editing and other improvements we can consider: - revisit Tableau version...
For filters we have the clearFilterAsync function to set the filter to 'All' values. To put the filter on 'None' you can replace the values with ['']. But for highlights...
I'm sorry for all the issues, I guess I feel inspired by the TC. It would be cool to use wildcards (*) to enable extensions on Tableau Server. We have...
Hi, We are building a tableau extension that has to respond when a user resizes it. It renders content on the extension based on the available width. We are currently...
I ihave nstalled tableau extension but it's not work. I check console of chrome. "Unhandled promise rejection This extension is not running inside an iframe, desktop, or popup window. Initialization...
Hi devTeam! I notice unexpected behaviour in Tableau Desktop compared to Tableau Server. Our customer is using Dashboard Usage Extensions to monitor filter actions in dashboards. There is a action...
Hello, We got a report stating that when using set actions with Tableau 2019.2 this was causing issues with the usage of our extensions. I looked into this and what...
I'm using pages shelf and page history in my worksheet. And I want to control page number by extension API. Page shelf https://help.tableau.com/current/pro/desktop/en-us/buildmanual_shelves.htm#pages-shelf Page history https://help.tableau.com/current/pro/desktop/en-us/buildmanual_shelves.htm#show-the-page-history I know tableau can...