Requirement:
Pick from a selector (combobox, accordion, label based menu etc.) and have the selected item drive a list.
Challenge seems to be that I can't seem to find a way to insert multiple results for same selection.
In the project i have each, selection could contain from 1- 500 rows of data with a total of over 15,000.
Appreciate any feedback
Example
Item 1 selected>display 50 rows of matching data in a list
Item 2 selected>display 150 rows of matching data in the list
etc.
Thanks!