sandrods / odf-report

Generates ODF files, given a template (.odt) and data, replacing tags

Home Page:http://sandrods.github.com/odf-report

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subtotals

gschmidtccs opened this issue · comments

How do I subtotal a column in a table? As an example say I have a list of items with a cost and I want to subtotal on a change in a field in the table.

I'm afraid you have to do it manually.
You can use a table(itens) inside another table(subtotals).
But your data needs to be already grouped and (sub) totalized.