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!