<?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: Copying Data to Blank Rows in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406122#M348751</link>
    <description>&lt;P&gt;Yes, here is the expected output. Address carried over to Number 2's missing Addresses based on largest Number 3 with an Address. There are no duplicates in the original data.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Aug 2025 16:24:41 GMT</pubDate>
    <dc:creator>NBPSE</dc:creator>
    <dc:date>2025-08-04T16:24:41Z</dc:date>
    <item>
      <title>Copying Data to Blank Rows</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406098#M348738</link>
      <description>&lt;P&gt;I have an instance where there is missing data in some of my rows. In the attached example, I need the Number 2 Column Puppy and Cat rows that do not have an address to find the highest Number 3 number row that has address data and copy the Address, City and Zip code column data to the rows that do not have an address. The blank Puppy row would use the 4321 Address, and the Cat blank row would use the 543 Address.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 14:21:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406098#M348738</guid>
      <dc:creator>NBPSE</dc:creator>
      <dc:date>2025-08-04T14:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Data to Blank Rows</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406105#M348741</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/335206"&gt;@NBPSE&lt;/a&gt;&amp;nbsp;can you provide the expected output?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 14:53:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406105#M348741</guid>
      <dc:creator>binu_acs</dc:creator>
      <dc:date>2025-08-04T14:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Data to Blank Rows</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406107#M348742</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/335206"&gt;@NBPSE&lt;/a&gt;&amp;nbsp;Based on your description, I believe this is what you are looking for. I found the address of the max number 3 column grouped on the required columns and then joined it back to the data to append the address information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bacon&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="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/408619i3F1AB47D7865EBF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 14:53:57 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406107#M348742</guid>
      <dc:creator>abacon</dc:creator>
      <dc:date>2025-08-04T14:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Data to Blank Rows</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406110#M348744</link>
      <description>&lt;P&gt;First, we will find the max Number 3 for each description.&lt;/P&gt;&lt;P&gt;Second, we find the address for the result for First step.&lt;/P&gt;&lt;P&gt;Once we have the address for all the groups with Max Number 3, lets join for the Description where there is no address.&lt;/P&gt;&lt;P&gt;Then get all the data back together, sort it for record ID which I added in beginning for the same reason.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is the workflow for the same.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 14:57:00 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406110#M348744</guid>
      <dc:creator>Gaurav_Dhama_</dc:creator>
      <dc:date>2025-08-04T14:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Data to Blank Rows</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406117#M348748</link>
      <description>&lt;P&gt;Unfortunately neither of these solutions are working. The first is duplicating rows, and the second seems to be pulling in data rows twice and therefore doubling the total output.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 15:44:19 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406117#M348748</guid>
      <dc:creator>NBPSE</dc:creator>
      <dc:date>2025-08-04T15:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Data to Blank Rows</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406118#M348749</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/335206"&gt;@NBPSE&lt;/a&gt;&amp;nbsp;Please post the desired output, based on your description it is very difficult to know what you are looking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bacon&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 15:48:00 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406118#M348749</guid>
      <dc:creator>abacon</dc:creator>
      <dc:date>2025-08-04T15:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Data to Blank Rows</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406120#M348750</link>
      <description>&lt;P&gt;Is the duplication happening with your original data? Because if that is the case then there might be something that is missing in the sample inputs, can you add the condition where you are getting duplicates.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 16:10:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406120#M348750</guid>
      <dc:creator>Gaurav_Dhama_</dc:creator>
      <dc:date>2025-08-04T16:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Data to Blank Rows</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406122#M348751</link>
      <description>&lt;P&gt;Yes, here is the expected output. Address carried over to Number 2's missing Addresses based on largest Number 3 with an Address. There are no duplicates in the original data.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 16:24:41 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406122#M348751</guid>
      <dc:creator>NBPSE</dc:creator>
      <dc:date>2025-08-04T16:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Copying Data to Blank Rows</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406150#M348759</link>
      <description>&lt;P&gt;Ok so in the solution that i posted, you just need to pick the right columns for values that you need to replace from blank, and remove any other unnecessary columns .&lt;/P&gt;&lt;P&gt;Check the join configuration, currently it is set for address only, you can add zip and country as well in same fashion.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 18:48:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Copying-Data-to-Blank-Rows/m-p/1406150#M348759</guid>
      <dc:creator>Gaurav_Dhama_</dc:creator>
      <dc:date>2025-08-04T18:48:10Z</dc:date>
    </item>
  </channel>
</rss>

