<?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: Challenge #63: Data Preperation Using Pivot Tools in Weekly Challenges</title>
    <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51863#M550</link>
    <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3824"&gt;@NicoleJohnson&lt;/a&gt;Nice auditing work!&amp;nbsp; I checked my results against the answer, but did not check the answer itself.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2017 15:14:39 GMT</pubDate>
    <dc:creator>alex</dc:creator>
    <dc:date>2017-03-28T15:14:39Z</dc:date>
    <item>
      <title>Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51613#M534</link>
      <description>&lt;P&gt;The solution to last week's challenge can be found &lt;A href="https://community.alteryx.com/t5/Weekly-Challenge/Challenge-62-Find-the-Duplicate-Clicks/m-p/50755" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have even been shy about getting to know the crosstab/pivot tools, this challenge will serve as an excellent guide to becoming better acquainted with the tools.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An organization receives an input file like this every month or so. &amp;nbsp;Additional columns are added to the file each time, representing data for more weeks. &amp;nbsp;They need a workflow that will pivot the data so that each week end date is included on a row for each DMA number in column 1. &amp;nbsp;The workflow needs to allow for the fact that additional columns will be included in later months.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 19:10:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51613#M534</guid>
      <dc:creator>JoeM</dc:creator>
      <dc:date>2022-09-13T19:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51631#M538</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3804"&gt;@JoeM&lt;/a&gt;&amp;nbsp;I look forward to someone else providing a much slicker solution. My methods are not fancy, but they do work. I made use of a generic macro I use, so I've included it in my yxzp file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;I first selected the relevant rows of data with a select records tool. I "Excel Transposed" the data which is a simple macro I created a while back to carefully transpose and then crosstab the data to match excel's paste special transpose option. I used a formula tool to get the dates formatted, a multi-row formula tool to fill in missing dates, and a formula tool to get the column heading for the total row. I then used a transpose crosstab combo to re-orient the data back.&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 80px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/14218i3939A75B32E4DA5C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 27 Mar 2017 16:01:52 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51631#M538</guid>
      <dc:creator>patrick_digan</dc:creator>
      <dc:date>2017-03-27T16:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51662#M542</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/2387"&gt;@patrick_digan&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Slick? &amp;nbsp;I think not. &amp;nbsp;I did take a different tact than you did. &amp;nbsp;I don't use the select records tool often (and I still didn't), so thanks for the reminder. &amp;nbsp;I ran into several bumps in the road:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;The last column only has data for Inside Sales (Outside &amp;amp; Total Sales columns are not present)&lt;/LI&gt;
&lt;LI&gt;The general unhappiness of spaces &amp;amp; special characters when using the crosstab tool.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;My approach was more lengthy than yours was. &amp;nbsp;I didn't run yours, but I did test my output against&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3804"&gt;@JoeM&lt;/a&gt;'s output where I got identical results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When working with clients and prospects I often get Excel "Reports" that need to be converted to DATA before real analytics can be executed. &amp;nbsp;This often is time consuming. &amp;nbsp;This challenge was work for me. &amp;nbsp;I beat it into submission.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 17:56:37 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51662#M542</guid>
      <dc:creator>MarqueeCrew</dc:creator>
      <dc:date>2017-03-27T17:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51678#M543</link>
      <description>&lt;P&gt;I didn't provide much documentation on this one, but it should be fairly easy to follow if you download the workflow.&amp;nbsp; I tested it by adding a new column and amounts to make sure it would handle new columns.&amp;nbsp; Worked as expected. &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/2387"&gt;@patrick_digan&lt;/a&gt; - I'll have to check out your macro when I have time.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="63-2.JPG" style="width: 5px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/14228i7B1293F047118E00/image-dimensions/5x3?v=v2" width="5" height="3" role="button" title="63-2.JPG" alt="63-2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="63-2.JPG" style="width: 998px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/14228i7B1293F047118E00/image-size/large?v=v2&amp;amp;px=999" role="button" title="63-2.JPG" alt="63-2.JPG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 27 Mar 2017 19:06:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51678#M543</guid>
      <dc:creator>alex</dc:creator>
      <dc:date>2017-03-27T19:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51685#M544</link>
      <description>&lt;P&gt;For extra credit I'll post my first attempt at this solution with no documentation.&amp;nbsp; In this version I kept the input file that I added an additional column to.&amp;nbsp; Still works and slightly faster than my previous posted solution.&amp;nbsp; Why does cross tab tool add underscores to column headings?&amp;nbsp; Thanks for the challenging exercise &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3804"&gt;@JoeM&lt;/a&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="63-A.JPG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/14231i4BC09E642FCA85F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="63-A.JPG" alt="63-A.JPG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 27 Mar 2017 19:22:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51685#M544</guid>
      <dc:creator>alex</dc:creator>
      <dc:date>2017-03-27T19:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51699#M545</link>
      <description>&lt;P&gt;My solution is definitely not concise but I got to the required output. Looking forward to inspect&amp;nbsp;other's neat solutions :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-03-27 at 20.37.00.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/14238iB8512648313BFFC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-03-27 at 20.37.00.png" alt="Screen Shot 2017-03-27 at 20.37.00.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 27 Mar 2017 19:42:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51699#M545</guid>
      <dc:creator>Natasha</dc:creator>
      <dc:date>2017-03-27T19:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51856#M549</link>
      <description>&lt;P&gt;Solution attached. Most similar to one of Alex's solutions, I believe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I think I&amp;nbsp;also uncovered an issue with the output results as posted in the original workflow&amp;nbsp;- in the case where there was not both an Inside &amp;amp; Outside sales column, therefore no Total Sales column for that week (in this example, week 2016-04-24), then the Total amount for that week was showing as zero in the posted output results, despite there being an amount for Inside sales. So I added a formula at the end to check to see if Inside POS + Outside POS = Total POS... if it didn't, then I replaced the Total POS value with Inside POS + Outside POS. Which is also a good check in case someone posted the wrong value in Total POS to begin with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps! :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WeeklyChallenge63.JPG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/14285iE85BADEEA0726975/image-size/large?v=v2&amp;amp;px=999" role="button" title="WeeklyChallenge63.JPG" alt="WeeklyChallenge63.JPG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 16:59:52 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51856#M549</guid>
      <dc:creator>NicoleJohnson</dc:creator>
      <dc:date>2017-03-28T16:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51863#M550</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3824"&gt;@NicoleJohnson&lt;/a&gt;Nice auditing work!&amp;nbsp; I checked my results against the answer, but did not check the answer itself.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 15:14:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51863#M550</guid>
      <dc:creator>alex</dc:creator>
      <dc:date>2017-03-28T15:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51885#M551</link>
      <description>&lt;P&gt;Hi Nicole can you please repost your alteryx solution? The link points to some XML file. Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 16:09:09 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51885#M551</guid>
      <dc:creator>pvara</dc:creator>
      <dc:date>2017-03-28T16:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51893#M552</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/1133"&gt;@pvara&lt;/a&gt;, I had no&amp;nbsp;issues downloading. Is your machine's default program from XML notepad or a similar program? Does the downloaded file show as .yxmd?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 16:32:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51893#M552</guid>
      <dc:creator>JoeM</dc:creator>
      <dc:date>2017-03-28T16:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preparation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51896#M553</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3804"&gt;@JoeM&lt;/a&gt; the link does show &lt;A href="https://community.alteryx.com/pvsmt99345/attachments/pvsmt99345/weeklychallenge/549/1/challenge_63_Results(NicoleJohnson).yxmd)" target="_blank"&gt;https://community.alteryx.com/pvsmt99345/attachments/pvsmt99345/weeklychallenge/549/1/challenge_63_Results(NicoleJohnson).yxmd)&amp;nbsp;&lt;/A&gt; However, the when clicking on it I see XML Code. I am using i.e 11. I will try it with another browser.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Pete&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;FONT size="1"&gt;&amp;lt;?&lt;/FONT&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;FONT size="1"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 17:37:33 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51896#M553</guid>
      <dc:creator>pvara</dc:creator>
      <dc:date>2017-04-12T17:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51899#M554</link>
      <description>&lt;P&gt;Quick update the link works with Chrome, not with IE, or Safari...&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 16:57:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51899#M554</guid>
      <dc:creator>pvara</dc:creator>
      <dc:date>2017-03-28T16:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51900#M555</link>
      <description>&lt;P&gt;I added the file initially using IE11... just re-added it using Firefox, and the link appears to work correctly now opening from any browser... so I guess in the future, I will NOT be using IE11 to add files! Who knew?? :)&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 17:03:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51900#M555</guid>
      <dc:creator>NicoleJohnson</dc:creator>
      <dc:date>2017-03-28T17:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51903#M557</link>
      <description>&lt;P&gt;Here's my take.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pivotsforparsing.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/14295iA09169A01AB858F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pivotsforparsing.PNG" alt="pivotsforparsing.PNG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Tue, 28 Mar 2017 17:26:36 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/51903#M557</guid>
      <dc:creator>Garrett</dc:creator>
      <dc:date>2017-03-28T17:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/52804#M615</link>
      <description>&lt;P&gt;The solution is posted. Lots of good and different ways to solve the problem this past week! Let me know what you think!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 03:05:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/52804#M615</guid>
      <dc:creator>JoeM</dc:creator>
      <dc:date>2017-04-03T03:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/54069#M677</link>
      <description>&lt;P&gt;very similar solution to &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/11484"&gt;@Natasha&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2017 08:49:57 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/54069#M677</guid>
      <dc:creator>SeanAdams</dc:creator>
      <dc:date>2017-04-08T08:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/54470#M698</link>
      <description>&lt;P&gt;One more solution.&amp;nbsp;&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="MY_Take.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/15318iC389CD28A14F4CA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="MY_Take.png" alt="MY_Take.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 13:02:17 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/54470#M698</guid>
      <dc:creator>markusyk</dc:creator>
      <dc:date>2017-04-11T13:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/58946#M924</link>
      <description>&lt;P&gt;Here's my best shot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Challenge 63" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/16497iB38358F4B631B813/image-size/large?v=v2&amp;amp;px=999" role="button" title="63_Preview.png" alt="Challenge 63" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Challenge 63&lt;/span&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 08 May 2017 17:12:00 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/58946#M924</guid>
      <dc:creator>Coxta45</dc:creator>
      <dc:date>2017-05-08T17:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/59394#M973</link>
      <description>&lt;P&gt;Chose to go a filter route to remove the extra rows at the top instead of using select records or sample. In my mind, a more dynamic approach to changing data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise, nothing very original in my solution&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 13:19:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/59394#M973</guid>
      <dc:creator>estherb47</dc:creator>
      <dc:date>2017-05-10T13:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #63: Data Preperation Using Pivot Tools</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/59954#M993</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;P&gt;If we ignore the requirement of making this data driven, and allow for a manual workflow, then this can be done in as little as two tools:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Select Records to remove all the headers&lt;BR /&gt;- Arrange manually configured to do all the reshaping&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then took on the challenge to make the Arrange tool data driven for this situation, no cross tab or transpose tools, and practiced writing XML to configure the tool in a macro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, I made a workflow similar to&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/2387"&gt;@patrick_digan&lt;/a&gt;&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="c63.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/16771i7C432774D3A3C0BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="c63.png" alt="c63.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2017 21:26:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-63-Data-Preperation-Using-Pivot-Tools/m-p/59954#M993</guid>
      <dc:creator>Joe_Mako</dc:creator>
      <dc:date>2017-05-12T21:26:23Z</dc:date>
    </item>
  </channel>
</rss>

