CURRENT DATE Issue
I have an issue with the CURDATE() function. I have the following beast mode: CASE WHEN `Closing Date` < CURDATE() THEN 'Past' ELSE 'Current' END I use this beast mode to not sure the incomplete data from the current day (so I filter on Current). However, the data for the previous day doesn't update until 11am. Our…