Loading...

RE: List views in qListView web part

RE: List views in qListView web part

#6601
Anonymous
Anonymous
Participant

I am actually trying to display multiple lists in the one webpart.  I am able to do this using the qListView webpart, my issue is that I get all records from all the lists and I would like to only see specific records from each list.

the records I would like to display are already filtered in a view on each list, is there a way to connect to that specific view instead of all items in the list?

Thank you for your help on this.

Example:

List 1

View All tasks:

task 1

task 2

View Active tasks:

task 2

List 2

View All tasks:

task 3

task 4

View Active tasks:

task 4

Final list

task 2

task 4