Enum Behavior [Solved] Is Enum working corre...

Enum Behavior [Solved]

Is Enum working correctly?

I have tried to limit enum from allowing other values, setting a valid_if and suggested_values forces allow_other_values to be enabled. Removing these values and only having an initial value enables allow other values. I thought I used the same settings Iโ€™m using now before with success.

0 3 362
3 REPLIES 3

May I ask what kind of limitation you are trying to create? Any sample?

No other values and no new values. have a valid_if=[col1]<>[col2] suggestions=select(table[col],[index]=[match]) initial_value=if(condition,value,value) Can not figure how enum still allows custom values.

I stuck the suggestion value into valid_if. Works as I want. Thanks

Top Labels in this Space