Issue with ENUM Base Type Text

Hi. I have a column [Bin Number] which is an ENUM with Base Type Text. There are some values in the table that are alphanumeric. When I look at the drop down option in the UX it seems to be showing NaaN for any non numeric values. e.g. the NaaN value in the attached screenshot should be 8A.

I am using a Select expression in the ValidIf expression editor.

Could someone advise how to solve this issue?

Thank you.

3X_6_a_6abc67f23e1046023202d54c33b0b9d417ed814a.png

Solved Solved
0 2 176
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Make sure the spreadsheet column is formatted as plain text; or, if using a database, make sure the columnโ€™s type is VARCHAR.

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

Make sure the spreadsheet column is formatted as plain text; or, if using a database, make sure the columnโ€™s type is VARCHAR.

Thank you @Steve. Working perfectly now.

Top Labels in this Space