I have created a way of building lists. I have each list displayed and when i click view investments in that list, i have it pull up the full list below. Then off of that list i can build a list of selected investments. I have the lists of selected investments show up when i hit view investments in the parent investment list. However it pulls up all selected lists per screen shot below. How do i make it so it only shows the selected list that corresponds to the parent list.
You need to pass the value of the list you want to filter to a parent group or state, so your RG knows what to filter it by. We often use a parent group for this purpose, set the type of content of that group to the field you want to filter the list by, and then constrain the RG search by that parent group’s value (and use show empty results = true). It probably needs a coaching session to show you fully.