```CASE WHEN ( (1 < NVL({quantityonhand},0) ) A...
# suiteanalytics
d
Copy code
CASE WHEN ( (1 < NVL({quantityonhand},0) ) AND  (NVL({quantityonhand},0) < 6  ) ) 
THEN 1 ELSE 0 END
😁 1
nm it was an extra parent, sometime you just have to be willing to embarass yourself in order to look closely enough at your own work! thanks
😁 2
k
I can't tell you how often I reach out to a coworker about something and then in the process of explaining it figure out what I've been spinning my wheels on for an hour.
z
1 million times? Right? That's my experience 😁
m
that is so accurate - so many times i'm typing up on slack trying to describe the issue and suddently something clicks and all of a sudden the issue makes sense!