This question has been flagged
2 Replies
8694 Views

Hii,

In Odoo 12 Appraisal Reporting, it shows Total of Appraisal Score.  

How to show Appraisal Score in averagewhen viewing by department.
Do I need to add a percent field in reporting table and how to calculate it?

Thanks,

 

Avatar
Discard
Author Best Answer

Its easy. Add the following in your Reporting Table/View. 

quizz_mark = fields.Float(string='Appraisal Score', group_operator="avg")

group_operator="avg" will turn the total into average. 

Job well done.

Avatar
Discard

group_operator is not supporting in pivot have any other thing

No we can use group_operator attribute on quizz_mark field in a model then add quizz_mark in pivot view and _select(self) function.

Best Answer

Hi there, does anyone have a visual on this.?  I can't seem to find where i should enter this...


roeland

Avatar
Discard