How can I filter out null values from planning tables?
Hi, I just want to see items which has safety stock values in my table.
I want to filter out items without safety stock value, so I want to make criteria such as "Safety Stock is not null" but there is no"is not null" condition.
Any idea how to achieve this goal?
0