tableau / extensions-api

Extensions API sample code and developer docs.
http://tableau.github.io/extensions-api
MIT License
268 stars 251 forks source link

Cross tab function when exporting data #206

Closed juliusvidad closed 5 years ago

juliusvidad commented 5 years ago

Is there support for exporting data in a cross-tab? Like in Tableau Server?

Because I only know of getSummaryDataAsync (which is similar to choosing the Download > Data > Summary in Tableau Server) and getUnderlyingDataAsync (which is similar to full data)

illonage commented 5 years ago

Hi,

Yes, you can create an extension to export the data in a cross-tab. Craig Bloodworth created one and his code is open source -> https://github.com/TheInformationLab/Tableau-Extension-ExportData