Schedule Export of tally report on daily basis and upload it on FTP - tally

We need some automation functionality in Tally to export the Tally reports (custom or inbuild reports) on a daily basis . We don't want to do it manually every day. I researched but I didn't find any documentation for this. Could you please suggest any code and documentation for this?
Thanks

Related

Qlik sense automation send sheet report in excel format

I am trying to make the automation in the Qlik sense app for which the App >> Sheet report should be sent to the email. The requirement for the report is an Excel sheet. Currently, I am able to send sheet reports in PDF format. Screenshot attached. But I looked into, if it's possible to export this in excel format but seems like there is no option for it.
Any help and insights would be helpful.
Thank you
We are using Qlik Nprinting for all automatic reports. It's however an addition to Qlik Sense, which means separate license, but it also gives plenty of options to automate the distribution of Qlik Sense reports.
Have a look here: https://www.qlik.com/us/products/nprinting
What this addon does in a nutshell is you create a link to the specific app from Qlik Sense. Then you can create multiple reports out of the app from each object in the app's reports. The reports can be in excel, html, QlikEntity, Word, PowerPoint and PixelPerfect type. Each report is then scheduled to execute in the desired frequency - can be daily, weekly, monthly, etc. And finally, it can be sent as an email attachment or saved in a desired folder.
You can create a worksheet using the Microsoft Excel connector (Creates Workbook Session) and read the table data from Qlik Sense App using the "Get Straight Table Data block" and insert the data into the worksheet (Add Row To Table)
Qlik Sense Automation Generate Excel Flow

How to Export Multiple Cross Tables from Tableau Server into Excel

I have tableau server 2018.2 version but How to Export Multiple Cross Tables from Tableau Server into Excel
As per my understaning, it is still not possible to download multiple sheets from a published workbook. The user has to download one at a time.
There is even an idea created to promote this feature: Tableau Community Forums > Ideas > Ability To Export Whole Workbook To Excel Similar To The PDF Function
One workaround is to create a new sheet with all the data you need, in the format and order you need. There is an example here: Exporting CSV Made Simple

Tableau Server Automating reports

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

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.

Powershell to take screenshot from the SSRS report and attache to mail

How to take screeshot of the SSRS report using powershell and send a mail the same screenshot using Send-Mailmessage.
Is this possible using powershell?
help much appreciated.
thanks in advance
Instead of rolling your own solution based on, say, Graphics.CopyFromScreen(), using SSRS built-in features ought to be much more easy to maintain.
Take a look at file share delivery and subscriptions of SSRS reports.
While it may be possible, it's the wrong approach.
Set up SSRS subscriptions to schedule the execution & delivery of your reports. As part of the subscription, configure it to produce PDF or Excel output (or Word or RTF, if that's more appropriate).