Provides a custom field type for storing multiple values per field item. When you configure the field instance, you define the columns for the fields. As an example a teacher may want to store the number of students that received each grade letter on a test:
| A | B | C | D | F |
|---|---|---|---|---|
| 3 | 6 | 10 | 4 | 1 |
It is useful for storing statistical distributions, without having to define a field (and incurring the additional database tables that implies) for each segment.
Short name
1974958