Something strange with my formula. It was working fine earlier, but not now (something changed?)
IF({Date} >= 365, “ ”,
IF({Date} <= 0, “ ”,
IF({Date} < 334, “ ”,
IF({Date} >= 335, “ ”))))
When field is empty or 0 (zero) it still show
Why?