4
votes
2answers
375 views

CAML Query for items with a text value containing square brackets

I'm attempting to query for list items using a value stored in a plain text multi-line of text field in a SharePoint 2007 custom list. My column is named FilePath and contains a value like: ...
2
votes
1answer
75 views

Help Return Lists With With No List Items

This is my first time posting and I'm looking for some help, so hopefully someone has an answer. I used the search, but didn't find anything. I created a custom list definition, and content type ...
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
3answers
230 views

Custom Lists: how to retrieve 3 most recent item submissions

I have currently 2 custom SharePoint lists. One represents questions, the other one answers. Both lists have the default columns in place: ID, modified by date and username. The requirement is now ...