This question has been flagged
1 Reply
12839 Views

Hi All,

How I can add a subtotal column in a List View with the sum of all values in a single column?

thanks in advance

Avatar
Discard
Best Answer

Just add attribute sum to your field in veiw XML

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

Avatar
Discard
Author

It's works fine many thanks.

This has helped me a lot. Thank you very much for sharing.