Hi Dojo,
How can I export table to csv automatically every day
Thanks 🙂
Hi,
That "Export table..." is a Cube client functionality. As this is a client, this means that it can run on any PC and would have to be active/open at the time that the export needs to happen, so such a functionality is not built in on client side.
The best alternative would be to create an automation script that reads out the values of the table and writes it to a csv file (on server side, as the automation script runs there). There can then be a scheduled task that is executing the automation script every day.
Regards,