This question has been flagged
1 Reply
3477 Views

How can I export the sum in the group by filter ?

Is there a way to do that?

thanks

Avatar
Discard
Best Answer

you can give sum attribute with the field in XML view. eg:

<field name="amount" sum="Total Amount"/>

so while grouping or in tree view the sum of the total amount on that column will display in the footer.


Avatar
Discard
Author

and how can I export that in the excel when I select all group data?