I have a report like this, it's pretty simple
Person
Person_id Name Quantity
1 Maria 3
2 Daniel 2
The only thing i want to add and i dont' know how, it's the sum of all the quantities at the end of the report...does someone knows how to do that?
example of what i want the report to look like:
Person
Person_id Name Quantity
1 Maria 3
2 Daniel 2
5 -> which is the total
I really appreciate your time helping me, i just need that result in the report and i'll be fine
Person
Person_id Name Quantity
1 Maria 3
2 Daniel 2
The only thing i want to add and i dont' know how, it's the sum of all the quantities at the end of the report...does someone knows how to do that?
example of what i want the report to look like:
Person
Person_id Name Quantity
1 Maria 3
2 Daniel 2
5 -> which is the total
I really appreciate your time helping me, i just need that result in the report and i'll be fine