Would it be possible to schedule a report from a script, that would be emailed to a specified email address(s)?
Then would it be possible to run that script via URL, where the report parameters would be passed in on the URL?
If this is possible, any example script code available to teach how?
you can execute the script => hook exists until your reportserver is restarted
you can add “onStartup.d” => hook is registered on each start of the reportserver (just like executing it by hand while your reportserver is running)
By the way there is another problem with this, as soon the sendto script is executed (still with your unmodified sendToEmailScheduling.groovy example script) when a try to Edit a Schedule(no matter which one) and click on Next I have the following error displayed:
“(TypeError) : Cannot read properties of null (reading ‘b’)”
As soon as I restart RS, I have no more the error.