I have set-up a Dynamic View (DV) filter using a helper column that converts a date to a text field display (this was required because DV doesn't allow filtering from a date field). I'm asking it to display items with a start date of today or less (so I can see all active items). Unfortunately some items are displaying that are outside of these parameters, specifically it appears it's ignoring the year component of the date:
The 2024 items called out above should not be included. You can also tell it's ignoring the year because it's alphabetizing by month, day. If it was acknowledging the year this would be listed at the end of this list. Any suggestions how to accomplish this?
Also, I'm having to manually update the date (see reference #1 in the first image). Is there a way I can have this always automatically display todays date? "TODAY" or "=TODAY()" doesn't work.