Help

Get all entries from one year ago

Topic Labels: Formulas
Solved
Jump to Solution
899 3
cancel
Showing results for 
Search instead for 
Did you mean: 
Morten_Samson
4 - Data Explorer
4 - Data Explorer

I have a table with a lot of webshop orders in it.

how can I make a view with all orders made to-date a year ago?
So I can compare Christmas sale from last year with the sale this year to date.

is there a function that checks for order date one year ago and back for example

1 Solution

Accepted Solutions
Florian_Verdon2
7 - App Architect
7 - App Architect

Hi Morten !

You should be able to create any date filtered view you need using two “tools” :

1) Filtered views : add two filters : start_date and end_date
2) Formula fields : use it to calculate a “virtual date” like this : DATEADD({OriginalDate}, -1, "year")
(source and list of Date/Time functions available in formulas)

Please tell me if you are able to create the view you need

Florian VERDONCK
Airtable Consultant

See Solution in Thread

3 Replies 3
Florian_Verdon2
7 - App Architect
7 - App Architect

Hi Morten !

You should be able to create any date filtered view you need using two “tools” :

1) Filtered views : add two filters : start_date and end_date
2) Formula fields : use it to calculate a “virtual date” like this : DATEADD({OriginalDate}, -1, "year")
(source and list of Date/Time functions available in formulas)

Please tell me if you are able to create the view you need

Florian VERDONCK
Airtable Consultant

off course - I can set an end date 365 days from now. wow, just in front of me… thank you

You are welcome ! :slightly_smiling_face:

Florian VERDONCK