<?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 Re: generating report in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/generating-report/m-p/265291#M218421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure but… I think quotes are not neccesarry before the [start TO end] expresion. Try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;search.luceneSearch("@cm\\:created:[2009\-11\-03T00:00:00 TO 2010\-12\-06T00:00:00]");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Dec 2010 15:05:40 GMT</pubDate>
    <dc:creator>iblanco</dc:creator>
    <dc:date>2010-12-13T15:05:40Z</dc:date>
    <item>
      <title>generating report</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generating-report/m-p/265287#M218417</link>
      <description>Hi all,I want to create a report which should give the details about the contents uploaded into alfresco for the last 7 days starting from today. That report should contain Date, Content-type, totaltotal is that how many content is being added of the corresponding type. So I have no idea how to proc</description>
      <pubDate>Fri, 03 Dec 2010 13:40:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generating-report/m-p/265287#M218417</guid>
      <dc:creator>jeyaa</dc:creator>
      <dc:date>2010-12-03T13:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: generating report</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generating-report/m-p/265288#M218418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would make a &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/3.4_JavaScript_API#Search_API" rel="nofollow noopener noreferrer"&gt;JavaScript that searches&lt;/A&gt;&lt;SPAN&gt; the content that meets your criteria (with cm:created you can obtain when a content was created).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Each element will have a a mimetype and size property so just create a javascript array by mimetype and sum up the sizes..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check &lt;/SPAN&gt;&lt;A href="http://www.slideshare.net/JM.Pascal/alfresco-search-tutorial-presentation" rel="nofollow noopener noreferrer"&gt;this link&lt;/A&gt;&lt;SPAN&gt; if you need help with the search.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 13:52:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generating-report/m-p/265288#M218418</guid>
      <dc:creator>iblanco</dc:creator>
      <dc:date>2010-12-03T13:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: generating report</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generating-report/m-p/265289#M218419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for ur reply iblanco ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Will try it out and post the result. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Once again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 14:55:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generating-report/m-p/265289#M218419</guid>
      <dc:creator>jeyaa</dc:creator>
      <dc:date>2010-12-03T14:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: generating report</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generating-report/m-p/265290#M218420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have tried out like this,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;search.luceneSearch("@cm\\:created:\"[2009\-11\-03T00:00:00 TO 2010\-12\-06T00:00:00]\"");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;But its retriving only the contents created today…..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What will be exact query? What mistake I did in the above one??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 10:20:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generating-report/m-p/265290#M218420</guid>
      <dc:creator>jeyaa</dc:creator>
      <dc:date>2010-12-06T10:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: generating report</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generating-report/m-p/265291#M218421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure but… I think quotes are not neccesarry before the [start TO end] expresion. Try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;search.luceneSearch("@cm\\:created:[2009\-11\-03T00:00:00 TO 2010\-12\-06T00:00:00]");&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Dec 2010 15:05:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generating-report/m-p/265291#M218421</guid>
      <dc:creator>iblanco</dc:creator>
      <dc:date>2010-12-13T15:05:40Z</dc:date>
    </item>
  </channel>
</rss>

