All checked out items MOSS 2007
SharePoint is shipped with 7 standard reports. These reports are accessible in the site actions menu. What if you want a custom report for example to view “All checked out items” (there is already a report All checked out items to me). Simply add an item to the Reports List. You can access the Reports List in the site collection under View All Site Content:
http://SERVERNAME/Reports%20List/AllItems.aspx
Add the following CAML-query:
<Where><IsNotNull><FieldRef Name=’CheckoutUser’ /></IsNotNull></Where>
You can use the CAML query builder to build up the CAML-query.
February 24th, 2009 at 12:17
[...] All checked out items MOSS 2007 [...]