You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Data Integration in Tableau 10, a data source can have multiple connections. To access the connections simply index them like you would datasources
77
+
With Data Integration in Tableau 10, a data source can have multiple connections. To access the connections simply index them like you would datasources.
78
78
79
79
```python
80
80
from tableaudocumentapi import Workbook
@@ -104,6 +104,6 @@ sourceWB.save()
104
104
105
105
106
106
107
-
###Examples
107
+
###[Examples](Examples)
108
108
109
-
The downloadable package contains several example scripts that show more detailed usage of the Document API
109
+
The downloadable package contains several example scripts that show more detailed usage of the Document API.
0 commit comments