Enum Values
Ensure a field matches a predefined set of allowed values.
Validator Overview
The Enum Values vavlidator ensures a field matches a predefined set of allowed values. This validator is useful for catching unexpected categorical values, such as invalid status codes, unknown region names, or unapproved product types.
You can configure an enum values validator to track the following:
| Metric Options | Description |
|---|---|
| Count | The number of values that match the defined set (Is in, Is not in) of values. |
| Percentage | The percentage of values that match the defined set (Is in, Is not in) of values. |
Metric Configuration Parameters
| Parameters | Description |
|---|---|
| Metric | Select the metric to calculate. See the Metric Options table. |
| Field | Select a source field from a list of available fields. |
| Operator | Choose an operator: "Is in" or "Is not in" |
| Values | Specify the values that define your allowed set. |
| Window | Select from a list of windows or create a new window to specify how to aggregate the data. |
| Segmentation | (Optional) Apply segmentation to analyze data in separate groups. Default is Unsegmented. |
Updated 18 days ago