Skip to content

Aggregation not working with other fields except datefields? #55

@billy-whizz

Description

@billy-whizz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions