Automating PDF Exports with Filters Using Tabcmd
Steps below should help to do this:
For example, the following URL with filter parameters:
http://servername/views/workbook/sheet?param1=value1,value2¶m2=value
Could be used in tabcmd as follows:tabcmd export "workbook/sheet?param1=value1,value2¶m2=value" --pdf -f "C:\Tableau_Workbooks\Weekly-Reports.pdf"
Or:
tabcmd get "http://servername/views/workbook/sheet?param1=value1,value2¶m2=value" -f "C:\Tableau_Workbooks\Weekly-Reports.pdf"
Comments
Post a Comment