<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>SharePoint Magazine - Latest Comments in Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.disqus.com/</link><description>SharePoint Magazine is an online magazine dedicated to the world of SharePoint and related Information Worker technologies.</description><language>en</language><lastBuildDate>Fri, 19 Jun 2009 08:42:35 -0000</lastBuildDate><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-11444176</link><description>Not able to get Recurrence Data in the response even after adding &amp;lt;ExpandRecurrences&amp;gt;TRUE&amp;lt;/ExpandRecurrences&amp;gt;&lt;br&gt;Any suggestions</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">asdasd</dc:creator><pubDate>Fri, 19 Jun 2009 08:42:35 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-10514888</link><description>I am building a custom workflow in SharePoint and I ise CAML query to retrive data about status of the task. However, at one point, an error started to arise: One or more field types are not properly installed... I checked internal nemes and everything is fine. The strangest thing is that the same code worked before. What can be the cause? I would extremely appriciate your help.&lt;br&gt;&lt;br&gt;Thanks in advance</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zarko</dc:creator><pubDate>Fri, 05 Jun 2009 05:36:26 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-10387949</link><description>Excellent post, Karine!  &lt;br&gt;&lt;br&gt;This is one of the best posts that I've read on CAML.   It's straightforward yet thorough.  Unlike other articles that I've read about CAML, this one covers all scenarios.&lt;br&gt;&lt;br&gt;Thank you very much!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jennifer Lewis</dc:creator><pubDate>Tue, 02 Jun 2009 11:31:11 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-9970961</link><description>Is there any (easy) way to call Lists.ASMX from an Infopath 2007 form and use the results in a dropdown?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tim Landgrave</dc:creator><pubDate>Tue, 26 May 2009 17:25:32 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-8486724</link><description>Hi Boske,&lt;br&gt;&lt;br&gt;This is the only place that I found this useful information about getting Calendar data throug lists.asmx webservice.  But I got a problem and not sure why it behave this way.  Basically, I was able to get calendar data from this month with all recurrence events.  But when I click Next month, I put this code like you suggest in QueryOptions to set CalendarDate to the next month but it doesn't seem to effect anything.  It's always return me the all events for the current month and upto the same day next month (e.i:  if I query from today 4/21/2009, I'll get everything from April upto May 21)  I can't seem to get further.  Please help...&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;XmlNode queryOptionsNode = camlDocument.CreateElement("QueryOptions");queryOptionsNode.InnerXml = "&amp;lt;ExpandRecurrences&amp;gt;TRUE&amp;lt;/ExpandRecurrences&amp;gt;" + "&amp;lt;CalendarDate&amp;gt;2009-05-21T01:00:00Z&amp;lt;/CalendarDate&amp;gt;";</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dylan</dc:creator><pubDate>Tue, 21 Apr 2009 11:25:30 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-6906037</link><description>Hello, I m lookin to retrieve the direct link to a document in my CAML query result, who can I do that??&lt;br&gt;I'm usintgSPSIteDataQuery accross multiple SubSite and use the SPWeb.GetSiteData(myCamlQuery)&lt;br&gt;thanks in advance!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Florian</dc:creator><pubDate>Thu, 05 Mar 2009 11:09:09 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-6115571</link><description>Hello. Thank you for the helpful article.&lt;br&gt;&lt;br&gt;I'm curious - has the method for expanding recurring calendar events over webservices been tested? &lt;br&gt;&lt;br&gt;I have been able to get it working "server-side", as described in the iCal article; however - no combination of options seems to work for expanding recurring events using the web services interface.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew</dc:creator><pubDate>Mon, 09 Feb 2009 11:22:53 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-5478003</link><description>How can you debug SPException "Cannot Complete this action" ? My query looks fine. But if I try to access myListItemCollection.Count I get the error</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Dieter</dc:creator><pubDate>Thu, 22 Jan 2009 16:52:24 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-4370157</link><description>Excellent introduction on CAML query creation. In real time I am facing some prolem, can any one please suggest me the solution. In SharePoint list I have 5 columns: Title, Description, submitter, status and Published Date. My query should be like: &lt;br&gt; (Status = ‘Published’ AND Published Date=’10/10/2008’) AND (title contains ‘xyz’ OR descrition contains ’abcd’ OR submitter conains ‘aaa’)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sayvidyasagar</dc:creator><pubDate>Fri, 12 Dec 2008 13:35:48 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-4162957</link><description>My list contains folders as list items.Can anyone help how to sort folder in list.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">agnel</dc:creator><pubDate>Thu, 04 Dec 2008 03:26:13 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-4048151</link><description>Hi&lt;br&gt;&lt;br&gt;I use the U2U caml builder gor queries and I use the shpt web services to retrieve data.&lt;br&gt;&lt;br&gt;I am facing a problem. When I want to get the data from a particular view of the list, I pass the view name of the getlistitems method and it returns me the rows belonging to that view only.&lt;br&gt;&lt;br&gt;However, when I try getting the data from a view based on a query, the query returns the data from the all items view rather than from that particular view only, and as a result I get extra rows, what should i do to prevent this?&lt;br&gt;&lt;br&gt;Thanks a lot&lt;br&gt;&lt;br&gt;Akshaya</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Akshaya</dc:creator><pubDate>Fri, 28 Nov 2008 02:43:23 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-3987548</link><description>Thank you, thank you. I wish I had saw this post last week. This cleared up a lot of questions!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">john</dc:creator><pubDate>Mon, 24 Nov 2008 13:14:34 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-3911285</link><description>...also, be sure that authentication as enabled at endpoint... (lost a good hour there)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">martin</dc:creator><pubDate>Thu, 20 Nov 2008 07:38:58 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-3898728</link><description>this is the best, simple, attractive, satisfying, shortest article i have read in my life. you have an amazing way!!!!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamil</dc:creator><pubDate>Wed, 19 Nov 2008 13:55:35 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-3767731</link><description>thank you for great article=)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">masha</dc:creator><pubDate>Fri, 14 Nov 2008 02:57:46 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-3110507</link><description>Hi Karin,&lt;br&gt;&lt;br&gt;After successfully retrieving the records using the GetListItems method, how can I use the result so I can insert it in a SQL table?&lt;br&gt;&lt;br&gt;Thanks in advance</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vin</dc:creator><pubDate>Fri, 17 Oct 2008 03:02:05 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-3105257</link><description>Hello Karine,&lt;br&gt;Thanks a lot for the wonderful post. I read the full post and just got every thing which I was looking for.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Santro</dc:creator><pubDate>Fri, 17 Oct 2008 00:47:03 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-3063717</link><description>Thanks for a great post.&lt;br&gt;&lt;br&gt;Very interesting and informative overview.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Heiko Hatzfeld</dc:creator><pubDate>Wed, 15 Oct 2008 08:46:08 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-2277873</link><description>There exist a number of community tools that help you generate your CAML. Another tool is the U2U CAML Query Builder. Besides a user interface in which you can design your queries, you can also use the DLLs from within your code to generate the necessary CAML.&lt;br&gt;Karine</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Karine Bosch</dc:creator><pubDate>Wed, 10 Sep 2008 23:59:40 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-2102844</link><description>Karin, &lt;br&gt;Thank you for this posting. I've been doing a fair amount of CAML lately and have used this page as a starting point for alot of my work. &lt;br&gt;&lt;br&gt;Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Garth</dc:creator><pubDate>Thu, 04 Sep 2008 05:55:03 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-1910087</link><description>Great article!&lt;br&gt;&lt;br&gt;I would like to point out a great tool by John Holliday called &lt;a href="http://CAML.net" rel="nofollow"&gt;CAML.net&lt;/a&gt; which helps write the CAML code for you and prevents quite a lot of typo errors. It is available on CodePlex at &lt;a href="http://codeplex.com/camldotnet/" rel="nofollow"&gt;http://codeplex.com/camldotnet/&lt;/a&gt;&lt;br&gt;&lt;br&gt;.b</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">furuknap</dc:creator><pubDate>Fri, 29 Aug 2008 09:05:37 -0000</pubDate></item><item><title>Re: Writing CAML Queries For Retrieving List Items from a SharePoint List</title><link>http://sharepointmagazine.net/?p=506#comment-1875528</link><description>wow, great introduction to CAML from the CAML girl herself :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">arnonel</dc:creator><pubDate>Wed, 27 Aug 2008 14:08:15 -0000</pubDate></item></channel></rss>