Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
9399 มุมมอง

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?

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
มี.ค. 15
4459
0
มี.ค. 15
3430
2
ก.ย. 23
7518
2
มี.ค. 23
46563
2
ธ.ค. 23
57516