<?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: Customizing Reports in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/customizing-reports/m-p/283360#M236490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Oliviera,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you request are two different reports.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first, is (quite) easy developed using the current AAAR_DataMart schema.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all I suggest you to take a look at the AAAR_DataMart structure here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://fcorti.com/alfresco-audit-analysis-reporting/aaar-audit-data-mart/" rel="nofollow noopener noreferrer"&gt;http://fcorti.com/alfresco-audit-analysis-reporting/aaar-audit-data-mart/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;In particular, what you need is the Alfresco repository structure that you can analyze in the Alfresco content dimension documented here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://fcorti.com/alfresco-audit-analysis-reporting/aaar-audit-data-mart/aaar-alfresco-content-dimension/" rel="nofollow noopener noreferrer"&gt;http://fcorti.com/alfresco-audit-analysis-reporting/aaar-audit-data-mart/aaar-alfresco-content-dimension/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you can see, you have a table with all the documents of your repository ('dm_dim_documents') with the most common metadata.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One of those is the 'creation_date_id' that you can use for your purpose.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The query you could use for your first report could be something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM dm_dim_documents&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE creation_date_id between …last 10 days…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To develop the report, I suggest to install into your system the Pentaho Reporting Designer and open with it the report called 'audit_creation' from the Pentaho repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Below the mentioned report you can use as example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://fcorti.com/alfresco-audit-analysis-reporting/aaar-reports-dashboards-extractions/aaar-last-10-days-document-and-folder-creation/" rel="nofollow noopener noreferrer"&gt;http://fcorti.com/alfresco-audit-analysis-reporting/aaar-reports-dashboards-extractions/aaar-last-10-days-document-and-folder-creation/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you probably know, saving the new report into the Pentaho repository, you could easily upload it into Alfresco using the AAAR_Publish.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the second report, things are a bit more difficult because you need some custom metadata you don't have into the AAAR_DataMart.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm planning to develop the importation of the custom metadata but currently you will not find them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So… my suggestion is to develop a custom flow of metadata into the AAAR_DataMart.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can support you in the development (I know how to do it &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; but, please, write me privately.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The strategy is to use CMIS Input plugin (&lt;/SPAN&gt;&lt;A href="http://fcorti.com/pdi-cmis-input/" rel="nofollow noopener noreferrer"&gt;http://fcorti.com/pdi-cmis-input/&lt;/A&gt;&lt;SPAN&gt;) to extend the dm_dim_documents table with more fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let us know how it goes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Apr 2014 14:28:28 GMT</pubDate>
    <dc:creator>fcorti</dc:creator>
    <dc:date>2014-04-05T14:28:28Z</dc:date>
    <item>
      <title>Customizing Reports</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customizing-reports/m-p/283359#M236489</link>
      <description>Hi,I've been asked to create reports for a specific kind of documents. I really don't know anything about the audit customization. Reading http://wiki.alfresco.com/wiki/Auditing_%28from_V3.4%29 is losing me &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; Hope you can help &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;General picture : documents are imported (by email) to a site. Then a</description>
      <pubDate>Fri, 04 Apr 2014 09:28:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customizing-reports/m-p/283359#M236489</guid>
      <dc:creator>oliviera</dc:creator>
      <dc:date>2014-04-04T09:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Reports</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customizing-reports/m-p/283360#M236490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Oliviera,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you request are two different reports.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first, is (quite) easy developed using the current AAAR_DataMart schema.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all I suggest you to take a look at the AAAR_DataMart structure here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://fcorti.com/alfresco-audit-analysis-reporting/aaar-audit-data-mart/" rel="nofollow noopener noreferrer"&gt;http://fcorti.com/alfresco-audit-analysis-reporting/aaar-audit-data-mart/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;In particular, what you need is the Alfresco repository structure that you can analyze in the Alfresco content dimension documented here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://fcorti.com/alfresco-audit-analysis-reporting/aaar-audit-data-mart/aaar-alfresco-content-dimension/" rel="nofollow noopener noreferrer"&gt;http://fcorti.com/alfresco-audit-analysis-reporting/aaar-audit-data-mart/aaar-alfresco-content-dimension/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you can see, you have a table with all the documents of your repository ('dm_dim_documents') with the most common metadata.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One of those is the 'creation_date_id' that you can use for your purpose.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The query you could use for your first report could be something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM dm_dim_documents&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE creation_date_id between …last 10 days…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To develop the report, I suggest to install into your system the Pentaho Reporting Designer and open with it the report called 'audit_creation' from the Pentaho repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Below the mentioned report you can use as example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://fcorti.com/alfresco-audit-analysis-reporting/aaar-reports-dashboards-extractions/aaar-last-10-days-document-and-folder-creation/" rel="nofollow noopener noreferrer"&gt;http://fcorti.com/alfresco-audit-analysis-reporting/aaar-reports-dashboards-extractions/aaar-last-10-days-document-and-folder-creation/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you probably know, saving the new report into the Pentaho repository, you could easily upload it into Alfresco using the AAAR_Publish.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the second report, things are a bit more difficult because you need some custom metadata you don't have into the AAAR_DataMart.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm planning to develop the importation of the custom metadata but currently you will not find them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So… my suggestion is to develop a custom flow of metadata into the AAAR_DataMart.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can support you in the development (I know how to do it &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; but, please, write me privately.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The strategy is to use CMIS Input plugin (&lt;/SPAN&gt;&lt;A href="http://fcorti.com/pdi-cmis-input/" rel="nofollow noopener noreferrer"&gt;http://fcorti.com/pdi-cmis-input/&lt;/A&gt;&lt;SPAN&gt;) to extend the dm_dim_documents table with more fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let us know how it goes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2014 14:28:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customizing-reports/m-p/283360#M236490</guid>
      <dc:creator>fcorti</dc:creator>
      <dc:date>2014-04-05T14:28:28Z</dc:date>
    </item>
  </channel>
</rss>

