embedding-api-v3-guide icon indicating copy to clipboard operation
embedding-api-v3-guide copied to clipboard

migration guide for moving to embedding api v3

Results 47 embedding-api-v3-guide issues
Sort by recently updated
recently updated
newest added

I use `"@tableau/embedding-api": "3.9.0"` in one of my projects. And in one day my `npm ci` stuck. The reason was `"core-js": "^2.5.7"`, because this version is deprecated: https://www.npmjs.com/package/core-js?activeTab=versions `"core-js": "^2.5.7"`...

bug

Hello, On a Dashboard, we can link filter values with another filter. For example: I have a _Category_ filter with "Office Supplies, Furniture, Technology" and a _Sub Category_ filter with...

needs investigation

Our company Wiiisdom creating an application that uses the embedding API to retrieve data from Vizzes in automation. Unfortunately, when downloading the image we need to click on the "Download"...

enhancement

Hello, for some reason when installing package with yarn it does not find some of the packages. i created a clean project with no dependencies and used ` yarn add...

enhancement

Hi, The following functions of the _Embedding API_: - [changeParameterValueAsync](https://help.tableau.com/current/api/embedding_api/en-us/reference/interfaces/workbook.html#changeparametervalueasync) - [applyFilterAsync](https://help.tableau.com/current/api/embedding_api/en-us/reference/interfaces/worksheet.html#applyfilterasync) - [applyHierarchicalFilterAsync](https://help.tableau.com/current/api/embedding_api/en-us/reference/interfaces/worksheet.html#applyhierarchicalfilterasync) - [applyRangeFilterAsync](https://help.tableau.com/current/api/embedding_api/en-us/reference/interfaces/worksheet.html#applyrangefilterasync) - [applyRelativeDateFilterAsync](https://help.tableau.com/current/api/embedding_api/en-us/reference/interfaces/worksheet.html#applyrelativedatefilterasync) - [selectMarksByValueAsync](https://help.tableau.com/current/api/embedding_api/en-us/reference/interfaces/worksheet.html#selectmarksbyvalueasync) all return a _Promise_: we expect this _Promise_ to be...

bug

We'd like to be able to retrieve the list of Actions (Worksheet/Dashboard > Actions in **Tableau**) for a Worksheet/Dashboard in an embedded Workbook: ![image](https://user-images.githubusercontent.com/93193181/156206758-0b45a164-2a55-41bf-ac5d-50571a3bf5f5.png) We're looking for as much information...

enhancement

The current version of the JS API offers the possibility to get a notification when the Viz object is ready (https://help.tableau.com/current/api/js_api/en-us/JavaScriptAPI/js_api_concepts_initializing.htm#get-notification-when-the-viz-object-is-ready) but there is not reliable way to have such...

enhancement
error handling

Hi I'm using Embedding API V3 latest with Connected Apps to host embeds from Tableau Server on a Angular SPA. Whenever I try to call applyFilterAsync a strange **internal-error: Service...

When first initialising the dashboard, it would be useful to be able to specify the name of a custom view to load too. My scenario is that we have embedded...

enhancement

We have a Workbook with two basic Worksheets: ![image](https://user-images.githubusercontent.com/93193181/231474100-83d141f7-6fa5-4566-a708-ab8638b51c2f.png) ![image](https://user-images.githubusercontent.com/93193181/231474182-e1366fc8-dfad-4dbe-a4d2-b90188d69b9e.png) Those two Worksheets are included in a Dashboard: ![image](https://user-images.githubusercontent.com/93193181/231474367-d32045f9-e7e1-47f2-8014-f60c575105a0.png) Each Worksheet has a single _mark_ in its Summary Data when...

bug