Displaying sum by month

I’ve got people inputing sales data and they are asking if there is a way to display sales for the month.

Is there an easy way to show the sum of a collection starting from the first of the month and then reset automatically for the next month?

Hello, yes you can do it by adding a filter to the sum, so the created date can be within this month.

Thank you!