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

Hi,

by clicking on a group in a search view, the records in the list view get grouped. The records representing a group automatically sums integer or float fields. But is there a way to change this aggregation behavior? For certain fields, I would like to see the average instead of the sum. 
Is there a way?

 

アバター
破棄
最善の回答


Hi Gregor Heger

You need to define the field group_operator that by default is sum even if you don't specify it. That it's defined directly in the field, like:

count = fields.Integer('Count', group_operator='avg')
アバター
破棄
著作者

It works! Thank you very much!

Happy to help

How can add some other calculation in group_by. For an example if we need division on two grouped value, how we can do that?

関連投稿 返信 ビュー 活動
2
11月 24
43948
1
4月 21
11507
1
5月 25
701
4
1月 24
22847
2
1月 24
2237