I have a table of parts, where the key is their serial numbers.
The first 8 digits of the serial are their lot number.
So 1234567800001 and 1234567800002 are from the same lot.
I have a formula field “LOT” that reads the left 8 digits to list that lot, and I am able to sort and bin by that in the table view.
But now I am designing an interface and I want to use the lot to select those parts. I can do this with a filter, but that requires typing it in. I want a drop down where the lots are the selections.
What is the best way to do this?