Hello
Is there a way to export data to specific csv file?
I want to create one either as attachment, or saved directly on comuter/server.
This should be button on form.
Hello
Is there a way to export data to specific csv file?
I want to create one either as attachment, or saved directly on comuter/server.
This should be button on form.
Hi Rafał,
Unfortunatelly I don't think there is any way to export data to csv file - the only place where i could find "CSV" in docs is Report Server config.
You can export to Excel from reports, and data tables on forms - could you give us some use case - what do you need those csv file for?
It should be rather easy to create PowerShell script, which could use Webcon API to get data and upload .csv as attachment. (might be not possible in SaaS environments)
Hi Rafał,
Unfortunatelly I don't think there is any way to export data to csv file - the only place where i could find "CSV" in docs is Report Server config.
You can export to Excel from reports, and data tables on forms - could you give us some use case - what do you need those csv file for?
It should be rather easy to create PowerShell script, which could use Webcon API to get data and upload .csv as attachment. (might be not possible in SaaS environments)
W need to send this file to web page.
It has to be csv on with specific formating.