Feature request #19402
[Aggregates] Allow majority and minority statistics on non-numeric fields
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Expressions | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 27230 |
Description
I wonder if it's intentional or if it's a missing feature but currently, there's no way to know the most/less present (aka majority/minority) value in a field if that field is not of numeric type. For example, you may want to know which species is most present in an area but it does not look possible using the majority function if species are not coded as numeric.
This concerns the statistical panel as well as expression functions or aggregate algorithm.