Hai,
i want to automatic deleted ref drop down after selected the Asset Number
1.deleted choosen selected number
sorry im the newbie user so i just can upload the image one post, i will explain it later
thank you
Hai,
i want to automatic deleted ref drop down after selected the Asset Number
1.deleted choosen selected number
sorry im the newbie user so i just can upload the image one post, i will explain it later
thank you
Hello @adityo_reksoprawiro
No worries about the details; you’ll find many of the people that answer questions like this will already know what you’re looking for.
I’m assuming you’re using either a Ref or a Valid if formula to populate that list - yes?
Then the thing you need to do is remove the already used items from that list. Thankfully, AppSheet has made List math super easy; literally treat things like you’re dealing with numbers (in a sense).
What you’ll need to make this work is a list of the items that have already been selected; you can achieve this with a slice pretty simply.
If I go with the assumptions:
Then you could do the following:
If your valid if formula was this:
Table_Of_Options[Option_Number]
Then your new formula would look something like this:
Table_Of_Options[Option_Number] - Slice[Selected_Option]
@MultiTech_Visions after i tried many times it works
thank you so much