Skip to main content
Solved

If "date created" is after September 13

  • September 26, 2021
  • 2 replies
  • 24 views

Linda_Bonder
Forum|alt.badge.img+14

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!

Best answer by Databaser

Hi @Linda_Bonder

Did you try adding a “created time” field? You can then filter “where created time is after x”.

2 replies

Databaser
Forum|alt.badge.img+25
  • Brainy
  • Answer
  • September 26, 2021

Hi @Linda_Bonder

Did you try adding a “created time” field? You can then filter “where created time is after x”.


Linda_Bonder
Forum|alt.badge.img+14
  • Author
  • Known Participant
  • September 26, 2021

Thank you, I had missed the “is” field in the filter row. Perfect.