I am finding UI-Only fields to be very powerful. I now have a situation where I want to test one UI-Only field for null in the formula for another UI-Only field. The field being tested is numeric, it is displayed for input in a field editor, but it acts like it has a value of 0 before the user even makes an entry.
I have tried IF({{MyQty}}==null…, IF({{MyQty}}=={{Blank}}…, and simply IF({{MyQty}}… None of these are able to distinguish between an empty field and an input of zero (0).
Question
How can I test a numeric ui-only field for null in a formula for another ui-only field
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.