<?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: Workflow Outputting multiple excel files off the server in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Workflow-Outputting-multiple-excel-files-off-the-server/m-p/880480#M10017</link>
    <description>&lt;P&gt;This worked perfectly thank you so much!&lt;/P&gt;</description>
    <pubDate>Wed, 15 Dec 2021 16:09:47 GMT</pubDate>
    <dc:creator>Inactive User</dc:creator>
    <dc:date>2021-12-15T16:09:47Z</dc:date>
    <item>
      <title>Workflow Outputting multiple excel files off the server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Workflow-Outputting-multiple-excel-files-off-the-server/m-p/879897#M10002</link>
      <description>&lt;P&gt;I have a workflow that creates multiple excel workbook, is there away to make it so all the sheets download off the server as you can when you output one excel workbook as shown in the attached image. Right now when we try to have multiple outputs in the workflow it does not give us this option on the server.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 16:16:33 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Workflow-Outputting-multiple-excel-files-off-the-server/m-p/879897#M10002</guid>
      <dc:creator>Inactive User</dc:creator>
      <dc:date>2021-12-14T16:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Outputting multiple excel files off the server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Workflow-Outputting-multiple-excel-files-off-the-server/m-p/880059#M10006</link>
      <description>&lt;P&gt;Hello&amp;nbsp;@Inactive User:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Output Data tool you can check the&amp;nbsp;&lt;EM&gt;Take the File/Table Name From Field&lt;/EM&gt; option in the Configuration pane and then map the field containing the sheet name: A, B, C, or D. The records will be written to the corresponding sheet in the Excel file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filename.png" style="width: 591px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/214598iCCDE0A9A8E0F851D/image-size/large?v=v2&amp;amp;px=999" role="button" title="filename.png" alt="filename.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a simple workflow that illustrates the configuration.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 19:41:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Workflow-Outputting-multiple-excel-files-off-the-server/m-p/880059#M10006</guid>
      <dc:creator>MatthewO</dc:creator>
      <dc:date>2021-12-14T19:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Outputting multiple excel files off the server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Workflow-Outputting-multiple-excel-files-off-the-server/m-p/880428#M10014</link>
      <description>&lt;P&gt;Hi this made&amp;nbsp; four different tabs in one workbook when I ran it on the server. I would instead like it to make four different workbooks with one tab each (or in my case multiple tabs each) and download them from the server. Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 14:49:17 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Workflow-Outputting-multiple-excel-files-off-the-server/m-p/880428#M10014</guid>
      <dc:creator>Inactive User</dc:creator>
      <dc:date>2021-12-15T14:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Outputting multiple excel files off the server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Workflow-Outputting-multiple-excel-files-off-the-server/m-p/880442#M10015</link>
      <description>&lt;P&gt;@Inactive User&amp;nbsp;the process will be the same. Two modifications to the workflow can achieve this result.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Formula tool, the full file path and sheet name are specified. The example below writes everything to "Sheet1" but the sheet name could be generated based on a formula or field as well.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sheet.PNG" style="width: 608px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/214758iCDD5D1CCD2659C50/image-size/large?v=v2&amp;amp;px=999" role="button" title="sheet.PNG" alt="sheet.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Output Data tool, change the action to "Change Entire File Path"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="path.png" style="width: 592px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/214753i1A2E31ED0369B091/image-size/large?v=v2&amp;amp;px=999" role="button" title="path.png" alt="path.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will render the results to different files that can be downloaded.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="output.png" style="width: 456px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/214760i9E375565F8788A25/image-size/large?v=v2&amp;amp;px=999" role="button" title="output.png" alt="output.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 15:05:53 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Workflow-Outputting-multiple-excel-files-off-the-server/m-p/880442#M10015</guid>
      <dc:creator>MatthewO</dc:creator>
      <dc:date>2021-12-15T15:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow Outputting multiple excel files off the server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Workflow-Outputting-multiple-excel-files-off-the-server/m-p/880480#M10017</link>
      <description>&lt;P&gt;This worked perfectly thank you so much!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 16:09:47 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Workflow-Outputting-multiple-excel-files-off-the-server/m-p/880480#M10017</guid>
      <dc:creator>Inactive User</dc:creator>
      <dc:date>2021-12-15T16:09:47Z</dc:date>
    </item>
  </channel>
</rss>

