Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Monthly view by default

Topic Labels: Formulas
Solved
Jump to Solution
3724 3
cancel
Showing results for 
Search instead for 
Did you mean: 
Richard
5 - Automation Enthusiast
5 - Automation Enthusiast

I want my applicant tracking system to automatically load the rows FOR THE CURRENT MONTH. I want all other entries hidden somehow.

Users send in entries via a form, the data is sent to a base, and then staff members operate on the data. But there should be some way to set DEFAULT views so that the entire 1000+ rows are not loaded each time.

How do I do this?

1 Solution

Accepted Solutions
Julian_Kirkness
10 - Mercury
10 - Mercury

Hi @Richard

Thinking about this, you are going to need to create a formula which works out whether each record is in the current month (because there is no filter option to do this as standard) and then filter on that formula field - this should work:

55

Then simply create a view with a filter if {This Month} is Yes…

Screenshot 2019-05-30 at 12.59.23.png

Hope this helps!

Julian

See Solution in Thread

3 Replies 3

Hi @Richard - you need a view on your table which filters out items more than a month old. You can have multiple views on the same table:

Screenshot 2019-05-30 at 10.50.09.png

More info here:

There’s a section within this about filtering too

JB

Julian_Kirkness
10 - Mercury
10 - Mercury

Hi @Richard

Thinking about this, you are going to need to create a formula which works out whether each record is in the current month (because there is no filter option to do this as standard) and then filter on that formula field - this should work:

55

Then simply create a view with a filter if {This Month} is Yes…

Screenshot 2019-05-30 at 12.59.23.png

Hope this helps!

Julian

Brian_Kinney
5 - Automation Enthusiast
5 - Automation Enthusiast

Here’s a statement about choosing the default view from an Airtable employee:

In my experience with Airtable the default view for each table doesn’t matter much because the web client remembers the view I last used and doesn’t send me back to the default when I switch tables.