Hi
Can anyone spot an obvious problem with the following calculated field
on a report. Im trying to use the field [End Date] only when it
contains data (which it normally doesnt)
=(DateDiff("d", (IIf([End Date] Is Null,#31/03/2007#, [End
Date])),[Forecast Date])/7)*[Weekly Impact]*-1
I'm just getting a blank field, or alternatively a better way of
getting the result
Thanks for any suggestions
Paul
Can anyone spot an obvious problem with the following calculated field
on a report. Im trying to use the field [End Date] only when it
contains data (which it normally doesnt)
=(DateDiff("d", (IIf([End Date] Is Null,#31/03/2007#, [End
Date])),[Forecast Date])/7)*[Weekly Impact]*-1
I'm just getting a blank field, or alternatively a better way of
getting the result
Thanks for any suggestions
Paul
Comment