straybullet
IS-IT--Management
The report is showing different phases of construction and weeks at each stage. However, the way the information being imported is set up, the current stage comes up as a blank (zero).
Ex: Permits is the first stage. Therefore, Total Weeks in Production (field
rod) equals the time in Permits. However, in subsequent stages, I would like to show the actual time in Permits.
Thought this would work:
The idea being that if Stage2 (field:foundation) was blank or less than 1, the value of field
rod would show - but if the job had advanced past the permits stage, the actual weeks in permits would show.
Any suggestions on editing this to work?
Let them hate - so long as they fear... Lucius Accius
Ex: Permits is the first stage. Therefore, Total Weeks in Production (field
Thought this would work:
Code:
=Iif([foundation]<1,[prod],[permits])
Any suggestions on editing this to work?
Let them hate - so long as they fear... Lucius Accius