Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
9415 Ansichten

Hi, I am using Openoffice for reports in openerp. I want to sum all the rows of a single column as total. Please help me,its urgent!

Avatar
Verwerfen
Autor

I would like to sum amount_tax as one and total as one in my report, I don't have lines in my report. Please help.

Beste Antwort
sum(YOUR_LINES, 'FIELD_TO_SUM')

for example, if you want sum all the price_unit of invoice lines you code must be:

sum(o.invoice_line, 'price_unit')

Sum is a native function in aeroo

Avatar
Verwerfen
Autor

I would like to sum amount_tax as one and total as one in my report, I don't have lines in my report. Please help.

Autor

any solution?

Verknüpfte Beiträge Antworten Ansichten Aktivität
0
März 15
4481
0
März 15
3445
2
Sept. 23
7529
2
März 23
46584
2
Dez. 23
57539