Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
9392 Vizualizări

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!

Imagine profil
Abandonează
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.

Cel mai bun răspuns
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

Imagine profil
Abandonează
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 Răspunsuri Vizualizări Activitate
0
mar. 15
4442
0
mar. 15
3421
2
sept. 23
7516
2
mar. 23
46557
2
dec. 23
57508