Skip to Content
Menu
This question has been flagged
1 Atsakyti
9425 Rodiniai

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!

Portretas
Atmesti
Autorius

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.

Best Answer
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

Portretas
Atmesti
Autorius

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.

Autorius

any solution?

Related Posts Replies Rodiniai Veikla
0
kov. 15
4486
0
kov. 15
3446
2
rugs. 23
7542
2
kov. 23
46598
2
gruod. 23
57554