I have two tables - one for income transactions and one for expenses. I’m trying to create a summary table that aggregates values from the two other tables to show monthly balance. Is there a way to:
- Aggregate rows with dates into months?
- Pull in amounts from income and expense tables that map to those months?
