In a model I'm working on I need to use the post function. When I put it by itself in the formula it works fine. But since I only want to use it when a certain condition is met, I changed the formula to: if NOT lineitem then 0 else post(x,y). With this syntax, all I get is 0s. Is this a known issue?
Thanks