<?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: Union columns within same table and create a new field for each column value in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785504#M191523</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/126062"&gt;@Jevish&lt;/a&gt;&amp;nbsp;- I am glad to know it helped you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This formula was just a quick way to define columns/rows for Cross Tab (9). You have 5 columns in your data set:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Amount&lt;/LI&gt;&lt;LI&gt;Date&lt;/LI&gt;&lt;LI&gt;Comment&lt;/LI&gt;&lt;LI&gt;Check&lt;/LI&gt;&lt;LI&gt;Change&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Try to deselect the "New" column in&amp;nbsp;Cross Tab (9) and see what will happen.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jul 2021 03:53:42 GMT</pubDate>
    <dc:creator>ArtApa</dc:creator>
    <dc:date>2021-07-13T03:53:42Z</dc:date>
    <item>
      <title>Union columns within same table and create a new field for each column value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/784918#M191365</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am stuck with a problem. Need help with union multiple columns within a same table and then create a new column which will show which column name of the union data. I tried transpose, arrange and union tool but am not getting the results. I have attached the sample raw data and expected output data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help out !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see in the attachment raw input data tab , I need to union the first amount, second amount , third amount, fourth amount and fifth amount into one column and then create another column which will tell which amount corresponds to which column. I need to repeat it for all the remaining columns which have same data (highlighted in the different colors).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the attached file with expected output. Please advise or suggest a way to do this in Alteryx.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 13:42:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/784918#M191365</guid>
      <dc:creator>Jevish</dc:creator>
      <dc:date>2021-07-12T13:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Union columns within same table and create a new field for each column value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/784930#M191366</link>
      <description>&lt;P&gt;Iam able to do for one column using arrange tool but i have more than 20 columns with same repeating info 5 times..Is there any other efficient way to do this ?&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="Jes_0-1626060164217.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/192926i46D6FA51D4307F63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jes_0-1626060164217.png" alt="Jes_0-1626060164217.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 03:30:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/784930#M191366</guid>
      <dc:creator>Jevish</dc:creator>
      <dc:date>2021-07-12T03:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Union columns within same table and create a new field for each column value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/784931#M191367</link>
      <description>&lt;P&gt;Have you tried to make a iterative macro?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 03:33:53 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/784931#M191367</guid>
      <dc:creator>dougperez</dc:creator>
      <dc:date>2021-07-12T03:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Union columns within same table and create a new field for each column value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/784932#M191368</link>
      <description>&lt;P&gt;No i have't used macro. Can it be done using macros? plz provide some more details so that i can try it out. thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 03:36:41 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/784932#M191368</guid>
      <dc:creator>Jevish</dc:creator>
      <dc:date>2021-07-12T03:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Union columns within same table and create a new field for each column value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/784933#M191369</link>
      <description>&lt;P&gt;Send me this second workflow please&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 03:39:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/784933#M191369</guid>
      <dc:creator>dougperez</dc:creator>
      <dc:date>2021-07-12T03:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Union columns within same table and create a new field for each column value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/784936#M191370</link>
      <description>&lt;P&gt;here is it ..thank you so much for helping out !&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 03:55:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/784936#M191370</guid>
      <dc:creator>Jevish</dc:creator>
      <dc:date>2021-07-12T03:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Union columns within same table and create a new field for each column value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785112#M191425</link>
      <description>&lt;P&gt;still waiting for a solution on this. Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 14:14:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785112#M191425</guid>
      <dc:creator>Jevish</dc:creator>
      <dc:date>2021-07-12T14:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Union columns within same table and create a new field for each column value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785115#M191426</link>
      <description>&lt;P&gt;Hello Jes! I was sleeping hahahaha&lt;BR /&gt;I think that the best solution is to do the arrange tool 5 times then join then by the keys...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 14:19:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785115#M191426</guid>
      <dc:creator>dougperez</dc:creator>
      <dc:date>2021-07-12T14:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Union columns within same table and create a new field for each column value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785121#M191428</link>
      <description>&lt;P&gt;problem is that in my raw data i have 30 more columns. Have to repeat it 30 times &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found another way, will see if it works or not. Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 14:21:47 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785121#M191428</guid>
      <dc:creator>Jevish</dc:creator>
      <dc:date>2021-07-12T14:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Union columns within same table and create a new field for each column value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785241#M191464</link>
      <description>&lt;P&gt;If it works, share with me!&lt;BR /&gt;At night (I live in Brasil) I will try again...&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 16:39:24 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785241#M191464</guid>
      <dc:creator>dougperez</dc:creator>
      <dc:date>2021-07-12T16:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Union columns within same table and create a new field for each column value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785454#M191511</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/126062"&gt;@Jevish&lt;/a&gt;&amp;nbsp;- I did it dynamic for you. It will work for as many columns as your file will have. Cheers:&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="ArtApa_0-1626130031510.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/193116i3742F23230E41727/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArtApa_0-1626130031510.png" alt="ArtApa_0-1626130031510.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 22:47:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785454#M191511</guid>
      <dc:creator>ArtApa</dc:creator>
      <dc:date>2021-07-12T22:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Union columns within same table and create a new field for each column value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785484#M191515</link>
      <description>&lt;P&gt;Thank you so much ! I was struggling and had to manually create these columns and then union them.. Your trick saved me so much time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate it so much !!Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 02:03:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785484#M191515</guid>
      <dc:creator>Jevish</dc:creator>
      <dc:date>2021-07-13T02:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Union columns within same table and create a new field for each column value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785487#M191516</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/134758"&gt;@ArtApa&lt;/a&gt;&amp;nbsp;I understood your work flow expect the formula you used -&amp;nbsp;FLOOR(([ID]-1)/5) .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just wondering why you did this ? If you can help me learn.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 02:12:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785487#M191516</guid>
      <dc:creator>Jevish</dc:creator>
      <dc:date>2021-07-13T02:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Union columns within same table and create a new field for each column value</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785504#M191523</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/126062"&gt;@Jevish&lt;/a&gt;&amp;nbsp;- I am glad to know it helped you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This formula was just a quick way to define columns/rows for Cross Tab (9). You have 5 columns in your data set:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Amount&lt;/LI&gt;&lt;LI&gt;Date&lt;/LI&gt;&lt;LI&gt;Comment&lt;/LI&gt;&lt;LI&gt;Check&lt;/LI&gt;&lt;LI&gt;Change&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Try to deselect the "New" column in&amp;nbsp;Cross Tab (9) and see what will happen.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 03:53:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Union-columns-within-same-table-and-create-a-new-field-for-each/m-p/785504#M191523</guid>
      <dc:creator>ArtApa</dc:creator>
      <dc:date>2021-07-13T03:53:42Z</dc:date>
    </item>
  </channel>
</rss>

