Baseline Finish empty

I

IloveEPM

Hi there,

I would like to build a stoplight formula that show red, if the variance
between baseline finish and finish is greater than 16 days. If it's less that
16 days, I want to show yellow; equal means green.

I also need to check, whether the Baseline Finish Field is filled - means a
baseline is saved. How can I check that? I tried to check whether the field
is empty or contains NA - nothing works. Any idea how to check whether a
baseline for that task is saved?

Best regards
Michael
 
D

Dave

Iif( ProjDateValue( 'NA' ) = [Baseline Finish] , <no baseline is set> ,
<baseline is set> )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top