Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WorksheetInDashboard parameter for the displayDialogAsync function #31

Open
florent-guinard opened this issue Jun 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@florent-guinard
Copy link

In the JavaScript API there's a worksheetInDashboard parameter for the showExportDataDialog function that allows us to specify which Worksheet we want to download data from when the current embedded Viz is a Dashboard.

We'd like a similar feature in the Embedding API: the displayDialogAsync function only takes an "export type" parameter and we're currently unable to display the dialog to download data of Worksheets other than the first one of an embedded Dashboard.

The Workbook.activateSheetAsync function changes the sheet displayed to a specific Worksheet instead of the Dashboard, something we'd like to avoid (changing the sheet displayed removes any filter applied/mark selected).

@illonage illonage added the enhancement New feature or request label Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants