<?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: Keep the value only of first row per each unique name in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Keep-the-value-only-of-first-row-per-each-unique-name/m-p/959099#M236304</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/344891"&gt;@Slawson5&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's 3 ways:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Multi-row: Use an if statement to check if the name is equal to the previous row's name&lt;/LI&gt;&lt;LI&gt;Sample: Take the first row for each Name, then join back to the dataset&lt;/LI&gt;&lt;LI&gt;Summarize: Take the first row for each Name, then join back to the dataset&lt;/LI&gt;&lt;/OL&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="Luke_C_0-1656251256585.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/242271iA0146A2C39E6E86D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luke_C_0-1656251256585.png" alt="Luke_C_0-1656251256585.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 26 Jun 2022 13:48:29 GMT</pubDate>
    <dc:creator>Luke_C</dc:creator>
    <dc:date>2022-06-26T13:48:29Z</dc:date>
    <item>
      <title>Keep the value only of first row per each unique name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Keep-the-value-only-of-first-row-per-each-unique-name/m-p/959094#M236303</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to duplicate the first value down per each unique name.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my current data -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Category&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sarah&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Live&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sarah&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Not Live&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sarah&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sarah&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I would like the output to be -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Category&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sarah&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Live&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sarah&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Live&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sarah&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Live&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sarah&lt;/TD&gt;&lt;TD&gt;Live&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying multi row formula but can't quite get there (I'm new to this!) so would appreciate the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jun 2022 13:18:16 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Keep-the-value-only-of-first-row-per-each-unique-name/m-p/959094#M236303</guid>
      <dc:creator>Slawson5</dc:creator>
      <dc:date>2022-06-26T13:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Keep the value only of first row per each unique name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Keep-the-value-only-of-first-row-per-each-unique-name/m-p/959099#M236304</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/344891"&gt;@Slawson5&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's 3 ways:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Multi-row: Use an if statement to check if the name is equal to the previous row's name&lt;/LI&gt;&lt;LI&gt;Sample: Take the first row for each Name, then join back to the dataset&lt;/LI&gt;&lt;LI&gt;Summarize: Take the first row for each Name, then join back to the dataset&lt;/LI&gt;&lt;/OL&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="Luke_C_0-1656251256585.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/242271iA0146A2C39E6E86D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Luke_C_0-1656251256585.png" alt="Luke_C_0-1656251256585.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jun 2022 13:48:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Keep-the-value-only-of-first-row-per-each-unique-name/m-p/959099#M236304</guid>
      <dc:creator>Luke_C</dc:creator>
      <dc:date>2022-06-26T13:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Keep the value only of first row per each unique name</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Keep-the-value-only-of-first-row-per-each-unique-name/m-p/963435#M237609</link>
      <description>&lt;P&gt;That’s great - just what I needed. Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 09:12:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Keep-the-value-only-of-first-row-per-each-unique-name/m-p/963435#M237609</guid>
      <dc:creator>Slawson5</dc:creator>
      <dc:date>2022-07-05T09:12:06Z</dc:date>
    </item>
  </channel>
</rss>

