M
Maver1ck666
I have a project which i am using as a schedule to monitor all the systems I
develop.
The schedule looks like this:
Project #1 (outline level 2) User Review Next
Review Overdue
Change request #1 (outline level 3) 01/10/2009 01/01/2010
False
Change request #2
Documentation (outline level 4)
Planning
Development
Project #2 01/10/2009
01/01/2010 False
Project #3 01/06/2009
01/09/2009 True
[User Review] is set as a date field.
[Next Review] has the formulae:
IIf([UserReview]=Null,Null,dateadd("m",3,[UserReview]))
[Overdue] has the formulae:
IIf([Date3]<Date(),"True",IIf([Date3]="NA","False","False"))
Right then, I have a number of problems with this layout/format im hoping
you can help with please.
1) Is there a way I could have the 3 columns on the right only apply to the
outline level 2 entries? At the moment, the data appear for all rows which is
confusing as those columns only apply to the actual system entry.
2) The [Next Review] column shows #ERROR if the [User Review] date has not
been changed from the default NA. Is there any way around this?
Thanks in advance for your help!
Kind regards,
Mav
develop.
The schedule looks like this:
Project #1 (outline level 2) User Review Next
Review Overdue
Change request #1 (outline level 3) 01/10/2009 01/01/2010
False
Change request #2
Documentation (outline level 4)
Planning
Development
Project #2 01/10/2009
01/01/2010 False
Project #3 01/06/2009
01/09/2009 True
[User Review] is set as a date field.
[Next Review] has the formulae:
IIf([UserReview]=Null,Null,dateadd("m",3,[UserReview]))
[Overdue] has the formulae:
IIf([Date3]<Date(),"True",IIf([Date3]="NA","False","False"))
Right then, I have a number of problems with this layout/format im hoping
you can help with please.
1) Is there a way I could have the 3 columns on the right only apply to the
outline level 2 entries? At the moment, the data appear for all rows which is
confusing as those columns only apply to the actual system entry.
2) The [Next Review] column shows #ERROR if the [User Review] date has not
been changed from the default NA. Is there any way around this?
Thanks in advance for your help!
Kind regards,
Mav