Hey guys, does anyone know what is wrong with my e...
# general
i
Hey guys, does anyone know what is wrong with my expression? Case when (ABS({quantity})-nvl({quantitycommitted})-nvl({quantityfulfilled}),0) = 0 then 0 else 1 end
e
This is missing the default value if it’s null — nvl({quantitycommitted})
should be nvl({quantitycommitted}, 0)
i
got it, now the expression error is gone
but its telling me I have a field that doesnt exist
this is a transaction search and those three fields definitely exist
l
I'm not on my computer right now but are you sure it's {quantityfulfilled}? I think it's something else if I'm not mistaken.
b
guessing ids is a losing game. Use the formula popup for a select of the columns available to a search
they dont always have the same names or ids as records