reports_kit icon indicating copy to clipboard operation
reports_kit copied to clipboard

Aggregation not working with other fields except datefields?

Open billy-whizz opened this issue 6 years ago • 0 comments

From the guide, I can see aggregation being used with date fields. It's not working when I apply it with other integer/decimal fields. For example:


include ReportsKit::Model
  reports_kit do
    aggregation :total_salaries_by author, [:sum, 'authors.salary + staffs.royalty']

Both salary and royalty are decimals.

billy-whizz avatar Oct 26 '19 10:10 billy-whizz