The joined-view tag has no wiki summary.
1
vote
1answer
510 views
How can I Filter a Joined DVWP by [Current User] in Multi-User People/Groups field?
I have a joined DVWP.
List A includes a "category" lookup field among other columns. List A includes the same "category" lookup field as well as a People/Groups field with multiple selections.
I'd ...
2
votes
0answers
286 views
Reverse lookup with Linq to SharePoint
I have two lists called ‘Events’ (custom list) and ‘Timeslots’ (calendar list), Timeslots has a lookup in to the id column of Events. Each event can have multiple timeslots.
I need to show columns ...
1
vote
0answers
63 views
Merge lists and add listname in a new column
As the title says I want to merge some lists with the same columns together and then add a new column with the name of the list this item was extracted from.
Is it possible to do this out of the box ...
0
votes
0answers
298 views
Caml Joins for multiple lists
I have four lists as explained below
EmpMaster ( Empcode, EmpName, BranchCode )
BranchMaster ( BranchCode, BranchName, BranchHead, ZoneCode)
ZoneMaster ( ZoneCode, ZoneName, ZonalHead)
...
0
votes
0answers
170 views
Join vs extended CAML
Seems to be a common problem. For the answer, I'm looking for the most efficient way to call a secondary list, based on values in a primary list.
I have a list of Posts, and a list of Comments. Each ...