Loading...

RE: FIltering multiple lists based on previous list selection

RE: FIltering multiple lists based on previous list selection

#5495
Anonymous
Anonymous
Participant

Hi John,

There is no native mechanism in the qListView to send a specific row to another ListView. You can however (as you mentioned) send a particular value from the qSelector and filter a ListView that way.  As for any advanced JavaScript options I will see if anyone else on our team or the community can provide additional options.

Setp 1:  Use ezEdit to set the connection to "send row to" one of the listViews on the page.

qSelector.jpg

Setp 2:  Select the field you want to map it to in the target listView.  This is what the target listview is filtered on.

QSelectorSetup.jpg

Step 3:  Use the qSelector to select a value to filter the ListView on. 

qSelectorResult.jpg