Filtering Lists that meet "on or before Today" Criteria
I want to create a list that shows anything based on a date field created before or today, that always updates the today to the current date so I don't have to update it daily.
Currently when I try to do this: I choose my date field to filter, choose "On or before", then it wants me to pick a date but I want it to always be today. So I tried entering today() and now() but neither of those worked. I also tried using "In the last ? days" and set it to 9000000 as a work around but that gave me an error.
0