Forum Discussion
- MCFNeilQrew CaptainI think you mean to say 'Reference field'.
If thats the case, numeric reference fields will have a null value, but act like a "0" by default.
You can change the field properties for the reference field, or do what I do and just change the logic in the formula (faster for me)
">0" rather than "=null"
IF([Related Scheduled Job]>0, "Scheduled", "Not Scheduled")