Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
9398 Widoki

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!

Awatar
Odrzuć
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.

Najlepsza odpowiedź
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

Awatar
Odrzuć
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?

Powiązane posty Odpowiedzi Widoki Czynność
0
mar 15
4458
0
mar 15
3430
2
wrz 23
7518
2
mar 23
46563
2
gru 23
57516