SUM By date

Hi Guys,

I have a personal financial app and i would like to show Month Income and Month Expense in a Big Number or something like that.

I have a table Transactions where i have added incomes and expenses per month (Income = Recebíveis - Expenses = Gastos) and i would like to SUM incomes per month in a column and expenses per month in another column, how can i do it?

I created a classification table too

Create a Query column that filters based on your Month Year and Classification values. Then you can create a Rollup column that uses that Query to Sum the Amount.

Thanks Jefff!