Hi Everyone,
I have a requirement, where User need to see live report data at a particular time ( for example 5AM morning server time).
Can we write any XSJS service, which will do the below:
Run the XSJOB at 5:00 AM every day to execute the XSJS. (I can do that)
XSJS should do
1. select * from my calc view(CV);(I can do that)
2. put it in Shared Folder file path with <CV technical name>.XLS(Here I am stuck )
how can I write this, any API hint would be great.
-Chandan