If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Simple Event Studio expression help needed

Started by strig1, 25 Jul 2014 08:53:59 AM

Previous topic - Next topic

strig1

I'm new to event studio and i'm trying to run a basic event trigger. I am using a primavera package and my trigger is "Email __bob___ when a task is not started within 4 days of scheduled start date.

Expression as of now: [Act Start Date] is null and [Target + 4] > [Target Start Date]
-where [target + 4] is a calculation: [Target Start Date ]+ 4

I need advice as to why this isn't working, am i missing a component? I feel like the calculation is what is the problem. The picture provides the actual information that the query has. Thanks!


huhumix

HI,

I'll try an answer,,, I;m a newbie also :)

It seems like the calculation is problematic... you compare target start date + 4 to target start date, and will always be higher , of course ...

I think your calculation should be :  [Act Start Date] is null and current_date > [Target] ..

Hope it helps