COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS ReportNet => SDK => Topic started by: KKR on 20 Sep 2010 09:35:16 AM

Title: How to send report status mail(not report output)to user?
Post by: KKR on 20 Sep 2010 09:35:16 AM
Hi,

I have a requirement that,sending report status mail (not report output) once it completes.

How I can do this? Please anyone suggest me on this.
Title: Re: How to send report status mail(not report output)to user?
Post by: xiska on 20 Sep 2010 03:20:17 PM
Hi

You can use the EventStudio to make such dependencies.

At first you must make a decision which is always true (today() is not null) or (1=1) then execute the report and save the output and at last an e-Mail node.

Then schedule the agent.

That's it.