<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Count files of a Site in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/count-files-of-a-site/m-p/276380#M229510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to do a report with the number of documents uploaded in a site every moth and extract some information as last modified date, who has upload the file, etc&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I've been looking for this forum and I can't find the correct answer. Even I've been looking into the code application where is called the filter All Documents that appears on Share in the left corner of the application. But I haven't found anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've taken a look over the database tables, but I don't understand them&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone help me, please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JESI&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2012 13:02:28 GMT</pubDate>
    <dc:creator>jficheux</dc:creator>
    <dc:date>2012-03-16T13:02:28Z</dc:date>
    <item>
      <title>Count files of a Site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/count-files-of-a-site/m-p/276380#M229510</link>
      <description>Hi,I have to do a report with the number of documents uploaded in a site every moth and extract some information as last modified date, who has upload the file, etcBut I've been looking for this forum and I can't find the correct answer. Even I've been looking into the code application where is call</description>
      <pubDate>Fri, 16 Mar 2012 13:02:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/count-files-of-a-site/m-p/276380#M229510</guid>
      <dc:creator>jficheux</dc:creator>
      <dc:date>2012-03-16T13:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Count files of a Site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/count-files-of-a-site/m-p/276381#M229511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you just need a count of all files in a site once a month then I'd write a script or java class that "walks the tree".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There may well be cleverer ways but that way would work for a minimal effort.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's clearly an area that needs improvement in future.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 13:34:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/count-files-of-a-site/m-p/276381#M229511</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2012-03-16T13:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Count files of a Site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/count-files-of-a-site/m-p/276382#M229512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has someone done this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 13:54:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/count-files-of-a-site/m-p/276382#M229512</guid>
      <dc:creator>sharifu</dc:creator>
      <dc:date>2012-10-18T13:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Count files of a Site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/count-files-of-a-site/m-p/276383#M229513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do this manually like: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var count = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;recurse(companyhome, function(node) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (node.isDocument)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; count++;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;logger.log(count);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll need the Javascript Console for this to work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 11:05:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/count-files-of-a-site/m-p/276383#M229513</guid>
      <dc:creator>shazada</dc:creator>
      <dc:date>2012-11-29T11:05:41Z</dc:date>
    </item>
  </channel>
</rss>

