Similar to the Scheduler that Jason mentioned; but on the server side (UNIX).
This is one method we used.

1. Create a macro file: data modified in last 5 minutes
2. Create a report file.
3. Append the report to macro file. 
4. Append to the function - to-file: /<path>/file.csv
5. On the server, using the runmacro to run the macros file. 
6. Then you can write a script to move and rename to file.csv.
7. You can execute with an escalation every 5 or Cronjob.

Example Marco
marco.arq
MarcoName
Set-user: $USER$$PASSWORD$
Set-schema: $Form$$server$
Query: 1=%
Form-open:
Form-entry-list: 0
Report: 1=23=HELLO
to-file: /<PATH>/file.csv
Form-final: modify@
Query: 1=%
end


--
View this message in context: 
http://ars-action-request-system.1093659.n2.nabble.com/Auto-running-report-tp7308628p7310178.html
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

Reply via email to