تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
9530 أدوات العرض

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!

الصورة الرمزية
إهمال
الكاتب

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.

أفضل إجابة
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

الصورة الرمزية
إهمال
الكاتب

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.

الكاتب

any solution?

المنشورات ذات الصلة الردود أدوات العرض النشاط
0
مارس 15
4592
0
مارس 15
3548
2
سبتمبر 23
7751
2
مارس 23
46851
2
ديسمبر 23
57776