Hi,
I’ve set statuses “Item Good” “Item Due Soon” and “Item Due” in one table.
Relating to table where calculations occuring for “remaining days”.
I’m wanting to input logic where “item Due soon” is triggered at 60 days remaining or less, then “Item Due” at 0 days or negative.
Seems like the current logic I have is conflicting because of both less than of equal to 60 and the numbers 0 and below fall within this logic.
What is the better/right way to design this logic so that I can have all 3 statuses triggered?