Tableau Server Automating reports - tableau-api

I have many tableau workbooks on our tableau server. I want to automate these workbooks and print them to PDF and email them to specific people.
Could anyone help me with this ?
Thanks in advance

Still there is no option to publish automatically but you can do it with some trick below
there few requirement before you get start.
Your viewer need static IP address so we can access tableau without login and download pdf file click here.
Little knowledge programming i.e. R or Python to send email and hit link to download file click here

You should be able to use the Tableau REST API for this task - there is a feature currently being voted on here: https://community.tableau.com/ideas/5025
This post here has more details for you about a potential workaround that might suit your needs: https://community.tableau.com/docs/DOC-8361

Related

How to upload image to Parse flutter SDK server?

I am trying to collect users profile picture from his phone and to parse it on the server, and also (vice versa)to be able to load it from the server and show it in users profile.
Unfortunately, I can't find many resources on this. I only found this short "Update File" section at the end of this document, but since I am new to Flutter it is not helping me a lot.
https://pub.dev/packages/parse_server_sdk_flutter#usere
Could anyone suggest some resources or examples how to achieve that?

Power Automate - Flow Fails InvalidTemplate- When trying to save attachment to Sharepoint Using Create File

Here is what I am trying to do:-
I want to create a work item in Azure DevOps when an email arrives in my inbox. If the email has an attachment, I want to save that attachment in the SharePoint site folder, retrieve the link of the created file, and update the work item description with the file link.
I have created the flow but when testing, here is what the exception is coming
I am sending this email from Gmail to my organization account. I have researched this problem in existing threads at the Power Automate community as well, but nothing seems to be fit as a potential solution to this problem. Your help in this regarding is highly appreciated.
Thanks.
I resolved this issue by creating a new flow, in this case, please make sure, you are updating the configuration of outlook email to say "Include Attachments" - "yes".
Please refer to screenshot below
If you will not include it, it will be treated as null, when you will be trying to create a file at SharePoint using power automate.
Hope this helps everyone.
Thanks,
Bee

Tableau Extensions, Writing custom Extensions to Download Data Across multiple sheets

Has anyone used a tableau extension to download data from the dashboards in a very precise manner? I am looking to upgrade the download functionality by building a custom download button that produce specific reports based on the sheets.
The goal would be a download button that can write the information back to the server and allow the user to download that file (something palpable for end users like excel).
I am aware of tableau servers existing download to excel functionality, but do to permission for the end user we cannot enable this, and the complexity of the dashboards makes it less useful regardless.
If anyone has any links or info on this please share, thanks.

How to get serverside file uploading progress in Perfect

I'm trying to create a web page using Perfect(perfect.org), Where users will browse and upload files. Can anyone tell me how can I get the progress of file upload?
perfect.org-fileUploads
Refer above link and Do as-usual concept following in HTML-JS-PHP or HTML-JS-JSP or other programming
In other words
you can receive response status in percentage from server-side and display it to client or put loder while uploading the file
Thank you
Before an official solution released from PerfectlySoft Inc. for this feature request, you could try splitting the file into small pieces and upload them one by one, then merge them back to the server - since there is no such an industrial standard to apply, all other web servers either provide different solutions or simply stay away from it.

Exporting in Netsuite

One of our customer's uses Netsuite ERP. We would like to be able accept pick tickets(orders) from them in a format that would allow us to import the pick tickets into our custom built ERP system. Naturally, I asked them if they could export the pick tickets as CSV to us.
They are attempting to build a custom report with all the fields we need and export it into csv. Aside from them having issues exporting the report only to HTML... Im curious as to why they cant just export the pick ticket they have been sending us, which is in pdf format.
On top of that. Ive noticed via SuitesScript you could modify the on click event to generate a csv of the data. So when they click generate print ticket, why could it not easily generate a csv at that time?
Basically, due to me not havign hands on to their NetSuite system - or any insight to the inner working of NetSuite, im looking to the community to explain to me, what they are doing wrong - or what the best solution is to attain the goal of: exporting a pick ticket(im assuming this is based from the sales order in netsuite...) in a friendly format, allowing me to automate the order entry into my company's system.
I am sure Netsuite provides CSV option for exporting Reports. Please refer to this doc.
To export a report:
On the Reports page, click the name of the report you want to see.
In the footer of the report, select Export-CSV, Export-Microsoft® Word, Export-Microsoft® Excel, or Export-PDF.
One possible problem may be the Role Permissions. Please refer to this.
If your search results pages do not include an Export button, your account administrator may not have assigned you the Full level for the Perform Search permission. This level is required for exporting search results. The Export Lists permission also is required. See Permissions for Searches.
you should be able to export pdf. Please refer to https://github.com/eliseobeltran/NSProject/blob/314c5a03c4251cd06d451527103b7b85bb63f130/GOP/Innov.GOP.GeneratePDF.js
Once you create the saved search, NetSuite has the option to export the saved search as the CSV, MS EXCEL, or PDF. But it's a manual approach. You can do it automatically by writing a JavaScript script in the Suite Script.