Skip to main content

Create a Quarterly Table from several monthly tables

  • June 20, 2024
  • 1 reply
  • 7 views

Forum|alt.badge.img

Hello,

I have a base where I keep track of projects and their status (in production, review, completed) organized in months. So, my tables look like: Jan 2024, Feb 2024, and so on.

For monthly reports, I just grab information from a table (ex, Jan 2024) and create a interface. No prob there.

The problem comes for QUARTERLY REPORTS, because so far I haven't been able to create an interface from several tables (Jan 2024, Feb 2024, Mar 2024). How would I go about to do so?

Thanks, everyone!

1 reply

TheTimeSavingCo
Forum|alt.badge.img+31

I usually either:
1. Create a table where each record represents a quarter
2. Use filters in the interface to display the appropriate data

The first option has way more set up but is easier to use, so I usually default to that for longer term projects