No announcements
Found 1297186 threads
-
1 Votes
Join two lists
Hi, Suppose if you have two list like order and customer and want to retrieve data from both list based on ID then you can use below joins using ...Answered | 1 Replies | 3458 Views | Created by digvijay pundir - Friday, September 14, 2012 11:22 AM | Last reply by Hemendra Agrawal - Friday, September 14, 2012 12:28 PM -
0 Votes
Join Two list in Sharepoint
When insert the second list, you should select “Joined subview” to join to the first list by a common field.Answered | 3 Replies | 13187 Views | Created by RonCe - Friday, January 15, 2010 4:53 PM | Last reply by Mike Walsh FIN - Monday, January 18, 2010 9:02 AM -
5 Votes
Using a Join in Linq to merg two Lists
This works perfectly now:- var cdbips = from cdb in CDBs join ip in IPs on cdb.Cdbno equals ...Answered | 6 Replies | 14264 Views | Created by jmatty2000 - Thursday, October 18, 2012 4:01 PM | Last reply by jmatty2000 - Friday, October 19, 2012 9:05 AM -
0 Votes
join query dataview webpart for two sharepoint list
Hi sansanthosh, You can read the articles below to help you get ...Answered | 3 Replies | 9556 Views | Created by SanthoshSan - Wednesday, January 13, 2010 6:49 AM | Last reply by SanthoshSan - Wednesday, January 20, 2010 8:59 AM -
0 Votes
Join two generic lists with LINQ
select statement Also take a look at the sample inputs for the aiil and aizlist class as shown in the below code Dim aiil As New List(Of ...Answered | 3 Replies | 4598 Views | Created by JoeD - Tuesday, October 18, 2011 5:14 PM | Last reply by Alan_chen - Monday, October 24, 2011 1:54 AM -
0 Votes
Join Two tables as outer join
Hi Thanks A.m.al to fast reply,I wrote coding for join two tables,it works,but it give error meassage once child record is present ,but there is no parent record ...Answered | 3 Replies | 8226 Views | Created by oneudara - Tuesday, May 5, 2009 8:58 AM | Last reply by Harry Zhu - Monday, May 11, 2009 4:00 AM -
0 Votes
CAML query for two two lists
Is there any other alternative for join two lists.Answered | 7 Replies | 7456 Views | Created by neelima_waghchoude - Tuesday, June 3, 2008 11:56 AM | Last reply by Nitinb4u - Monday, March 2, 2009 8:27 AM -
0 Votes
Join SharePoint lists in PowerShell
Hi, If the two lists are linked with Lookup column, you can perform the JOIN action with the help of CAML query.Answered | 1 Replies | 976 Views | Created by robynne33 - Thursday, July 21, 2016 11:21 PM | Last reply by Patrick_Liang - Friday, July 22, 2016 1:44 AM -
2 Votes
Join two list of integer type field using CAML query
Follow below CAML query to add joins between two lists.Answered | 2 Replies | 2593 Views | Created by Akhilesh kumar Rao - Thursday, March 20, 2014 3:38 PM | Last reply by amin, adnan - Thursday, March 20, 2014 5:04 PM -
2 Votes
How to join two sharepoint list in c# by CAML query?
Hello, I am trying to join two external lists in sharepoint 2010 using CAML Query.Answered | 12 Replies | 26690 Views | Created by Dipesh Patel - Friday, December 12, 2008 12:25 AM | Last reply by Hemendra Agrawal - Wednesday, November 17, 2010 7:27 AM -
0 Votes
Join two datasets
use lookup function to join two datasetsAnswered | 3 Replies | 820 Views | Created by KIRAN KUAMR - Monday, May 6, 2019 7:30 PM | Last reply by SK Varma - Tuesday, May 7, 2019 5:38 AM -
0 Votes
Join Sharepoint lists with SRS.
The another possible workaround is creating a custom web service to combine two or more list, and then in the SQL Server Reporting Services(SSRS), use the Web ...Answered | 2 Replies | 8116 Views | Created by David L. Jenkins - Friday, May 20, 2011 4:11 PM | Last reply by Jinchun Chen - Monday, May 23, 2011 4:54 AM -
1 Votes
Join two table and return the difference
create table #t1 (empID int, FN varchar(50), LN varchar(50)) create table #t2 (empID int, FN varchar(50), LN varchar(50)) insert into #t1 values (1, 'bill', 'Gates'), (2, 'sam', 'cook'), (3, ...Answered | 4 Replies | 1128 Views | Created by zXSwordXz - Thursday, April 17, 2014 8:46 PM | Last reply by ebrolove - Thursday, April 17, 2014 9:33 PM -
1 Votes
how to join two subqueries?
looks like you are doing the inner join in the two select in the third queries using CTE's...so what is your question??Answered | 2 Replies | 1537 Views | Created by sh 2020 - Monday, March 4, 2013 4:42 AM | Last reply by sh 2020 - Monday, March 4, 2013 3:29 PM -
0 Votes
Joining two string array
hi all , i ahve two strings array say arrayA and arrayB both are strings Array i want to join these array , thanks ...Answered | 3 Replies | 3535 Views | Created by pratiyush - Monday, June 21, 2010 8:43 AM | Last reply by Igor Tandetnik - Monday, June 21, 2010 12:19 PM -
0 Votes
Table join two fields
I changed the inner join to a left outer join and now I'm receiving a "NULL" value for the EndDescription.Answered | 8 Replies | 4251 Views | Created by iamapw - Tuesday, September 20, 2011 4:52 PM | Last reply by iamapw - Friday, September 23, 2011 3:12 PM -
0 Votes
JOIN two tables
I think I understand and it looks like you need two separate cases, e.g.Answered | 9 Replies | 4218 Views | Created by Maahir25 - Friday, November 12, 2010 12:44 AM | Last reply by sqlity.net - Sunday, November 14, 2010 1:37 AM -
0 Votes
LINQ join between three list (Equi join & Left join)
please see my code and answer sir. i am looking for 3 join example where list1 & list will have left join and list1 & list3 will have equi join in same ...Answered | 5 Replies | 998 Views | Created by Sudip_inn - Sunday, March 31, 2019 9:27 AM | Last reply by Cherkaoui.Mouad - Monday, April 22, 2019 3:50 PM -
0 Votes
Joining Data from two datasets.
Alternatively, you could mess around with LINQ and JOIN.Answered | 3 Replies | 2608 Views | Created by Aidan Clarke - Thursday, March 29, 2012 4:42 PM | Last reply by Bob Wu-MT - Wednesday, April 4, 2012 7:59 AM -
0 Votes
join two tables
Have a look on your JOIN condition, there is no reason for a.ID = b.PID.Answered | 3 Replies | 1189 Views | Created by emaak - Monday, May 12, 2014 6:38 PM | Last reply by MihBjn - Tuesday, May 13, 2014 8:01 AM - Items 1 to 20 of 1297186 Next ›
No announcements