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 helped partially. I had to uncheck the "treat blanks as 0" on my duration field. Unchecking that seems to have worked.
The problem now is that if it's blank the status works, but if my employees filling the report out put a zero in there (which they do all the time) it doesn't work.
Any suggestions?
The problem now is that if it's blank the status works, but if my employees filling the report out put a zero in there (which they do all the time) it doesn't work.
Any suggestions?