Sep 26, 2021 08:37 AM
I want only current records to show in a view. There doesn’t seem to be a way to filter for “date created after dateX”, so I figure I can create a field that says “yes” if the date created is after whatever date I put in, then filter on that field. But what would be the formula for saying, "If ‘date created’ is after September 13, “yes”, “no”)?
Thanks!
Solved! Go to Solution.
Sep 26, 2021 12:04 PM
Did you try adding a “created time” field? You can then filter “where created time is after x”.
Sep 26, 2021 12:04 PM
Did you try adding a “created time” field? You can then filter “where created time is after x”.
Sep 26, 2021 12:34 PM
Thank you, I had missed the “is” field in the filter row. Perfect.