Enum list Suggested Values

I want to suggest in an enumlist values โ€‹โ€‹of a field of a numerical type table and I get
the following Message

Column Name 'numeroinsp' in Schema 'FILTRO1_Schema' of Column Type 'EnumList' has invalid 'Suggested Values' of '=SELECT(INSPECCION[numeroinsp],true)'. The type of the Suggested Values does not match the column type

0 1 44
1 REPLY 1

I cannot tell you exactly why but the Suggested Values of an ENUMLIST column expects the format {{list},{list}...}. (a list of lists(ENUMLIST))

Place your expression in Valid-If instead.

Top Labels in this Space