I want to subscribe a reports entire data every morning. I just have the idea to subscribe a view but not the underlying data. For a cross tab we cannot view the full data in the subscription.How to achieve this?
3 answers
Hi Sril,
We can use tabcmd to get csv.
create batch file
cd C:\Program Files (x86)\Tableau\Tableau Server\9.3\bin
tabcmd login -s http://localhost:80 -u xxxxx -p asp123
tabcmd get views/GanttTree/GanttTree -f "D:\Tableau_Workbooks\GanttTree.csv"
tabcmd logout
we can export pdf,image also.
Use task scheduler to schedule daily basis and use the commandline tool to send mails.
Thanks
sankar