Forum Discussion
MCFNeil
8 years agoQrew Captain
Try to use the IsNull function rather than the <>"".
If(IsNull([Contract Down Time]),
If the field properties for the duration field have "treat blank values as '0' in calculations" it will cause your <>"" to have the value of 0, so its not ever blank.
If(IsNull([Contract Down Time]),
If the field properties for the duration field have "treat blank values as '0' in calculations" it will cause your <>"" to have the value of 0, so its not ever blank.
AndreonnaGarret
8 years agoQrew Assistant Captain
This is what I originally tried. I couldn't do that because the status field is text and the [Contract Down Time] field is a duration.