Tobi Marsh
Technical User
I'm pursuing Tableau Certification and trying to build an Angular2 application with Tableau visualizations integrated into it using the Tableau JavaScript API?
According to the documentation, you're supposed to include the following script in your file which will create a tableau global variable:
I'm not sure how to access this global variable within an Angular2 class.
According to the documentation, you're supposed to include the following script in your file which will create a tableau global variable:
Code:
<script src="[URL unfurl="true"]https://YOUR-SERVER/javascripts/api/tableau-2.js"></script>[/URL]
I'm not sure how to access this global variable within an Angular2 class.