COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Event Studio => Topic started by: AHS on 08 Feb 2010 11:45:07 AM

Title: Delayed Event
Post by: AHS on 08 Feb 2010 11:45:07 AM
Hi,
I'm wondering if it is possible to program a task to occur after a set of data comes in.  For example, if my event condition runs weekly and detects on event on January 1, how would I then set Event Studio to send out an email one week later indicating that the event occurred?

Thanks for your help!
Title: Re: Delayed Event
Post by: CognosPaul on 08 Feb 2010 12:26:49 PM
I can think of two solutions.

The first one is when the event is detected insert a record into a table with the date+7 and have a daily check on that table.

The second is to simply look for events a week prior.