<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Developer Tools — Alteryx</title>
        <link>https://community.alteryx.com/</link>
        <pubDate>Fri, 17 Apr 2026 09:41:59 +0000</pubDate>
        <language>en</language>
            <description>Developer Tools — Alteryx</description>
    <atom:link href="https://community.alteryx.com/discussions/tagged/developer-tools/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>In Output Preserve Sheet 2 and amend Sheet 1 nd save data date wise daily</title>
        <link>https://community.alteryx.com/discussion/1436067/in-output-preserve-sheet-2-and-amend-sheet-1-nd-save-data-date-wise-daily</link>
        <pubDate>Wed, 08 Apr 2026 19:59:50 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>Jyoti12777</dc:creator>
        <guid isPermaLink="false">1436067@/discussions</guid>
        <description><![CDATA[<div><p>Hello Community!!!</p><p>I am building a solution which is divided in 3 parts<br /><br />Part 1 : Getting daily reports in which below Accounts counts should update against&nbsp;</p><p>Input</p><table border="1"><tbody><tr><td>Transaction Type</td><td>Accounts</td><td>Processor</td></tr><tr><td>Mol34</td><td>20</td><td>Jyoti</td></tr><tr><td>Mol02</td><td>19</td><td>Jyoti</td></tr><tr><td>Mol01</td><td>10</td><td>Aishwarya</td></tr><tr><td>Mol09</td><td>2</td><td>Aishwarya</td></tr><tr><td>S10</td><td>13</td><td>Aishwarya</td></tr></tbody></table><p>Output : here MOL34 = STP V, MOL02 = Existing User and so on : 1st column should be as it is and rest will keep updating per daily input record</p><table border="1"><tbody><tr><td>Transaction Type</td><td>Jyoti</td><td>Aishwarya</td></tr><tr><td>STP V</td><td>20</td><td>&nbsp;</td></tr><tr><td>STP Partial</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Add Funds</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Remove Funds</td><td>&nbsp;</td><td>2</td></tr><tr><td>Manual&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Add User</td><td>&nbsp;</td><td>10</td></tr><tr><td>Existing User</td><td>19</td><td>&nbsp;</td></tr><tr><td>Change Id&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>BAU Projects</td><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>Investigations</td><td>&nbsp;</td><td>13</td></tr></tbody></table><p>Part 2 : the data is saved in monthly excel and we only need most recent or Yesterdays record to capture in Output (if it is 9 April today, we should be getting data or records of 8 April only no older records.</p><p>and in part 3 in Output there are 2 Sheet in Excel Sheet 1 ( Daily report) should have data or records from run and it should save daily excel with Sheet 2(Instructions) untouched. it should save excel date wise with both Sheet with above condition.</p><p>your support is greatly appreciated!!!!!!!</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Creating an Outlook/Thunderbird Draft Email including Attachments</title>
        <link>https://community.alteryx.com/discussion/602207/creating-an-outlook-thunderbird-draft-email-including-attachments</link>
        <pubDate>Sun, 12 Jul 2020 08:50:57 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>kelvin_tsang</dc:creator>
        <guid isPermaLink="false">602207@/discussions</guid>
        <description><![CDATA[<div><p>For many times, you want Alteryx to process some data, generate a report, and send to a group of recipients. However, you cannot really trust Alteryx to send directly to recipients because you want to check the report for the last time before it gets dispatched. If Alteryx is going to just generate the report and send to yourself, then you will have to manually forward the email, insert the recipients, remove &rdquo;FW: &rdquo; from the subject, and clean up the email header of the email body. These manual steps kind of of defeats the purpose of automation.</p><p>In this tutorial I'm going to share with you how to ask Alteryx to send you a Draft email. That is, an email with the ultimate recipients, Subject and email body already populated for you. It even attaches the newly generated reports that you want to send to recipients. After you receive the email from Alteryx, you can open up the Draft email, review and click send. Below is a sample output:</p><p><span><img src="https://us.v-cdn.net/6038679/uploads/images/2b/2b18cbf8e8b34bb733c17c5284fb3fbd.png" role="button" title="kelvin_tsang_1-1594540923148.png" alt="kelvin_tsang_1-1594540923148.png" /></span></p><p>Now, to do this, you need to know a little bit of a file format called an eml file. An eml file is a text file with file name ended with eml. The content of the text file is similar to below:</p><p>MIME-Version: 1.0<br />X-Unsent: 1<br />To: anyone@anyone.com<br />Subject: Draft Email with Attachment<br />Content-Type: multipart/mixed; boundary="email_boundary"</p><p>--email_boundary<br />Content-Type: multipart/alternative; boundary="html_boundary"</p><p>--html_boundary<br />Content-Type: text/plain; charset=ISO-8859-1<br />Content-Transfer-Encoding: quoted-printable</p><p>This is an HTML message. Please use an HTML capable mail program to read<br />this message.</p><p>--html_boundary<br />Content-Type: text/html; charset=ISO-8859-1<br />Content-Transfer-Encoding: quoted-printable</p><p>&lt;html&gt;&lt;body&gt;This is an email with &lt;b&gt;attachments&lt;/b&gt;&lt;/body&gt;&lt;/html&gt;</p><p>--html_boundary--</p><p>--email_boundary<br />Content-Type: application/pdf; name="pdf_attachment.pdf"<br />Content-Transfer-Encoding: base64<br />Content-Disposition: attachment; filename="pdf_attachment.pdf"</p><p>[A base 64 encoding of an pdf attachment]</p><p>--email_boundary</p><p>Content-Type: application/vnd.ms-excel; name="excel_attachment.xlsx"<br />Content-Transfer-Encoding: base64<br />Content-Disposition: inline; filename="excel_attachment.xlsx"</p><p>[A base 64 encoding of an Excel attachment]</p><p>--email_boundary--</p><p>Here are the description of some key fields:</p><ul><li><strong>MIME-Version: 1.0:</strong> Just keep this</li><li><strong>X-Unsent</strong><span><strong>: 1</strong>: This line will make sure the file be opened in your email client in Edit mode. I have tested it in Outlook and it works. If you want this to work in Thunderbird, you will need to install </span><a title="Thunderbird X-Unsent Support" href="https://addons.thunderbird.net/en-US/thunderbird/addon/x-unsent-support/" target="_blank" rel="noopener nofollow noreferrer">this fix</a><span>.</span></li><li><strong>To</strong><span>: This is the To email address you want the Draft email to pre-populate. This is usually a list of target report recipients.</span></li><li><strong>Subject</strong><span>: This is the Subject you want the Draft email to pre-populate.</span></li></ul><p>Now, the <strong>boundary</strong>&nbsp;lines are more difficult to explain. Basically, you need to declare a boundary and describe what you are including. In my example, I'm including an HTML message, and two attachments. Just look at the sample eml message above and you should get a good idea of how to use the boundary.</p><p>Then, the most tricky part is, you want to include the attachments. You may use Alteryx to generate the reports, and the reports can be PDF, or Excel, or a picture, or a Word document or any file type. I'm going to attached a PDF file and an Excel file in the Draft email. In the declaration, you are going to specify <strong>Content-Type</strong> of each attachment. That basically tells your operation system what program to use when the recipient double-clicks on each of the attachment.</p><p>Now, the most interesting part is how you would encode the attachments in the eml message. Alteryx has these very interesting tools just for this purpose: the <strong>Blob Input</strong> and <strong>Blob Convert</strong>. You can make use of these to read your PDF file, convert to base64 text, and include in the Draft email.</p><p><span><img src="https://us.v-cdn.net/6038679/uploads/images/cd/cd0d186f09ff145df3c1ffc3d7c9f47b.png" role="button" title="kelvin_tsang_2-1594542513716.png" alt="kelvin_tsang_2-1594542513716.png" /></span></p><p>Several things to watch out for when you configure the Alteryx workflow:</p><ol><li>Empty lines are important in the eml file. However, when you use the <strong>Summation</strong> tool to concatenate the strings, it removes empty lines. You will need to replace the place holder <strong>[BLANK LINE]</strong> near the end of the workflow.</li><li>When you use the <strong>Summation</strong> tool to concatenate the strings, make sure you specify <strong>\r\n</strong> as Separator. It is the carriage return line feed.</li><li>In the <strong>Blob Convert</strong> tool, select <strong>Convert from a Blob Field</strong>, and select <strong>Convert to Base64 encoding Binary Data</strong></li><li>In the <strong>Output Data</strong> configuration, just output as a <strong>Comma Separated Value</strong> file but you are going to specify a filename with <strong>*.eml</strong> ending, such as DraftEmail.eml. That's the file you will attach in the Alteryx workflow and send to yourself for final checking.</li><li>In the <strong>Output Data</strong> configuration, make sure you put <strong>Never</strong> in the <strong>Quote Output Fields</strong>.</li></ol><p>Please leave any comments below if you have any insight/feedback, and I will try to answer them, thanks.</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Why doesn&#39;t &gt;= work in a formula tool</title>
        <link>https://community.alteryx.com/discussion/1435652/why-doesnt-work-in-a-formula-tool</link>
        <pubDate>Wed, 01 Apr 2026 17:55:25 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>ekim</dc:creator>
        <guid isPermaLink="false">1435652@/discussions</guid>
        <description><![CDATA[<div><p>I wrote an If Else statement in a formula tool to capture the months that are less than or equal to the "End of Month" date based on today's date.&nbsp; The issue is that it should also be capturing row 4 as the End of Month is 2026-04-26 (so less than today's date 2026-04-01).&nbsp; However it is not, and the Range column is stated as "No."&nbsp; I tried another formula thinking it would work, but it is not also.&nbsp;</p><p>Original Formula that doesn't work:</p><p>if [End of Month] &gt;= [Current Fiscal Month]</p><p>then 'No'<br />else 'Yes'<br />endif</p><p>New Formula that doesn't work:</p><p>if min([Current Fiscal Month], [End of Month])=[Current Fiscal Month]<br />then 'No'<br />else 'Yes'<br />endif</p><p>Why is that? Prior please help and thank you!</p></div>
]]>
        </description>
    </item>
    <item>
        <title>How to cancel portion of a workflow if conditions are met</title>
        <link>https://community.alteryx.com/discussion/704/how-to-cancel-portion-of-a-workflow-if-conditions-are-met</link>
        <pubDate>Mon, 20 Apr 2015 20:34:28 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>bsharbo</dc:creator>
        <guid isPermaLink="false">704@/discussions</guid>
        <description><![CDATA[<div>Hello everyone. I am very new to AlterYX (am doing a trial of it trying to see if it can be useful at my company over some other tools) and I am struggling to see how the tool can handel canceling of specific runs.&nbsp; Related to this problem I have two distinct questions.<br /><br />For example: We have a very basic ETL tool that reads in 3 seperate files.&nbsp; If any of the files has a formatting problem (Aka a text in a field that should be a date, etc..)&nbsp; then we want that entire file to not process, and an email to go out to specific users that would show the exact field location of the format error.<br /><br /><b>Question #1:</b><br />If someone gave us a csv file with 5 fields and 10,000 rows, and field #3 had a format error in row 9,203&nbsp; Is there a way to capture this information specifically?<br /><br /><b>Question #2:</b>&nbsp; If we can capture this inforamtion, if there a way to then kill the next steps in the workflow related to this file, but allow the other steps (for the other two files) to continue?&nbsp;<br /><br />Thanks and let me know if I need to clarify my question any further!</div>
]]>
        </description>
    </item>
    <item>
        <title>Iterative Macros - multiple columns with dependency</title>
        <link>https://community.alteryx.com/discussion/1435691/iterative-macros-multiple-columns-with-dependency</link>
        <pubDate>Thu, 02 Apr 2026 11:27:46 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>kristopherlam</dc:creator>
        <guid isPermaLink="false">1435691@/discussions</guid>
        <description><![CDATA[<div><p>Dear all,&nbsp;</p><p>I tried to use iterative macro to loop for 365 days as the dependency between each field would cause difference answer after I reapply the formula.</p><p>e.g.&nbsp;</p><table><tbody><tr><td>DATE</td><td>&nbsp;UNIT_POSITIVE&nbsp;</td><td>&nbsp;UNIT_NEGATIVE&nbsp;</td><td>&nbsp;MKT PRICE&nbsp;</td><td>&nbsp;Unit c/f&nbsp;</td><td>&nbsp;Avg price&nbsp;</td><td>&nbsp;Amount c/f&nbsp;</td></tr><tr><td>12/15/2025</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 22.00</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;</td></tr><tr><td>12/16/2025</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 60.00</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 23.00</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 60.00</td><td>&nbsp;&nbsp; 23.0000</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1,380.00</td></tr><tr><td>12/17/2025</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 50.00</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (25.00)</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 23.00</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 85.00</td><td>&nbsp;&nbsp; 23.0000</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1,955.00</td></tr><tr><td>12/18/2025</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 22.00</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 85.00</td><td>&nbsp;&nbsp; 23.0000</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1,955.00</td></tr><tr><td>12/19/2025</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 22.00</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 85.00</td><td>&nbsp;&nbsp; 23.0000</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1,955.00</td></tr><tr><td>12/20/2025</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.00</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (8.00)</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 22.00</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 82.00</td><td>&nbsp;&nbsp; 22.9390</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1,881.00</td></tr></tbody></table><p>but Avg price and Amount c/f&nbsp; are newly created from the original data set</p><p>Can anyone help to create a new iterative macro to cater such issue? I try to add&nbsp;<span>[Engine.IterationNumber] into formula and + 365 for loop but in vain. Thanks!</span></p></div>
]]>
        </description>
    </item>
    <item>
        <title>How to Truncated Spanish text field  to 4000 byte?</title>
        <link>https://community.alteryx.com/discussion/1434887/how-to-truncated-spanish-text-field-to-4000-byte</link>
        <pubDate>Tue, 24 Mar 2026 08:47:19 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>KajalBharamabe</dc:creator>
        <guid isPermaLink="false">1434887@/discussions</guid>
        <description><![CDATA[<div><p>Hi Team,</p><p>I have to Truncated Field to exactly 4000 bytes . Field contain some rows in Spanish&nbsp; and some in English, can any one help me? How I can Achieve it ?</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Need help in getting Prv Year Demand Unit Data Logic</title>
        <link>https://community.alteryx.com/discussion/1434793/need-help-in-getting-prv-year-demand-unit-data-logic</link>
        <pubDate>Mon, 23 Mar 2026 10:11:21 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>TE271203</dc:creator>
        <guid isPermaLink="false">1434793@/discussions</guid>
        <description><![CDATA[<div><p>Hi everyone,</p><p>I&rsquo;m trying to build a <strong>Prior Year (PY) Demand Units logic in Alteryx</strong>, but my use case is a bit different from standard YoY calculations.</p><p>Data Structure</p><ul><li><p>Data is snapshot-based (not transactional)</p></li><li><p>Example snapshots:</p><ul><li><p>Mar 7, 2026 &rarr; Current Year (CY)</p></li><li><p>Mar 1, 2025 &rarr; Prior Year (PY)</p></li></ul></li><li><p>Each snapshot contains:</p><ul><li><p>Historical Demand (past weeks)</p></li><li><p>Backlog + SA Units (future weeks)</p></li></ul></li></ul><p>Requirement</p><p>For each snapshot, demand is calculated as:</p><ul><li><p>If Fiscal Week &lt; Snapshot Week &rarr; use Historical Demand</p></li><li><p>Else &rarr; use Backlog + SA Units</p></li></ul><p>Then:</p><ul><li><p>CY should use 2026 snapshot</p></li><li><p>PY should use 2025 snapshot</p></li><li><p>Both should align on Fiscal Month/Week for comparison</p></li></ul><p>Challenge</p><ul><li><p>PY cannot be calculated using simple Date - 1 year logic</p></li><li><p>Because:</p><ul><li><p>Data is stored per snapshot</p></li><li><p>Future values differ per snapshot</p></li></ul></li><li><p>I need to:</p><ol><li><p>Join or align snapshots (CY vs PY)</p></li><li><p>Apply the same conditional logic</p></li><li><p>Output aligned CY vs PY demand</p></li></ol></li></ul><p>Question</p><p>What is the best approach in Alteryx to:</p><ul><li><p>Align two snapshots (current vs prior year)?</p></li><li><p>Apply conditional logic based on snapshot week?</p></li><li><p>Ensure proper week/month alignment for reporting?</p></li></ul><p>Would this be best handled using:</p><ul><li><p>Multi-Row Formula?</p></li><li><p>Self-join on relative week?</p></li><li><p>Or a different approach?</p></li></ul><p>Any guidance or workflow examples would be really helpful.</p><p>I am currently trying to solve this in Tableau using LOOKUP but facing alignment issues.</p><p>Thanks in advance!</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Generate a list of workflow in each collection</title>
        <link>https://community.alteryx.com/discussion/1381508/generate-a-list-of-workflow-in-each-collection</link>
        <pubDate>Tue, 01 Apr 2025 21:17:22 +0000</pubDate>
        <category>Alteryx Server</category>
        <dc:creator>bsk_93</dc:creator>
        <guid isPermaLink="false">1381508@/discussions</guid>
        <description><![CDATA[<div><p>Hi All,&nbsp;</p><p>I'm looking to generate a list of workflow in each collection level.&nbsp;</p><p>How to generate and what is the process to create a workflow?</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Display custom message on Alteryx Server</title>
        <link>https://community.alteryx.com/discussion/889351/display-custom-message-on-alteryx-server</link>
        <pubDate>Tue, 11 Jan 2022 08:19:49 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>TandelGouravi</dc:creator>
        <guid isPermaLink="false">889351@/discussions</guid>
        <description><![CDATA[<div><p>Hi All.</p><p>I am trying to display a custom message on the Alteryx server after a certain condition is met.</p><p>Using Message tool is helpful on the Designer but it does not work on the Server.</p><p>I have tried using the Output Message option available at the Interface Designer Setting Option but it is not of much help as my message is not a fixed message.</p><p>Thank Your for the help in advance.</p><p>Thanks and regards<br />Gouravi Tandel&nbsp;</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Using the Test Tool to Match Dates</title>
        <link>https://community.alteryx.com/discussion/1434700/using-the-test-tool-to-match-dates</link>
        <pubDate>Fri, 20 Mar 2026 18:10:35 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>dngnc7</dc:creator>
        <guid isPermaLink="false">1434700@/discussions</guid>
        <description><![CDATA[<div><p>I am trying to take a list of dates in a text input tool and compare them to the current date using the test tool. If the current date matches a date in the text input tool, then the test should pass but if not then fail. Apparently the test tool does not work that way. If there is a non-match then it fails whether there is a match or not.</p><p>My question is, is there a way to accomplish this? Here's a partial screenshot of what I have.</p><p><span><img src="https://us.v-cdn.net/6038679/uploads/images/da/da7de5534e132f84bf565874bb7c91f3.png" role="button" title="workflow.png" alt="workflow.png" /></span><span><img src="https://us.v-cdn.net/6038679/uploads/images/71/71455f004da5e420a8137cd2f36e71d5.png" role="button" title="Dates Match.png" alt="Dates Match.png" /></span><span><img src="https://us.v-cdn.net/6038679/uploads/images/83/83b2817856d8bb4802f5ac4c7e230dae.png" role="button" title="Dates.png" alt="Dates.png" /></span></p></div>
]]>
        </description>
    </item>
    <item>
        <title>Add date in column header</title>
        <link>https://community.alteryx.com/discussion/1434747/add-date-in-column-header</link>
        <pubDate>Sun, 22 Mar 2026 14:01:35 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>jessicawhite03</dc:creator>
        <guid isPermaLink="false">1434747@/discussions</guid>
        <description><![CDATA[<div><p>Hello,&nbsp;</p><p>I am trying to get an accounting period end date into a column header. How can get that to change in my table to - "2026-03-31" as an example.&nbsp;</p><p>&nbsp;<span><img src="https://us.v-cdn.net/6038679/uploads/images/2e/2ec9a8cbb7a168f212a2ac11feee7a80.png" width="426" height="81" role="button" title="Screenshot 2026-03-22 065726.png" alt="Screenshot 2026-03-22 065726.png" /></span><span><img src="https://us.v-cdn.net/6038679/uploads/images/72/7232f4cc3d78b3a6e74676d6de1b2c77.png" width="430" height="74" role="button" title="Screenshot 2026-03-22 065909.png" alt="Screenshot 2026-03-22 065909.png" /></span></p><p>Thank you!</p><p>Jessica</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Required Tab wise data with calculation</title>
        <link>https://community.alteryx.com/discussion/1434517/required-tab-wise-data-with-calculation</link>
        <pubDate>Thu, 19 Mar 2026 10:53:18 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>Maheshp</dc:creator>
        <guid isPermaLink="false">1434517@/discussions</guid>
        <description><![CDATA[<div><p>Hi Team,</p><p>I have input file " attached" where in two different data combined in one sheet in which "WBS Reference 2" is common. I want to separate the data in different tabs with heading " Required Tab wise " file attached in which i needed the data. Can you please help to prepare a workflow.</p><p>Regards,</p><p>Mahesh&nbsp;</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Regex_Match/Regex_Parse Query</title>
        <link>https://community.alteryx.com/discussion/1433982/regex-match-regex-parse-query</link>
        <pubDate>Thu, 12 Mar 2026 08:27:06 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>fieldew1</dc:creator>
        <guid isPermaLink="false">1433982@/discussions</guid>
        <description><![CDATA[<div><p>Hi,</p><p>I hope someone can help as I have searched the community and none of the solutions provided appears to work. I have a string field of the format below</p><p>2026-03-11 12:00RACEDAY</p><p>What Im trying to do is search for date using filter and true/false. This will filter out all fields with this format, then I need to parse date and time. The "raceday" word is not common across all the fields.</p><p>Any help would be much appreciated.&nbsp;</p><p>Thank you</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Can you use the listbox tool on a filter tool</title>
        <link>https://community.alteryx.com/discussion/1434008/can-you-use-the-listbox-tool-on-a-filter-tool</link>
        <pubDate>Thu, 12 Mar 2026 14:26:56 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>JMil</dc:creator>
        <guid isPermaLink="false">1434008@/discussions</guid>
        <description><![CDATA[<div><p><span><img src="https://us.v-cdn.net/6038679/uploads/images/2e/2e6caa9e2b5a106d26d9c62c25d1ee48.png" role="button" title="Screenshot 2026-03-12 092245.png" alt="Screenshot 2026-03-12 092245.png" /></span></p><p>&nbsp;I've setup like this but I keep getting empty data. Am I doing something wrong or is this not possible&nbsp;</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Arranging the tabs in Layout tool</title>
        <link>https://community.alteryx.com/discussion/1433254/arranging-the-tabs-in-layout-tool</link>
        <pubDate>Tue, 03 Mar 2026 23:54:20 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>nidhishah_</dc:creator>
        <guid isPermaLink="false">1433254@/discussions</guid>
        <description><![CDATA[<div><p>Hi all - I have 6 inputs coming into Union tool and I manually configured each tab I was represent in an excel sheet but while inserting layout tool next to Union tool by configuration gets disturbed. The layout configuration includes Vertical Section breaks and Layout Mode: Each group of records. Can you please help how to arrange the tabs?</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Record Id for the data</title>
        <link>https://community.alteryx.com/discussion/1433805/record-id-for-the-data</link>
        <pubDate>Tue, 10 Mar 2026 15:15:42 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>Alteryxexpert</dc:creator>
        <guid isPermaLink="false">1433805@/discussions</guid>
        <description><![CDATA[<div><p>I have 300 Records for 12 months of data, that is 25 rows per month Group By Month and value in Descending order. I want to put a record Id for all the records, for example for the 25 records in Jan i want to keep the record ID as 1 to 25 and it has to be the same 1 to 25 for all the other months for total 300 records. how to acheive this?</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Calculating Monthly Average for the below Data</title>
        <link>https://community.alteryx.com/discussion/1433320/calculating-monthly-average-for-the-below-data</link>
        <pubDate>Thu, 05 Mar 2026 12:18:56 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>Alteryxexpert</dc:creator>
        <guid isPermaLink="false">1433320@/discussions</guid>
        <description><![CDATA[<div><p>Hi&nbsp;</p><p>I have the data as attached for 5 year. I need to calculate Each month average. for example for Jan 2025 - The average should calculated by Dec'24+Jan'25/2 and for Feb'25 it should be&nbsp;Jan'25+Feb'25/2 and for all the years data it should calculate in this way<br /><br />How to Acheive this through Alteryx? Can someone help me out it this?</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Union on server gives error, as no incoming metadata</title>
        <link>https://community.alteryx.com/discussion/1433225/union-on-server-gives-error-as-no-incoming-metadata</link>
        <pubDate>Tue, 03 Mar 2026 16:51:44 +0000</pubDate>
        <category>Alteryx Server</category>
        <dc:creator>ToxicBuoy</dc:creator>
        <guid isPermaLink="false">1433225@/discussions</guid>
        <description><![CDATA[<div><p>I have a workflow which is working on my local desktop and server seamlessly. When I downloaded from my server for a enhancement, and when trying to re-upload, it's giving error.</p><p>'No incoming metadata from one or more upstream tools. Check the input data and run the workflow again'</p><p>My both inputs ( 1 is .yxdb and other is a database query), both have data and both's metadata and their data type are same.</p><p>I have seen a similar post in community, where the reason was because of a disabled tool container. It's not the same in my case, even I have removed it to test, but still it's failing for both he Union tools.</p></div>
]]>
        </description>
    </item>
    <item>
        <title>File Copying and Moving</title>
        <link>https://community.alteryx.com/discussion/592216/file-copying-and-moving</link>
        <pubDate>Mon, 22 Jun 2020 18:26:35 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>bobpeers</dc:creator>
        <guid isPermaLink="false">592216@/discussions</guid>
        <description><![CDATA[<div><p>If you want to move or copy files without using cmd or powershell solutions you can now install this tool made with the Python SDK.</p><p><span><img src="https://us.v-cdn.net/6038679/uploads/images/9e/9e4ffadbc95ceb9851a59ead141fa8f5.png" role="button" title="AlteryxCategory" alt="AlteryxCategory" /></span></p><p>You can choose to keep the filenames the same but you can also rename them at the same time. It's a yxi package you can download and install from my Github site.</p><p>Happy moving!</p><p><a href="https://github.com/bobpeers/Alteryx_SDK_FileCopyMove" target="_blank" rel="noopener nofollow noreferrer">https://github.com/bobpeers/Alteryx_SDK_FileCopyMove</a></p></div>
]]>
        </description>
    </item>
    <item>
        <title>Is there a way to get the total number of tools in a workflow</title>
        <link>https://community.alteryx.com/discussion/1432515/is-there-a-way-to-get-the-total-number-of-tools-in-a-workflow</link>
        <pubDate>Tue, 24 Feb 2026 11:55:26 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>LNGRIFL</dc:creator>
        <guid isPermaLink="false">1432515@/discussions</guid>
        <description><![CDATA[<div><p>I have been tasked by Management to get a count of the total number of tools in a workflow.&nbsp; I really do not want to open up the workflow and counting the tools.&nbsp; I have the following questions:</p><ol><li>Is there a field in the MongoDB that has the number of tools in a workflow?</li><li>Is there an existing workflow that will give detail info on the tools in a workflow?</li></ol><p>&nbsp; Thank you,</p><p>&nbsp; &nbsp; John Krieg</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Dynamic Input - No Sheet Error</title>
        <link>https://community.alteryx.com/discussion/1432077/dynamic-input-no-sheet-error</link>
        <pubDate>Thu, 19 Feb 2026 19:08:09 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>heatherkeyser</dc:creator>
        <guid isPermaLink="false">1432077@/discussions</guid>
        <description><![CDATA[<div><p>I keep receiving no sheet selected error on my dynamic input tool. I have definitely chosen a sheet though. Has anyone else encountered this problem?&nbsp;</p><p><span><img src="https://us.v-cdn.net/6038679/uploads/images/c5/c5f373646764119b8f231ee26502c154.png" role="button" title="heatherkeyser_0-1771528019034.png" alt="heatherkeyser_0-1771528019034.png" /></span></p><p><span><img src="https://us.v-cdn.net/6038679/uploads/images/37/37b4f3f279d4415313e20bd068be17c5.png" role="button" title="heatherkeyser_1-1771528034935.png" alt="heatherkeyser_1-1771528034935.png" /></span></p></div>
]]>
        </description>
    </item>
    <item>
        <title>Saving Multiple Outputs to separate tabs in the Same Excel File in One Workflow</title>
        <link>https://community.alteryx.com/discussion/1431732/saving-multiple-outputs-to-separate-tabs-in-the-same-excel-file-in-one-workflow</link>
        <pubDate>Tue, 17 Feb 2026 09:21:28 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>Sim1</dc:creator>
        <guid isPermaLink="false">1431732@/discussions</guid>
        <description><![CDATA[<div><p>I have a workflow that requires multiple outputs (currently 5) to separate tabs in the same excel file.&nbsp; I have searched on here and it seems the best thing to do would be to add them to control containers rather than normal containers to stop the error 'The process cannot access the file because it is being used by another user' but I am still getting the same error.&nbsp; All are set to 'Overwrite Sheet or Range'.&nbsp; Any advise on what I could be doing wrong here please?&nbsp; I have attempted at times and it has worked only to fail again when re-run.&nbsp; Thank you</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Finding and Replacing an Abbreviation</title>
        <link>https://community.alteryx.com/discussion/1431158/finding-and-replacing-an-abbreviation</link>
        <pubDate>Tue, 10 Feb 2026 16:04:56 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>mfranchino</dc:creator>
        <guid isPermaLink="false">1431158@/discussions</guid>
        <description><![CDATA[<div><p>Hello - thanks for the help in advance.&nbsp;<br /><br />I have cells that follow this format:<br /><br />qual RES1 'Restaurant' = 'Five Guys/Burger {US}'<br />qual GY1 'Gym' = 'Planet Fitness'<br />qual LOC1 'Location' = 'New York/{Bronx, Brooklyn}'<br />concept 'Example 1'</p><p>where 'School' = 'Syracuse University'&nbsp;<br />&nbsp; and RES1</p><p>&nbsp; and 'Meal Type' = 'Dinner'</p><p>concept 'Example 2'<br />where GY1</p><p>&nbsp; and 'Day' = 'Wednesday'&nbsp;</p><p>&nbsp; and LOC1<br /><br /><br />Above is just an example, but all my cells will follow a similar format. What i need done:<br /><br />I want all of the qual values at the top to be replaced by their full values throughout the cell. So if in the cell, there is a reference to GY1, I want it to read 'Gym' = 'Planet Fitness'<br /><br />So in the above, my desired output would look like:<br /><br /></p><p>qual RES1 'Restaurant' = 'Five Guys/Burger {US}'<br />qual GY1 'Gym' = 'Planet Fitness'<br />qual LOC1 'Location' = 'New York/{Bronx, Brooklyn}'<br />concept 'Example 1'</p><p>where 'School' = 'Syracuse University'&nbsp;<br />&nbsp; and&nbsp; 'Restaurant' = 'Five Guys/Burger {US}'</p><p>&nbsp; and 'Meal Type' = 'Dinner'</p><p>concept 'Example 2'<br />where&nbsp; 'Gym' = 'Planet Fitness'</p><p>&nbsp; and 'Day' = 'Wednesday'&nbsp;</p><p>&nbsp; and&nbsp;'Location' = 'New York/{Bronx, Brooklyn}'<br /><br />Please note the three quals above are examples and my quals will be different, however they will follow the same format and be at the top of the cell. they represent a key that is referenced throughout my cells. I want basically a find and replace done with the qual values throughout the cell.&nbsp;</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Selecting previous , current and future years</title>
        <link>https://community.alteryx.com/discussion/1429917/selecting-previous-current-and-future-years</link>
        <pubDate>Wed, 28 Jan 2026 20:05:22 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>kauser</dc:creator>
        <guid isPermaLink="false">1429917@/discussions</guid>
        <description><![CDATA[<div><p>on this attachment it has 2 tabs first year data for current year and second for next year (which is in next year).. on First tab data started from 2022 so if i use multi field formula then my year will start from 2022 but in next year my data will start from year 2023. so in next year multi field formula will missing 2022 and also 2027 will be unchecked. how can i resolve this issue. my project is on going so column for year will be change in every year.&nbsp;</p></div>
]]>
        </description>
    </item>
    <item>
        <title>DVW data required</title>
        <link>https://community.alteryx.com/discussion/1429970/dvw-data-required</link>
        <pubDate>Thu, 29 Jan 2026 08:30:29 +0000</pubDate>
        <category>General</category>
        <dc:creator>Maheshp</dc:creator>
        <guid isPermaLink="false">1429970@/discussions</guid>
        <description><![CDATA[<div><p>Hi Team,</p><p>I have the attached data, but it is not fixed. Its keep changing every month and with the help of WBS element &amp;&nbsp;WBS Ref 2 i need SAP data. So can you please help to get the data through DVW.</p><p>Data file attached.</p><p>Regards,</p><p>Mahesh</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Error while Loading Data into AWS S3 Athena using Foresight Connection</title>
        <link>https://community.alteryx.com/discussion/1427097/error-while-loading-data-into-aws-s3-athena-using-foresight-connection</link>
        <pubDate>Wed, 24 Dec 2025 13:17:55 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>AshokKumarBobbala</dc:creator>
        <guid isPermaLink="false">1427097@/discussions</guid>
        <description><![CDATA[<div><div><div><p>Hi Team,</p><p>I am trying to <strong>load data into AWS S3 Athena using a Foresight connection in Alteryx</strong> and encountering the following error.</p></div></div><div><div><p><strong>Workflow Tools Used: (Workflow Image attached)</strong></p><ul><li><strong>Input Data</strong> (In/Out)</li><li><strong>Select</strong> (Preparation)</li><li><strong>StreamIn</strong> (In-Database)</li></ul></div></div><div><strong>Error Message:</strong></div><pre><code>StreamIn (52) ERROR [HY000] [AmazonAthena][AthenaClientError]: ExceptionName: InvalidRequestException, ErrorType: 130, ExceptionMessage: Unable to verify/create output bucket aws-athena-query-results-0719165104-us-east-1&para;OdbcException&para;   at System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode) &para;   at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader, Object[] methodArguments, SQL_API odbcApiMethod) &para;   at System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader) &para;   at System.Data.Odbc.OdbcCommand.ExecuteReader(CommandBehavior behavior) &para;   at org.ForeSight.Tools.Athena.ExecuteScalarQuery(String dsn, String query) &para;   at org.ForeSight.Tools.LakeFormation.GetStagingLocationUri(String odbcDsn, String prefix) &para;   at org.ForeSight.Alteryx.StreamInEngine.WriteData() &para;   at org.ForeSight.Alteryx.StreamInEngine.II_Close() &para;   at SRC.Alteryx.GenericIncomingConnectionHandler.II_Close(GenericIncomingConnectionHandler* )</code></pre><div><p><strong>Questions:</strong></p><ol><li>What does this error mean?</li><li>How can I resolve this issue and successfully load data into AWS S3 Athena using Foresight?</li></ol></div></div>
]]>
        </description>
    </item>
    <item>
        <title>Multi Fields Supplier Compression</title>
        <link>https://community.alteryx.com/discussion/1428038/multi-fields-supplier-compression</link>
        <pubDate>Thu, 08 Jan 2026 20:08:06 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>Skyline_TnL</dc:creator>
        <guid isPermaLink="false">1428038@/discussions</guid>
        <description><![CDATA[<div><p>Hi All,<br /><br />I'm seriously stuck as to how I would approach this.&nbsp;<br /><br />I have a data base that has multiple lines that have to be consolidated.&nbsp; I feel like a multirow + a multi field tool could accomplish this task but I have never used those tools.<br /><br />There are multiple examples of logic in the attached excel examples.&nbsp; I don't even know where to start. Any help would be much appreciated, I'm drowning and the deadline is within 2 days.<br /><br /><br /></p></div>
]]>
        </description>
    </item>
    <item>
        <title>getting error while running a python script</title>
        <link>https://community.alteryx.com/discussion/1429129/getting-error-while-running-a-python-script</link>
        <pubDate>Wed, 21 Jan 2026 17:14:17 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>ayush_mishra</dc:creator>
        <guid isPermaLink="false">1429129@/discussions</guid>
        <description><![CDATA[<div><p>i am getting an error (details on text file) while running a python script that install a library named 'camelot-py'.</p><p>the error is : -&nbsp;</p><p>A module that was compiled using NumPy 1.x cannot be run in<br />NumPy 2.2.6 as it may crash. To support both 1.x and 2.x<br />versions of NumPy, modules must be compiled with NumPy 2.0.<br />Some module may need to rebuild instead e.g. with 'pybind11&gt;=2.12'.</p><p>If you are a user of the module, the easiest solution will be to<br />downgrade to 'numpy&lt;2' or try to upgrade the affected module.<br />We expect that some modules will need time to support NumPy 2.</p><p>installing following packages</p><p>from ayx import Package<br />Package.installPackages(['camelot-py'])</p></div>
]]>
        </description>
    </item>
    <item>
        <title>Control containers firing early</title>
        <link>https://community.alteryx.com/discussion/1429177/control-containers-firing-early</link>
        <pubDate>Wed, 21 Jan 2026 23:51:21 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>greeleytaxdept</dc:creator>
        <guid isPermaLink="false">1429177@/discussions</guid>
        <description><![CDATA[<div><p>I'm trying to get a bunch of sheets to all output to the same excel file. In my current setup, I have a bunch of output data tools that're in charge of one sheet each and are in their own control containers. First, is there an easier way to do that? Second, occasionally an output tool will throw an error that it can't open the file because another process is using it (aka, the previous output tool). What's the solution here? Is it just that with that many output/control container combos (18 sheets in this excel workbook, 7 sheets to another one), they're bound to throw issues sometimes?</p><p><span><img src="https://us.v-cdn.net/6038679/uploads/images/5c/5c37421d6cc2869353bc6e439c440ac5.png" role="button" title="greeleytaxdept_0-1769038700718.png" alt="greeleytaxdept_0-1769038700718.png" /></span></p></div>
]]>
        </description>
    </item>
    <item>
        <title>Download Tool Authorization : Basic base64encoding(sername:password)</title>
        <link>https://community.alteryx.com/discussion/1428767/download-tool-authorization-basic-base64encoding-sername-password</link>
        <pubDate>Fri, 16 Jan 2026 13:13:54 +0000</pubDate>
        <category>Alteryx One</category>
        <dc:creator>abbes_omar_87</dc:creator>
        <guid isPermaLink="false">1428767@/discussions</guid>
        <description><![CDATA[<div><p>Hello,</p><p><span>I am trying to connect to an API via Alteryx and utilize DCM credentials/Data sources. I have collected API username and password and placed them in the DCM and set up that connection.&nbsp;</span></p><p><span>To connect to API, I should use the authentification string : Basic &lt;base64encodage(username:password)&gt;</span></p><p><span>Within the Authorization parameter, I put <strong>Basic {base64:{dcm:userName}:{dcm:password}}</strong></span></p><p>This configuration does not work. and I get error responses.&nbsp;</p><p>Is there any solution to implement this solution ?</p><p>link to download tool documentation :&nbsp;<a href="https://help.alteryx.com/20252/fr/designer/tools/developer/download-tool.html#id683092" target="_blank" rel="noopener nofollow noreferrer">https://help.alteryx.com/20252/fr/designer/tools/developer/download-tool.html#id683092</a></p></div>
]]>
        </description>
    </item>
   </channel>
</rss>
