İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
9424 Görünümler

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
Vazgeç
Üretici

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.

En İyi Yanıt
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
Vazgeç
Üretici

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.

Üretici

any solution?

İlgili Gönderiler Cevaplar Görünümler Aktivite
0
Mar 15
4486
0
Mar 15
3446
2
Eyl 23
7541
2
Mar 23
46596
2
Ara 23
57554