Apply data validation to input table columns

Data validation ensures data accuracy and consistency by restricting data entry to a set of specific values. When you apply data validation to an input table column, users can only enter or select one of the predefined values from a dropdown.

📘

Sigma only supports data validation for text, number, and date columns. Data validation doesn’t apply to checkbox data columns because Sigma already restricts the values to true (selected) or false (cleared).

This document explains how to apply data validation to input tables.

System and user requirements

The ability to apply data validation to input tables requires the following:

Apply data validation

  1. Click the caret () in a column header to open the column menu, then select Data validation.

  2. In the Data validation modal, create a manual list of predefined values, or apply the values from a column in an existing data source or element in the workbook:

    • Create a manual list of values:

      1. In the Value source dropdown, select Create manual list.

      2. In the Define values field, enter values that align with the column’s data type.

        💡

        Enter individual values, or paste multiple values copied from Sigma or an external source (like a spreadsheet or text document).

      3. Click Save.

    • Apply values from a column in an existing data source or element:

      1. In the Value source dropdown, select a data source or element.

      2. In the secondary dropdown, select a source column to define the values.

      3. Review the column values, then click Save to proceed.

      Sigma checks existing data against the defined values and displays red indicators in cells that contain invalid data.

  3. To replace invalid data, manually enter valid values, or click the caret () in the cell and select a predefined value from the dropdown.