Sample Data
This data represents the key details and command used to publish a Tableau workbook to Tableau Server.
| Cell | Value |
|---|---|
| A1 | Workbook Name |
| B1 | SalesDashboard |
| A2 | Server URL |
| B2 | https://tableau.company.com |
| A3 | Project Name |
| B3 | Marketing Reports |
| A4 | Username |
| B4 | user@example.com |
| A5 | Password |
| B5 | ******** |
| A6 | Publish Command |
| B6 | tabcmd publish SalesDashboard.twbx --project "Marketing Reports" --name "Sales Dashboard" --overwrite |