The joined-view tag has no wiki summary.
5
votes
1answer
174 views
SharePoint Designer Menu for Filtering Joined Views
In SharePoint Designer, is there an easy interface for filtering joined views (either parent or child)?
Currently I go to code view to type the filters directly in xslt. There must be an easier way!
3
votes
1answer
4k views
Combining multiple lists into one
I have two custom lists on the SharePoint website and I would like to create a list which combines/joins the two lists. Is this possible and if so what are the best methods or third party tools for ...
2
votes
4answers
609 views
Joining two lists in a single view or edit form
I'm having trouble creating a joined edit or view form from 2 lists in Sharepoint 2010.
Details
I have two lists in Sharepoint 2010 that have a 1:1 relationship. When a user creates an entry in the ...
2
votes
2answers
524 views
Export a joined view
I have created a joined view (with a Data View Web Part in SharePoint Designer), how can I export it (ideally to Excel)?
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
1answer
1k views
How to join lists in SP 2010 by GUI tools (visual editors)?
Is there any possibility to join Sharepoint 2010 internal data sources (like lists) in "out-of-the-box" Sharepoint 2010 tools or SPD without using programming tools?
"Join" and "merge" queries ...
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 ...
1
vote
1answer
158 views
SPQuery - join two tables and count each
I have two tables with a 1-M connection and have not been able to correctly convert the following SQL into a caml/spQuery
I want every value in table A once no matter what & table B divided into ...
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 ...
0
votes
2answers
140 views
Left Outer Join in SharePoint 2010
I have 2 lists in SharePoint 2010. First List E lists all locations.
In the second list H I use first E list as lookup for Location. Every month users inputs information in list H.
List E has ...
0
votes
2answers
171 views
CSOM list query with JOIN, return tree structure
I have two lists, Parent and Child. The Child list has a lookup field called "Parent", which "looks into" the Parent list, using ID column.
Using CSOM I'm joining the lists with this query
...
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 ...
