Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
9394 Visualizzazioni

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
Abbandona
Autore

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.

Risposta migliore
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
Abbandona
Autore

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.

Autore

any solution?

Post correlati Risposte Visualizzazioni Attività
0
mar 15
4443
0
mar 15
3422
2
set 23
7516
2
mar 23
46559
2
dic 23
57509