Hi,
I have an inventory app. For adding a new item form:
ID[uniek]{text type} item name{text type} category{EnumList}
for example: ID- “XTY4421” Item name - “banana” Category - “fruits, yellow, happy” (I choose 3 categories)(3 values in one cell)
is it possible to use the Select function if only one of the categories is equals? In order to open a list that related to a category.
for example: I pick “yellow”, and the item list will “banana”. or if I pick “fruits” ill get “banana” also.
thanks in advance.