Export list of scheduled reports and recipients - How to ?
Answered
Good Day,
I would like to export the list of scheduled reports, interval and the recipients as well however not sure how to go about doing that.
Appreciate the help
Thanks
Mpumi
Hi Mpumi,
Thanks for reaching out to support with your question.
This information can be found in the Yellowfin configuration DB.
Here is a query that lists all broadcast task schedules -
You can match broadcastid with scheduleunitid in the taskschedule table to get frequency -
you can join this to the reportbroadcastrecipient table to get the broadcasts' recipient list.IPID here can be matched up with users via the ipclass or ipcontact tables.
Hope this helps!
Thanks,
Eric
Hi Mpumi,
Thanks for reaching out to support with your question.
This information can be found in the Yellowfin configuration DB.
Here is a query that lists all broadcast task schedules -
You can match broadcastid with scheduleunitid in the taskschedule table to get frequency -
you can join this to the reportbroadcastrecipient table to get the broadcasts' recipient list.IPID here can be matched up with users via the ipclass or ipcontact tables.
Hope this helps!
Thanks,
Eric
Hi Mpumi,
Thanks for the reply, glad to e of assistance here! I'll go ahead and mark this Question as Answered at this time.
Best,
Eric
Hi Mpumi,
Thanks for the reply, glad to e of assistance here! I'll go ahead and mark this Question as Answered at this time.
Best,
Eric
Replies have been locked on this page!