<?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: Multiple rows with unique ID, need to pull information in one row by ID in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Multiple-rows-with-unique-ID-need-to-pull-information-in-one-row/m-p/450565#M87009</link>
    <description>&lt;P&gt;Great job so far! Normally removing the words would be as easy as just saying Replace([Serial_Number],"Serial Number", "") in a formula tool and it would remove the words just leaving the numbers. The added complexity comes from the fact that you could have multiple Serial Numbers in a given column. Do you happen to know what the maximum number would be? I'm thinking that you could use a Regex tool like the attached workflow to pull them out. Depending on the maximum number of serial numbers that can exist in the column, you can increase the number of columns in the RegEx tool accordingly:&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="Serial Number Parse.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/73494i0C05B755CF1E3E17/image-size/large?v=v2&amp;amp;px=999" role="button" title="Serial Number Parse.png" alt="Serial Number Parse.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>Mon, 12 Aug 2019 17:12:40 GMT</pubDate>
    <dc:creator>BrandonB</dc:creator>
    <dc:date>2019-08-12T17:12:40Z</dc:date>
    <item>
      <title>Multiple rows with unique ID, need to pull information in one row by ID</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Multiple-rows-with-unique-ID-need-to-pull-information-in-one-row/m-p/448779#M86408</link>
      <description>&lt;P&gt;I have a file with multiple values that I need to combine on one line.&amp;nbsp; For instance, I have a unique ID on multiple rows that need to be combined into one row.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Current format&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ID&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Serial Number&lt;/TD&gt;&lt;TD&gt;Install Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;123&lt;/TD&gt;&lt;TD&gt;AB112&lt;/TD&gt;&lt;TD&gt;1/2/2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;123&lt;/TD&gt;&lt;TD&gt;AB111&lt;/TD&gt;&lt;TD&gt;6/5/2018&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Desired Format&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ID&lt;/TD&gt;&lt;TD&gt;Serial Number 1&lt;/TD&gt;&lt;TD&gt;Install Date #1&lt;/TD&gt;&lt;TD&gt;Serial Number 2&lt;/TD&gt;&lt;TD&gt;Install Date #2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;123&lt;/TD&gt;&lt;TD&gt;AB112&lt;/TD&gt;&lt;TD&gt;1/2/2019&lt;/TD&gt;&lt;TD&gt;AB111&lt;/TD&gt;&lt;TD&gt;6/5/2018&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;*Note: The original file contains more than 20 columns but I only need information from a few of the columns.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 16:12:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Multiple-rows-with-unique-ID-need-to-pull-information-in-one-row/m-p/448779#M86408</guid>
      <dc:creator>ctk</dc:creator>
      <dc:date>2019-08-07T16:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple rows with unique ID, need to pull information in one row by ID</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Multiple-rows-with-unique-ID-need-to-pull-information-in-one-row/m-p/448786#M86411</link>
      <description>&lt;P&gt;Example solution attached&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="Example Solution picture.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/72906i7D9054F21EA3F76C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Example Solution picture.png" alt="Example Solution picture.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 16:25:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Multiple-rows-with-unique-ID-need-to-pull-information-in-one-row/m-p/448786#M86411</guid>
      <dc:creator>BrandonB</dc:creator>
      <dc:date>2019-08-07T16:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple rows with unique ID, need to pull information in one row by ID</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Multiple-rows-with-unique-ID-need-to-pull-information-in-one-row/m-p/448794#M86417</link>
      <description>&lt;P&gt;Thanks!&amp;nbsp; I'm just getting caught up at the formula.&amp;nbsp; For example, I've input&amp;nbsp;[Name]+"Serial Number"+ToString([RecordID]) and get the error The field "" is not contained in the record (Expression #1)&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 16:40:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Multiple-rows-with-unique-ID-need-to-pull-information-in-one-row/m-p/448794#M86417</guid>
      <dc:creator>ctk</dc:creator>
      <dc:date>2019-08-07T16:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple rows with unique ID, need to pull information in one row by ID</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Multiple-rows-with-unique-ID-need-to-pull-information-in-one-row/m-p/448800#M86423</link>
      <description>&lt;P&gt;Don't forget to choose what column you are creating or updating in the formula tool. Click the "Select Column" dropdown and either pick the column to update or add column and create a new one.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 16:51:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Multiple-rows-with-unique-ID-need-to-pull-information-in-one-row/m-p/448800#M86423</guid>
      <dc:creator>BrandonB</dc:creator>
      <dc:date>2019-08-07T16:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple rows with unique ID, need to pull information in one row by ID</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Multiple-rows-with-unique-ID-need-to-pull-information-in-one-row/m-p/448821#M86433</link>
      <description>&lt;P&gt;I'm getting close.&amp;nbsp; How do I get the serial number, install date, etc. to display the actual number and date without the word "Serial Number" and "Capital Install Date" beside the number?&amp;nbsp; If there are multiple serial numbers and install dates, how do I get them to display in different columns?&amp;nbsp; Thanks so much for your help!&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="clipboard_image_0.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/72911i934CA7595D9251B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 17:22:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Multiple-rows-with-unique-ID-need-to-pull-information-in-one-row/m-p/448821#M86433</guid>
      <dc:creator>ctk</dc:creator>
      <dc:date>2019-08-07T17:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple rows with unique ID, need to pull information in one row by ID</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Multiple-rows-with-unique-ID-need-to-pull-information-in-one-row/m-p/450565#M87009</link>
      <description>&lt;P&gt;Great job so far! Normally removing the words would be as easy as just saying Replace([Serial_Number],"Serial Number", "") in a formula tool and it would remove the words just leaving the numbers. The added complexity comes from the fact that you could have multiple Serial Numbers in a given column. Do you happen to know what the maximum number would be? I'm thinking that you could use a Regex tool like the attached workflow to pull them out. Depending on the maximum number of serial numbers that can exist in the column, you can increase the number of columns in the RegEx tool accordingly:&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="Serial Number Parse.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/73494i0C05B755CF1E3E17/image-size/large?v=v2&amp;amp;px=999" role="button" title="Serial Number Parse.png" alt="Serial Number Parse.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>Mon, 12 Aug 2019 17:12:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Multiple-rows-with-unique-ID-need-to-pull-information-in-one-row/m-p/450565#M87009</guid>
      <dc:creator>BrandonB</dc:creator>
      <dc:date>2019-08-12T17:12:40Z</dc:date>
    </item>
  </channel>
</rss>

