Hello Gliders, I’d like to display sum of prices depending of month column.
In other words, I’d like to automate total calculation of commissions at the end of each month. Here is a screenshot :
And here a preview of what I would like to get :
How to do it? Do I need to create another table?
Thank you
Use the same table or create another table with the month. Then create a relation linking the months together. Then create a Rollup column to sum the amounts from the relation.
3 Likes
Ok thank you @Jeff_Hager , it works. But do you have any idea to display only one item each month ?
I tried to use “Limit number of items” option but I’m not sure that it will show one item by month :
Thank you all @Jeff_Hager and @Darren_Murphy , it works perfectly !!
3 Likes
MattLB
March 28, 2024, 2:00pm
6
Great technique - thanks Jeff and Darren
1 Like
system
Closed
April 4, 2024, 2:01pm
7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.