<?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: How to paste values from one range into another? in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-paste-values-from-one-range-into-another/m-p/968930#M239255</link>
    <description>&lt;P&gt;Appreciate the reply; unfortunately that does not seem to work for me because I need the dates to be recognized as headers for when I use the Transpose tool; otherwise the numbers that appear in the rows below (scroll all the way to the right in the input file) will end up in the same column as the dates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will add an output example file to show what I'm trying to get Designer to do.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jul 2022 17:57:14 GMT</pubDate>
    <dc:creator>armkraftiga</dc:creator>
    <dc:date>2022-07-14T17:57:14Z</dc:date>
    <item>
      <title>How to paste values from one range into another?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-paste-values-from-one-range-into-another/m-p/968824#M239224</link>
      <description>&lt;P&gt;I have a very poorly formatted data set where date is presented as a row instead of a column:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="armkraftiga_1-1657810773100.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/245914iBF2AA217A628A2D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="armkraftiga_1-1657810773100.png" alt="armkraftiga_1-1657810773100.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, I want to cut and paste all the values from row 2 into row 1, starting with "Field_6". The data set is updated daily, so I need the range to start at column 2 but continue on indefinitely, see current end of the range:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="armkraftiga_2-1657811198011.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/245918iFCADB51BF51CBD79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="armkraftiga_2-1657811198011.png" alt="armkraftiga_2-1657811198011.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: added input sample file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT 2: added "desired output" sample file&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 18:01:43 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-paste-values-from-one-range-into-another/m-p/968824#M239224</guid>
      <dc:creator>armkraftiga</dc:creator>
      <dc:date>2022-07-14T18:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste values from one range into another?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-paste-values-from-one-range-into-another/m-p/968830#M239227</link>
      <description>&lt;P&gt;please post data set&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;dinesha&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 15:15:26 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-paste-values-from-one-range-into-another/m-p/968830#M239227</guid>
      <dc:creator>dinesha</dc:creator>
      <dc:date>2022-07-14T15:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste values from one range into another?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-paste-values-from-one-range-into-another/m-p/968885#M239245</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/350701"&gt;@armkraftiga&lt;/a&gt;&amp;nbsp;, I'm not sure I fully understand but sounds like you could accomplish this with the Select Records tool to separate out your date row from the rest of your data. Then you could use a Union to re-append the data in whatever manner you wish (choose option 'Manually Configure Fields' if you need to position the data in a specific way)&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 16:42:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-paste-values-from-one-range-into-another/m-p/968885#M239245</guid>
      <dc:creator>michelle_mathews</dc:creator>
      <dc:date>2022-07-14T16:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste values from one range into another?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-paste-values-from-one-range-into-another/m-p/968930#M239255</link>
      <description>&lt;P&gt;Appreciate the reply; unfortunately that does not seem to work for me because I need the dates to be recognized as headers for when I use the Transpose tool; otherwise the numbers that appear in the rows below (scroll all the way to the right in the input file) will end up in the same column as the dates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will add an output example file to show what I'm trying to get Designer to do.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 17:57:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-paste-values-from-one-range-into-another/m-p/968930#M239255</guid>
      <dc:creator>armkraftiga</dc:creator>
      <dc:date>2022-07-14T17:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to paste values from one range into another?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-paste-values-from-one-range-into-another/m-p/969233#M239328</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/350701"&gt;@armkraftiga&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attached one way to achieve this easily.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Emmanuel_G_0-1657881658803.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/246063i421B7B979E6E24E6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Emmanuel_G_0-1657881658803.png" alt="Emmanuel_G_0-1657881658803.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 10:41:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-paste-values-from-one-range-into-another/m-p/969233#M239328</guid>
      <dc:creator>Emmanuel_G</dc:creator>
      <dc:date>2022-07-15T10:41:07Z</dc:date>
    </item>
  </channel>
</rss>

