I have a parameter selection that needs to show a list of products for a user to select. Due to having many warehouses there are approx 2000,000 records, although a distinct or grouped list would be approx 50,000 products. I would like to limit the selection list therefore even further by adding a partial browse, ie a user enters 1234 and the selection list only displays products starting with 1234. Is there a way of achieving this? I can get it workable but clunky using 2 parameters, just want to know if there's a good solution.
Thanks for any help