Skip to main content

Posts

Showing posts with the label #tableaupdfexportsautomate

Automating PDF Exports with Filters Using Tabcmd

Automating PDF Exports with Filters Using Tabcmd Using tabcmd to automate PDF exports with multiple filters. Steps below should help to do this: Use tabcmd in conjunction with URL filter parameters. For example, the following URL with filter parameters: http://servername/views/workbook/sheet?param1=value1,value2&param2=value Could be used in tabcmd as follows: tabcmd export "workbook/sheet?param1=value1,value2&param2=value" --pdf -f "C:\Tableau_Workbooks\Weekly-Reports.pdf" Or: tabcmd get "http://servername/views/workbook/sheet?param1=value1,value2&param2=value" -f "C:\Tableau_Workbooks\Weekly-Reports.pdf"