How does anyone handle null checking in custom functions? My functions don't return anything if any of the arguments are null. I would prefer to do the checking withing the custom function in the repository but "isnull" isn't allowed in custom functions?
How can I check for null? especially since null *means* something for many of the formulas and I can't just replace it with something else to pass to the formula.
if isnull(x) then "not set"
else totext(x)
where x is a number that can essentially be any value (positive, 0 and negative) so i can't "set" it to a value to send to a formula.
Thanks in advance,
Lisa
How can I check for null? especially since null *means* something for many of the formulas and I can't just replace it with something else to pass to the formula.
if isnull(x) then "not set"
else totext(x)
where x is a number that can essentially be any value (positive, 0 and negative) so i can't "set" it to a value to send to a formula.
Thanks in advance,
Lisa