I'm creating a card where it shows the 3+ Consecutive days if the Delegate is No
I only want to display 3+ consecutive N but right now its' displaying all the dates.
(CASE WHEN
`Delegate Y/N` ='N'
AND
DATE_SUB(`Date`, Interval 3 day) THEN 1 ELSE 0 END)