Similarly, we cannot paste a comma-separated string of IDs into the find field. It assumes the entire string is one value to query against. We’d kill for the ability to filter for, and/or find for, entire lists of Stock IDs.
Similarly, we cannot paste a comma-separated string of IDs into the find field. It assumes the entire string is one value to query against. We’d kill for the ability to filter for, and/or find for, entire lists of Stock IDs.
Those stock elements does not share any other property to filter with? I think you could get what you want with other approach. What is your base structure?
Those stock elements does not share any other property to filter with? I think you could get what you want with other approach. What is your base structure?
I need a way to cherry-pick say 20 records out of a base of say 15000. How can we rapidly reduce such a large table down to the desired sub-set of 20? I want to be able to input a comma-separated string (or comparable) and immediately work with this sub-set.