show list of values for the app search

Hi, how can I show list of values for the app search 

 

for example in color, user can find all colors to filter

555.jpg

Solved Solved
0 3 209
1 ACCEPTED SOLUTION

I think it's solved now

>> I used the enum

>> Did not add values, just clicked on allow other values.

>> In valid if, I added the select expression read the data from the sheet directly.

View solution in original post

3 REPLIES 3

Easiest, change the column type to ENUM and add in the options manually

It is of text type

and valid if value

SELECT(myItemspes[Color],TRUE)

is there any other way to show on search list

I think it's solved now

>> I used the enum

>> Did not add values, just clicked on allow other values.

>> In valid if, I added the select expression read the data from the sheet directly.

Top Labels in this Space