<?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: Merge common name in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Merge-common-name/m-p/805098#M201348</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/185587"&gt;@rojan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is dynamic solution using Fuzzy matching this should work for different common word changes.&lt;BR /&gt;&lt;BR /&gt;Workflow:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="atcodedog05_0-1629723314571.png" style="width: 498px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/199230i9A3A238B77412287/image-dimensions/498x492?v=v2" width="498" height="492" role="button" title="atcodedog05_0-1629723314571.png" alt="atcodedog05_0-1629723314571.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps : )&lt;/P&gt;</description>
    <pubDate>Mon, 23 Aug 2021 12:55:30 GMT</pubDate>
    <dc:creator>atcodedog05</dc:creator>
    <dc:date>2021-08-23T12:55:30Z</dc:date>
    <item>
      <title>Merge common name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Merge-common-name/m-p/804846#M201344</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a help to resolve below issue .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Problem&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Diversifying&lt;/TD&gt;&lt;TD&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Diversifying prospectus&lt;/TD&gt;&lt;TD&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Diversifying strategies&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to merge below input with common name and get total amount&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Desired output&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Diversifying&lt;/TD&gt;&lt;TD&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Rojan&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 22:08:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Merge-common-name/m-p/804846#M201344</guid>
      <dc:creator>rojan</dc:creator>
      <dc:date>2024-06-13T22:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Merge common name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Merge-common-name/m-p/804849#M201345</link>
      <description>&lt;P&gt;Use a Text to Column tools and select a space bar as a delimiter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and if you find this helpful mark it as accepted solution&lt;/P&gt;</description>
      <pubDate>Sun, 22 Aug 2021 18:45:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Merge-common-name/m-p/804849#M201345</guid>
      <dc:creator>AbdulBasit</dc:creator>
      <dc:date>2021-08-22T18:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Merge common name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Merge-common-name/m-p/804855#M201346</link>
      <description>&lt;P&gt;I assume you may have another row that does not contain 'diversifying' and you want to avoid that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. use the formula tool and add new column with formula contains[Name] = ''diversifying''.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Use Summarize tool to sum data. group by newly added column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 01:24:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Merge-common-name/m-p/804855#M201346</guid>
      <dc:creator>anandshingi</dc:creator>
      <dc:date>2021-08-23T01:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Merge common name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Merge-common-name/m-p/805090#M201347</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please show me the formula, I am getting error while I apply the way what you said&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rojan&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 12:42:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Merge-common-name/m-p/805090#M201347</guid>
      <dc:creator>rojan</dc:creator>
      <dc:date>2021-08-23T12:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Merge common name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Merge-common-name/m-p/805098#M201348</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/185587"&gt;@rojan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is dynamic solution using Fuzzy matching this should work for different common word changes.&lt;BR /&gt;&lt;BR /&gt;Workflow:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="atcodedog05_0-1629723314571.png" style="width: 498px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/199230i9A3A238B77412287/image-dimensions/498x492?v=v2" width="498" height="492" role="button" title="atcodedog05_0-1629723314571.png" alt="atcodedog05_0-1629723314571.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps : )&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 12:55:30 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Merge-common-name/m-p/805098#M201348</guid>
      <dc:creator>atcodedog05</dc:creator>
      <dc:date>2021-08-23T12:55:30Z</dc:date>
    </item>
  </channel>
</rss>

