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.

One Response to “All checked out items MOSS 2007”

  1. Links 2009-02-24 - Gunnar Peipman's ASP.NET blog Says:

    [...] All checked out items MOSS 2007 [...]

Leave a Reply