Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
9417 Visninger

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
Kassér
Forfatter

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.

Bedste svar
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
Kassér
Forfatter

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.

Forfatter

any solution?

Related Posts Besvarelser Visninger Aktivitet
0
mar. 15
4484
0
mar. 15
3445
2
sep. 23
7533
2
mar. 23
46585
2
dec. 23
57543