Carrot reference
...
Fields
Data Types
Enum
an enum represents one value out of a set of allowed values, each with a unique label this is the value type produced by the "single select", "multiple select", "numeric scale", and "smart bucket" field types properties property type description label string docid\ ujw2aqaktel5uuklup73s the label of the enum value, for example meets expectations color string docid\ ujw2aqaktel5uuklup73s the hex color code of the enum value num number docid\ uci5tctfvbhonej6zqijg if the value comes from a numeric scale field, the numeric value of this value expr string docid\ ujw2aqaktel5uuklup73s if the value comes from a smart bucket field, the carrot formula expression of the bucket type conversions enums that contain num values can be used in place of number docid\ uci5tctfvbhonej6zqijg for math operations, and will be automatically converted to their numeric value for example, you can call mean(performancerating1, performancerating2) to average together two different "performance rating" enums