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.