CAML (Collaborative Application Markup Language) is an XML based markup language used with the family of Microsoft SharePoint technologies (Windows SharePoint Services and Office SharePoint Server). For the Objective Caml programming language, use the tag ocaml.

learn more… | top users | synonyms

0
votes
0answers
10 views

How do I filter by [Today] and time in SharePoint list view ?

I'm trying to filter Sharepoint lists based on date and time. But It only works with date, ignores the time in data and time field.
0
votes
0answers
21 views

Caml query return text only

I need my caml query to return only text, e.g. now it's returning me this <div class=ExternalClass104BBsdfEEDCEdddsf48C68C18AsdfB056FBsdfAB805>Real Content.....</div> When I want Real ...
0
votes
2answers
23 views

Does linq to sharepoint support document libraries?

I have a document libraries. I want to filter the documents based on some of the filter conditions. Its really difficult to generate the Caml query dynamically which will give the actual result ...
0
votes
1answer
25 views

Caml Query for “Contain ALL Of” or “Contains Any Of”

So as an example let’s take the Title field and assume i want to set up a web part to display documents related to the search term American Civil War. The contains all of option would let me display ...
1
vote
1answer
44 views

Returning specific columns using ViewFields in SharePoint web service

I am using CAML to query a SharePoint list through the web service and outputting to a GridView in C#/ASP.Net. The problem I am having is that more columns are being shown than what I have specified ...
1
vote
1answer
11 views

CAML Query throwing error

Pretty new to CAML queries, but trying to query a list based on Status = Completed and a date range. It is throwing the following error "Unexpected Error: One or more field types are not installed ...
-1
votes
2answers
88 views

C# CAML query to sharepoint returns all items in the list (instead of only ones that mach query value)

I have the following code in my app to pull details from a sharepoint list. string siteUrl = "http://SHAREPOINTURL"; ClientContext clientContext = new ClientContext(siteUrl); ...
0
votes
1answer
33 views

SharePoint 2010, CAML query to see if a new item has been added to a list (Announcements)

all. I am trying to build a CAML query for a SP2010 list that will check the Announcements to see if anything new has been added (or a CAML query + some functionality). I do not truly understand ...
-1
votes
0answers
12 views

Build Caml Query with multiple <And>- Help needed

I have the following query which i get from SPList view.Query <QUERY><Where><And><Neq><FieldRef Name="Category" /><Value Type="Lookup">Check ...
0
votes
0answers
30 views

What is the syntax for Sharepoint filtering custom field?

From the best I can tell from what reading I did online is it might possibly be CAML, but that doesn't mean anything to me I am working with a custom list. From the exampple all I am seeing is [Me] ...
1
vote
1answer
20 views

Alex the CAML Query has “NO RESULTS”

My SharePoint 2010 CAML Query is not returning the expected results. It is returning nothing. What am I doing wrong? <View> <Query> <Where> <In> ...
1
vote
1answer
32 views

Query on Date Fields using CAML

I am trying to run a query against a sharepoint list (using the client object model), finding an item that matches on a date field. My query is: ...
0
votes
1answer
47 views

Needed help to build caml Query with multiple <And>

I am getting a query from list view by view.Query i got the following <QUERY><GroupBy Collapse="TRUE" GroupLimit="100"><FieldRef Name="AlertGrp" /></GroupBy> ...
0
votes
0answers
18 views

SPQuery for Currency Field

I need to query Currency field in SharePoint List. My List: ID Money 1 $100.345 2 $1,234.78 3 $100.897 if my input is 100,SPQuery should retrieve ID(1,3). Please Guide me
0
votes
2answers
39 views

How to add the align attribute to this line of code (inline) - HTML, JavaScript, and jQuery

I am looking to insert the align attribute for centering column data. I have several lines that are similar in composition to this: tdHtml = tdHtml + "<td style=\"width:42px;\">" + ...

1 2 3 4 5 24
15 30 50 per page