Skip to Content
Menú
This question has been flagged
1 Respondre
9396 Vistes

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
Descartar
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.

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

Avatar
Descartar
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?

Related Posts Respostes Vistes Activitat
0
de març 15
4449
0
de març 15
3424
2
de set. 23
7518
2
de març 23
46561
2
de des. 23
57512