How to add input menu for quantity on Enumlist with Ref

I have a Enumlist to multi choise from a appsheet.
Sometimes it is need to input quentity for count.
I want to that input menu for quentitys such as above image on yellow area.
Guide me please~

Hi @eusy1327

If this is about displaying quantity, you may want to make a new virtual column with expression:
[Name] & " " & [QuantitySuggested]
and set this new column with Label property ON.

2 Likes

eusy1327:

I want to that input menu for quentitys such as above image on yellow area.

Not possible from the dropdown menu.

1 Like

Thank you Steve.

1 Like