<?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: Alteryx MongoDB fields to pull in tableau in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391182#M17122</link>
    <description>&lt;P&gt;I don;t have a mongo to test on right now, but this is how the joins should go. There may be slight nuances, but I think it should be as simple as this. Username will be different for each table, as it will be the owner in some tables and the executor in others. I'm not sure what that field list is in the first screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;AS_Applications&lt;/FONT&gt;.&lt;FONT color="#FF6600"&gt;id&lt;/FONT&gt; join to &lt;FONT color="#008000"&gt;AS_Queue&lt;/FONT&gt;.&lt;FONT color="#FF6600"&gt;AS_Application_id&lt;/FONT&gt; &lt;STRONG&gt;and&lt;/STRONG&gt; &lt;FONT color="#008000"&gt;AS_Queue&lt;/FONT&gt;.&lt;FONT color="#FF6600"&gt;id&lt;/FONT&gt; join to &lt;FONT color="#008000"&gt;AS_Results&lt;/FONT&gt;.&lt;FONT color="#FF6600"&gt;AS_Queue_ID&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;AS_Applications will have:&lt;UL&gt;&lt;LI&gt;id: This will join to AS_Application_ID&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;AS_Queue will have:&lt;UL&gt;&lt;LI&gt;id: this will be Queue_ID in other tables&lt;/LI&gt;&lt;LI&gt;AS_Application_ID: this will be thew workflowID&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;AS_Results will have:&lt;UL&gt;&lt;LI&gt;id: This will be the run ID&lt;/LI&gt;&lt;LI&gt;AS_Queue_ID: This will join to AS_Queue&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Wed, 14 May 2025 03:53:23 GMT</pubDate>
    <dc:creator>KGT</dc:creator>
    <dc:date>2025-05-14T03:53:23Z</dc:date>
    <item>
      <title>Alteryx MongoDB fields to pull in tableau</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391156#M17115</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to build a dashboard based on Alteryx Workflows runtimes ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need the workflow and Runtime ( job started and jod ended time)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently picking the AppName, ExecutionTime(Sec)&amp;nbsp; but in tableau the AppName is summed on&amp;nbsp;ExecutionTime(Sec) and i do not know exactly how much time duration took for each workflow to run. Also a single workflow has multiple schedules in an each day selection.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the AS_Queue and AS_Results tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to for single data , each workflow how much timeduration took.&amp;nbsp; Also the format of&amp;nbsp;ExecutionTime(Sec)&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Workflow1 -----&amp;gt; 2hrs 30min 20 sec&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 23:35:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391156#M17115</guid>
      <dc:creator>pnaveen</dc:creator>
      <dc:date>2025-05-13T23:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx MongoDB fields to pull in tableau</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391159#M17116</link>
      <description>&lt;P&gt;You are looking to separate via JobID. When a workflow runs, it creates a job. That job will designate each run. I think it's called job in the MongoDB, it is on the API at least.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So Each Workflow will have a set of jobs (each run), and each of those will have an execution time.&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 00:03:20 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391159#M17116</guid>
      <dc:creator>KGT</dc:creator>
      <dc:date>2025-05-14T00:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx MongoDB fields to pull in tableau</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391160#M17117</link>
      <description>&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Please see the attached, the runtime is summarized and the numbers are really inflated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="alteryx.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/404098i2EDCC0C8641715AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="alteryx.png" alt="alteryx.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 00:08:19 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391160#M17117</guid>
      <dc:creator>pnaveen</dc:creator>
      <dc:date>2025-05-14T00:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx MongoDB fields to pull in tableau</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391161#M17118</link>
      <description>&lt;P&gt;How to get the JOB details API&amp;nbsp; in the Alteryx Server/MongoDB?&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 00:05:49 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391161#M17118</guid>
      <dc:creator>pnaveen</dc:creator>
      <dc:date>2025-05-14T00:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx MongoDB fields to pull in tableau</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391162#M17119</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Where to find the JOB details API&amp;nbsp; in the Alteryx Server/MongoDB?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 00:06:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391162#M17119</guid>
      <dc:creator>pnaveen</dc:creator>
      <dc:date>2025-05-14T00:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx MongoDB fields to pull in tableau</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391166#M17120</link>
      <description>&lt;P&gt;You can find API details &lt;A href="https://help.alteryx.com/current/en/server/api-overview.html#api-overview" target="_blank" rel="noopener"&gt;here&lt;/A&gt;, but looks like you've done all the work so far directly on the MongoDB, so you just need the job details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can find the &lt;A href="https://help.alteryx.com/current/en/server/configure/database-management/mongodb-management/mongodb-schema-reference.html#idp420983" target="_blank" rel="noopener"&gt;MongoDB Schemas here&lt;/A&gt;. I believe that the job info is in AS_Queue and so the QueueID will be the JobID. In your dashboard, you need to include WorkflowID, QueueID/JObID/RunID, and execution time.&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 00:14:47 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391166#M17120</guid>
      <dc:creator>KGT</dc:creator>
      <dc:date>2025-05-14T00:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx MongoDB fields to pull in tableau</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391172#M17121</link>
      <description>&lt;P&gt;The AS_Results has these fields, please advice&amp;nbsp; which field are relavent to&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;WorkflowID, QueueID/JObID/RunID, and execution time. Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="1.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/404099iE0EE8B79AE14D2A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AS_Queue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="2.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/404100i9357BBBCF2CBE129/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Join on Username&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 685px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/404101iF6815005BFE25944/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 00:30:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391172#M17121</guid>
      <dc:creator>pnaveen</dc:creator>
      <dc:date>2025-05-14T00:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx MongoDB fields to pull in tableau</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391182#M17122</link>
      <description>&lt;P&gt;I don;t have a mongo to test on right now, but this is how the joins should go. There may be slight nuances, but I think it should be as simple as this. Username will be different for each table, as it will be the owner in some tables and the executor in others. I'm not sure what that field list is in the first screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;AS_Applications&lt;/FONT&gt;.&lt;FONT color="#FF6600"&gt;id&lt;/FONT&gt; join to &lt;FONT color="#008000"&gt;AS_Queue&lt;/FONT&gt;.&lt;FONT color="#FF6600"&gt;AS_Application_id&lt;/FONT&gt; &lt;STRONG&gt;and&lt;/STRONG&gt; &lt;FONT color="#008000"&gt;AS_Queue&lt;/FONT&gt;.&lt;FONT color="#FF6600"&gt;id&lt;/FONT&gt; join to &lt;FONT color="#008000"&gt;AS_Results&lt;/FONT&gt;.&lt;FONT color="#FF6600"&gt;AS_Queue_ID&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;AS_Applications will have:&lt;UL&gt;&lt;LI&gt;id: This will join to AS_Application_ID&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;AS_Queue will have:&lt;UL&gt;&lt;LI&gt;id: this will be Queue_ID in other tables&lt;/LI&gt;&lt;LI&gt;AS_Application_ID: this will be thew workflowID&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;AS_Results will have:&lt;UL&gt;&lt;LI&gt;id: This will be the run ID&lt;/LI&gt;&lt;LI&gt;AS_Queue_ID: This will join to AS_Queue&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 14 May 2025 03:53:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391182#M17122</guid>
      <dc:creator>KGT</dc:creator>
      <dc:date>2025-05-14T03:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx MongoDB fields to pull in tableau</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391378#M17134</link>
      <description>&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 22:22:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-MongoDB-fields-to-pull-in-tableau/m-p/1391378#M17134</guid>
      <dc:creator>pnaveen</dc:creator>
      <dc:date>2025-05-14T22:22:03Z</dc:date>
    </item>
  </channel>
</rss>

