Although you can create a new "@null" formula for the else clause to "force" a nullreturn, the if statement naturally returns null if you simply don't include an "else" clause.
So, your statement would be:
If {@ppbv} <= {@x5} Then
x5 := x5 + 1;
If @ppbv turns out to be >@x5, the above would naturally return null.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.