Skip to main content

Dynamic change of financial year in interface filters.

  • February 28, 2025
  • 4 replies
  • 55 views

Forum|alt.badge.img+13

Hi Airtable Community,

 

I have created an interface with a dashboard. There, budget amounts are given as a number based on our financial year. Now I don't want to have to adjust all filters in the number configuration every year (when the financial year changes).

Does anyone have an idea how I could build this dynamically so that I only adjust the FY once and it takes the current year into account in all filters?

 

best regards

Mirko

4 replies

Milan_Automable
Forum|alt.badge.img+11

Hi @mirkolando ,

While Airtable filters don't support this directly, there's a relatively simple workaround.

I'll assume you have a field named Date. Then you can have a formula field names Year with this formula:

 

 

IF({Date},YEAR({Date}))

 

 

And then an "Is Current Year" with the following:

 

IF(YEAR({Date}) = YEAR(TODAY()), TRUE(), FALSE())

 

And this way, you can easily filter to the current year:

I'd love to explore more use-cases of Airtable and automation specific to your business, if you're interested feel free to book a free call at any time that works for you 🙂

-- Best, Milan - Automable.AI


ScottWorld
Forum|alt.badge.img+35
  • Genius
  • February 28, 2025

@mirkolando 

I think you’re trying to change one filter for ALL of your number elements at once?

Yes, that is possible.

You would need to place all of your number elements within the same GROUP, and then you can adjust the filter at the GROUP level instead of the individual element level.

Everything within that group will receive the same filter that you applied at the group level, and then you can apply additional filters at the individual element level.

Hope this helps! If you’d like to hire the best Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld 


Forum|alt.badge.img+13
  • Author
  • Inspiring
  • February 28, 2025

@mirkolando 

I think you’re trying to change one filter for ALL of your number elements at once?

Yes, that is possible.

You would need to place all of your number elements within the same GROUP, and then you can adjust the filter at the GROUP level instead of the individual element level.

Everything within that group will receive the same filter that you applied at the group level, and then you can apply additional filters at the individual element level.

Hope this helps! If you’d like to hire the best Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld 


Hi @ScottWorld Thank your for the answer. 

but how can i create groups in a blank interface like this? 

 

 


ScottWorld
Forum|alt.badge.img+35
  • Genius
  • February 28, 2025

Hi @ScottWorld Thank your for the answer. 

but how can i create groups in a blank interface like this? 

 

 


Unfortunately, that feature is not available for blank interfaces. You would need to create a dashboard interface to get the group function.

- ScottWorld, Expert Airtable Consultant