Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Get Count for document uploaded by user in SharePoint document library

  Asked By: Larissa Wilkins         Date: Jun 14, 2010      Category: Sharepoint      Views: 1475
 

I have scenario where we have one document library and we create specific folder and upload document in it. let us say we have document library "BOOKS" and we create folder VB,CSharp,.. etc and when user upload ebooks on it at the end of the day I want to fire CAML query to count how many ebooks does user have uploaded for last month how can I get it.
when I user scope=recursive it fetch all the items from document libary which is not correct I want only count for last month only.

Tagged:                    

 

1 Answer Found

 
Answer #1       Answered By: Nilay Nandy          Answered On: Jun 14, 2010       

Have you tried using the CAML query  builder from U2U to build your query?

http://www.u2u.be/Res/Tools/CamlQueryBuilder.aspx

Or "Feature" version

www.u2u.be/.../SharePointCamlQueryBuilder.aspx

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].