Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
9397 Vues

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
Ignorer
Auteur

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.

Meilleure réponse
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
Ignorer
Auteur

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.

Auteur

any solution?

Publications associées Réponses Vues Activité
0
mars 15
4452
0
mars 15
3427
2
sept. 23
7518
2
mars 23
46563
2
déc. 23
57515