https://github.com/edocbuhtig/tableau-integration-reactjs
Tableau React Integration
https://github.com/edocbuhtig/tableau-integration-reactjs
business-intelligence reactjs salesforce tableau tableau-api tableau-react-integration
Last synced: about 1 year ago
JSON representation
Tableau React Integration
- Host: GitHub
- URL: https://github.com/edocbuhtig/tableau-integration-reactjs
- Owner: edocbuhtig
- License: mit
- Created: 2020-02-08T18:27:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T19:55:02.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T18:57:48.875Z (over 1 year ago)
- Topics: business-intelligence, reactjs, salesforce, tableau, tableau-api, tableau-react-integration
- Language: JavaScript
- Homepage:
- Size: 564 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## How to add Salesforce Tableau in Reactjs
## Screenshot

## Intro
This code combines ES + Javascript mixture to demo how to achieve results using both.
### Import Tableau JS API Lib
into `` of **/public/index.html**
```
```
### Create a window instance for tableau object
```
const { tableau } = window;
```
### Follow the Tableau API examples for filters and variation of worksheets
```
https://help.tableau.com/current/api/js_api/en-us/JavaScriptAPI/js_api_samples.htm
```