<?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 Help with simple MongoDB report - When/who uploaded each workflow, current author/status in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-with-simple-MongoDB-report-When-who-uploaded-each-workflow/m-p/914203#M10534</link>
    <description>&lt;P&gt;I'm trying to create a report that has the following for each workflow:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;When/who uploaded it initially&lt;/LI&gt;&lt;LI&gt;Who is the author of the current published revision&lt;/LI&gt;&lt;LI&gt;What is the current Deletion status&lt;/LI&gt;&lt;LI&gt;When was it deleted if it was deleted.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I'm querying AlteryxGallery.appInfos to get each workflow's info. I know how to join user, so the "who" piece of each one I can do.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm having problems with is understanding the various date fields:&amp;nbsp; PublishedRevision.DateCreated, Revision.0.DateCreated, Revision.1.DateCreated,&amp;nbsp;Revision.2.DateCreated, etc...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PublishedRevision.UploadDate, Revision.0.UploadDate, Revision.1.UploadDate,&amp;nbsp;Revision.2.UploadDate, etc...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would have thought the following would be the way to understand the Revision # logic:&lt;/P&gt;&lt;P&gt;"Published" would be the most current workflow and each Revision # is chronological with 0 being the first revision, 1 being the 2nd, so on and so forth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I'm finding this is not the case. I have workflows where Revision 0 Date is AFTER Revision 1 and Revision 1 date = Published Revision date and Revision 2 date is AFTER Revision 3 date and Revision 5 date is AFTER Published Revision date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I don't necessarily need a workflow to do this for me, but I would definitely appreciate if somebody could explain the logic to me of the "Published Revision" and "Revision.#" date fields&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Mar 2022 17:55:37 GMT</pubDate>
    <dc:creator>csh8428</dc:creator>
    <dc:date>2022-03-15T17:55:37Z</dc:date>
    <item>
      <title>Help with simple MongoDB report - When/who uploaded each workflow, current author/status</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-with-simple-MongoDB-report-When-who-uploaded-each-workflow/m-p/914203#M10534</link>
      <description>&lt;P&gt;I'm trying to create a report that has the following for each workflow:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;When/who uploaded it initially&lt;/LI&gt;&lt;LI&gt;Who is the author of the current published revision&lt;/LI&gt;&lt;LI&gt;What is the current Deletion status&lt;/LI&gt;&lt;LI&gt;When was it deleted if it was deleted.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I'm querying AlteryxGallery.appInfos to get each workflow's info. I know how to join user, so the "who" piece of each one I can do.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm having problems with is understanding the various date fields:&amp;nbsp; PublishedRevision.DateCreated, Revision.0.DateCreated, Revision.1.DateCreated,&amp;nbsp;Revision.2.DateCreated, etc...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PublishedRevision.UploadDate, Revision.0.UploadDate, Revision.1.UploadDate,&amp;nbsp;Revision.2.UploadDate, etc...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would have thought the following would be the way to understand the Revision # logic:&lt;/P&gt;&lt;P&gt;"Published" would be the most current workflow and each Revision # is chronological with 0 being the first revision, 1 being the 2nd, so on and so forth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I'm finding this is not the case. I have workflows where Revision 0 Date is AFTER Revision 1 and Revision 1 date = Published Revision date and Revision 2 date is AFTER Revision 3 date and Revision 5 date is AFTER Published Revision date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I don't necessarily need a workflow to do this for me, but I would definitely appreciate if somebody could explain the logic to me of the "Published Revision" and "Revision.#" date fields&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 17:55:37 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-with-simple-MongoDB-report-When-who-uploaded-each-workflow/m-p/914203#M10534</guid>
      <dc:creator>csh8428</dc:creator>
      <dc:date>2022-03-15T17:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with simple MongoDB report - When/who uploaded each workflow, current author/stat</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-with-simple-MongoDB-report-When-who-uploaded-each-workflow/m-p/920223#M10602</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/26425"&gt;@csh8428&lt;/a&gt;&amp;nbsp;- For each field definition refer to the MongoDB Scheme help here...&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.alteryx.com/20212/server/alteryxgallery-mongodb-schema" target="_blank"&gt;https://help.alteryx.com/20212/server/alteryxgallery-mongodb-schema&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In regards to the Version History and aligning the date's this will be in reference to published versions versus revisions. See the article below for help.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.alteryx.com/20204/server/workflow-version-history" target="_blank"&gt;https://help.alteryx.com/20204/server/workflow-version-history&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 14:49:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Help-with-simple-MongoDB-report-When-who-uploaded-each-workflow/m-p/920223#M10602</guid>
      <dc:creator>JeffK</dc:creator>
      <dc:date>2022-03-28T14:49:35Z</dc:date>
    </item>
  </channel>
</rss>

