Script to run scheduled report as each user in a group
I occasionally need to run a report for each user in a user group. Currently I do this in a script include, where I iterate through each user in the group and run a function that creates a record on the sysauto_report table, setting run_as and user_l...
