コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
9388 ビュー

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
3月 15
4441
0
3月 15
3417
2
9月 23
7516
2
3月 23
46556
2
12月 23
57507