I can't find Type Data List

Hi everybody!

I can't find the List type in the data structure. Someone can help me with this?

I need to make something available to select this type?

Below you can find the screenshot, the type option should appear betwen LatLong / Long Text:

 BI2023_0-1693574345650.png

 

 

Solved Solved
0 2 291
2 ACCEPTED SOLUTIONS

List is only applicable for virtual columns

View solution in original post

If this is an input of some sort and if you are looking for a list of options to choose under this field to store in the column value then use ENUM if you only want to allow one choice from this list of options (similar to a 'SELECT'), if you want to be able to select multiple items from a list of options then do ENUMLIST (similar to a 'Multi-Select')

View solution in original post

2 REPLIES 2

List is only applicable for virtual columns

If this is an input of some sort and if you are looking for a list of options to choose under this field to store in the column value then use ENUM if you only want to allow one choice from this list of options (similar to a 'SELECT'), if you want to be able to select multiple items from a list of options then do ENUMLIST (similar to a 'Multi-Select')

Top Labels in this Space