Adding a Tableau Workbook as an Unmanaged Workbook
To add a Tableau workbook as an umanaged workbook:
- Add the workbook in the app companion file.
<client> <view-group title="Main"> <html-view title="A html view" path="index.html"/> <tableau-workbook title="facility" workbook="Facility"/> </view-group> </client>
Note The name provided in the workbook attribute must match the name of the Tableau workbook. The file extension of the workbook should not be included. - Publish the workbook via Tableau Desktop or via the Tableau server tabcmd command line utility.
Note When publishing the workbook the name defined in the publish dialog should match the workbook attribute in the app companion file.
Publishing as an Unmanaged Workbook