Okay--
havent gotten an answer yet so will post again. Here is essentially what i am trying to do-- what i have done up to this point.
I have a field which is listed as STATUS-- i want to be able to do a calculation for the one of the three following options to come up--Overdue, Completed,Upcoming
The other fields to which i am working from are Last Review Date, and Next discussion due. Essentially we have employee reviews once a year (hence, last review date) and need the date for the following year(hence next discussion due) i already have the dateadd to add a year to the next discussion due so that field works fine.I should also mention that our "years" (being fiscal) go from Oct 31-Nov 1
For the status field i have the following expression and am completely, utterly stumped at how to add in the third option.
Here is what i have so far.....
Status: IIf([Next Discussion Due]<Date(),"OverDue",IIf([Next Discussion Due]>Date(),"UpComing",""))
now i am stumped at how i can have the completed show up-- essentially if they have their review done in the fiscal year then it should be completed-- at this time the overdue's show up properly and everything else shows up as Upcoming-- i have also tried using the switch function instead which was no help at all-- is there a way to add in a datediff expression in this IIf to get the Completed to show up??
Again thanks for the help-- i am by far no genius at this stuff.....
havent gotten an answer yet so will post again. Here is essentially what i am trying to do-- what i have done up to this point.
I have a field which is listed as STATUS-- i want to be able to do a calculation for the one of the three following options to come up--Overdue, Completed,Upcoming
The other fields to which i am working from are Last Review Date, and Next discussion due. Essentially we have employee reviews once a year (hence, last review date) and need the date for the following year(hence next discussion due) i already have the dateadd to add a year to the next discussion due so that field works fine.I should also mention that our "years" (being fiscal) go from Oct 31-Nov 1
For the status field i have the following expression and am completely, utterly stumped at how to add in the third option.
Here is what i have so far.....
Status: IIf([Next Discussion Due]<Date(),"OverDue",IIf([Next Discussion Due]>Date(),"UpComing",""))
now i am stumped at how i can have the completed show up-- essentially if they have their review done in the fiscal year then it should be completed-- at this time the overdue's show up properly and everything else shows up as Upcoming-- i have also tried using the switch function instead which was no help at all-- is there a way to add in a datediff expression in this IIf to get the Completed to show up??
Again thanks for the help-- i am by far no genius at this stuff.....