cognoscognos-10

Send Cognos Burst Reporting to multiple emails


I have a few reports that need to be sent form hourly certain intervals during the day.

I know how to schedule burst jobs and they send out fine, but i am being tasked with sending that same exact thing to "CC" that persons mananagerl1 and managerl2

Lets say part of the email table looks like

Name   |  mgr1   | mgr2 |  email  |  mgr1eml   | mgr2email

normally i burst to email and group by name

how would i burst to all three emails without having to create 3 different reports?


Solution

  • It's been a while, but I think you can do it this way: Use a comma delimited string for your email addresses:

    blah@blahblah.com,foobar@foobar.com,...
    

    Set your burst property to email addresses (Report Studio > File menu > Burst Options > Burst Recipient > Type).