<?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 #95: Draw 1000 Apples in Under 60 Seconds in Weekly Challenges</title>
    <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/190615#M7316</link>
    <description>&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Challenge #95.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/39192i78D48316D6438906/image-size/large?v=v2&amp;amp;px=999" role="button" title="Challenge #95.PNG" alt="Challenge #95.PNG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
    <pubDate>Mon, 30 Jul 2018 20:05:28 GMT</pubDate>
    <dc:creator>kat</dc:creator>
    <dc:date>2018-07-30T20:05:28Z</dc:date>
    <item>
      <title>Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/92153#M2390</link>
      <description>&lt;P&gt;Last week’s solution can be found&amp;nbsp;&lt;A href="https://community.alteryx.com/t5/Weekly-Challenge/Challenge-94-Have-we-reached-Peak-Pumpkin/td-p/91028" target="_blank" rel="noopener"&gt;here&lt;/A&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This week is Thanksgiving week in the USA and I was thinking of two ways we could take these challenges: 1) Make it super easy to match the short week or 2) Or long... long enough to give those of you balancing in-laws, distant relatives, and chaos this week a temporary escape. I hope the Weekly Challenge can be&amp;nbsp; that one work thing you really 'need to do today or my boss isn't going to be happy'.&amp;nbsp; I went for the latter. Weekly Challenge has got your back.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This week we are focused on working with data from the game of&amp;nbsp;&lt;A href="https://quickdraw.withgoogle.com/" target="_blank" rel="noopener"&gt;"Quick, Draw!"&lt;/A&gt;.&amp;nbsp;Here you can play a game where the computer asks you to draw a picture, and as you draw the picture live, the machine will guess what you are drawing based on a wealth of pictures from other users – machine learning at it’s finest!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This week we will try to take around one thousand pictures of apples from a special file type called .ndjson (new-line delimited JSON) generated from "Quick, Draw", reconstruct it into an image, and develop a heat plot of all the apples and some samples of apples that were drawn. Each record in the data set represents on drawing and contains an array of numbers that represent pixel coordinates on the canvas of the picture ranging from 0-255 for both x and y. The syntax of arrays are as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [&amp;nbsp; // First stroke&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [x0, x1, x2, x3, ...],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [y0, y1, y2, y3, ...]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [&amp;nbsp; // Second stroke&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [x0, x1, x2, x3, ...],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [y0, y1, y2, y3, ...]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ... // Additional strokes&lt;/P&gt;
&lt;P&gt;]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For additional documentation on the simplified .ndjson file, see&amp;nbsp;&lt;A href="https://github.com/googlecreativelab/quickdraw-dataset" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;The file we have provided contains 1000 apple drawings, but if you are interested in drawing 150K of them or something else entirely&amp;nbsp;check out all the full library of data&amp;nbsp;&lt;A href="https://console.cloud.google.com/storage/browser/quickdraw_dataset/full/simplified?pli=1" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;BR /&gt;As an output, try emulate the output that we made here in PDF:&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="Drawings will run onto a second page or more based on how it was sized" style="width: 621px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/24854i794DF7B4532525CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="apple_drawing_output.png" alt="Drawings will run onto a second page or more based on how it was sized" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Drawings will run onto a second page or more based on how it was sized&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;A tool from the predictive tool install was used in this solution. If you’d like to generate the visual shown in this sample PDF, please go to&amp;nbsp;&lt;A href="http://downloads.alteryx.com/predictive.html" target="_blank" rel="noopener"&gt;downloads.alteryx.com&lt;/A&gt;&amp;nbsp;and download our predictive package. If not, just try drawing all the apples with a workflow!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This week there will be no start file! Instead we have attached two things - 1) The .ndjson file from which the drawing are constructed (we are not providing a start file because connecting to the data is a big part of the challenge) and 2) the PDF of the desired output.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 05:07:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/92153#M2390</guid>
      <dc:creator>JoeM</dc:creator>
      <dc:date>2023-09-25T05:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/92303#M2393</link>
      <description>&lt;P&gt;Finally got there (or close enough for me)! I managed to get the heat map pretty quickly, the drawings took a little longer because the settings I needed were buried deep within some config settings. But compiling all of this into a report was a nightmare! A real nightmare! These reporting tools are awful, lets hope Plot.ly brings some usability to Alteryx reporting. I look forward to seeing the solution so I can see where I was going wrong.&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="Weekly Challenge 95 Output.png" style="width: 841px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/24908iF50FD0C40EDAC7D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Weekly Challenge 95 Output.png" alt="Weekly Challenge 95 Output.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Weekly Challenge 95.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/24910i3CFFCA85A590CEFF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Weekly Challenge 95.png" alt="Weekly Challenge 95.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Tue, 21 Nov 2017 12:33:17 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/92303#M2393</guid>
      <dc:creator>LordNeilLord</dc:creator>
      <dc:date>2017-11-21T12:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/92618#M2424</link>
      <description>&lt;P&gt;I found this task was both interesting and frustrating. The spatial part of the work was really interesting and intuitive. It stretched my knowledge and ability in the spatial tool set, I really enjoyed that portion. The Reporting portion of the task was just frustrating. The reporting tools are not intuitive, they not easy to use and they require far too&amp;nbsp;many individual tools&amp;nbsp;to achieve the final goal. The Visual Layout&amp;nbsp;Tool is the first step on that path and hopefully D3 will add more to the visualising capabilities but there is a long way to go.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Completed workflow" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/25008i11F56D1BE30BC745/image-size/large?v=v2&amp;amp;px=999" role="button" title="Challenge 95.jpg" alt="Completed workflow" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Completed workflow&lt;/span&gt;&lt;/span&gt;&lt;BR /&gt;Output&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Full Output Image" style="width: 706px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/25010i247325DDAD00240B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Apple Analysis.png" alt="Full Output Image" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Full Output Image&lt;/span&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Wed, 22 Nov 2017 11:31:47 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/92618#M2424</guid>
      <dc:creator>paul_houghton</dc:creator>
      <dc:date>2017-11-22T11:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/92862#M2434</link>
      <description>&lt;P&gt;The crowd-sourced drawings&amp;nbsp;are too cool,&amp;nbsp;and I thought this was an interesting&amp;nbsp;application of the heat map and spatial tools. Definitely had to play around with the reporting tools, and unfortunately everything got laggy once I&amp;nbsp;brought in the report map tool.&amp;nbsp;I couldn't get the apple drawings to appear&amp;nbsp;as unconnected polylines without adding the macro, so I'm interested to see what others come up with!&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="Output" style="width: 688px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/25109i6224251327B02EC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Picture1.png" alt="Output" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Output&lt;/span&gt;&lt;/span&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Workflow" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/25107iB6C1F1445F0C22A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="challenge_95_workflow.png" alt="Workflow" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Workflow&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 05:22:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/92862#M2434</guid>
      <dc:creator>LilianH</dc:creator>
      <dc:date>2017-11-23T05:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/93000#M2451</link>
      <description>&lt;P&gt;What a cool challenge!! Who knew Alteryx could draw?!? Very fun way to spend my Black Friday morning rather than battling the crowds at the mall...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;Was actually able to draw the apples just fine, but took me some digging to figure out how to change the line color (because apples should be red, not grey) and then get them displayed correctly in a table. I'm on the same page as others about the reporting tools... they're not my favorite. BUT this definitely helped illustrate some of the cool, outside-the-box things you can do with the reporting &amp;amp; predictive tools, if you're willing to dig in a little deeper!&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="WeeklyChallenge95.JPG" style="width: 995px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/25138iF7E27C5D999A8022/image-size/large?v=v2&amp;amp;px=999" role="button" title="WeeklyChallenge95.JPG" alt="WeeklyChallenge95.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="WeeklyChallenge95_PDF.JPG" style="width: 615px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/25139iD28AD9119A533AAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="WeeklyChallenge95_PDF.JPG" alt="WeeklyChallenge95_PDF.JPG" /&gt;&lt;/span&gt;&lt;BR /&gt;I tried it just for fun with one of the other NDJSON files too, the one for airplane drawings... pretty cool to see it work for a different drawing type as well!&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the awesome Thanksgiving week challenge,&amp;nbsp;&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;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;NJ&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 18:49:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/93000#M2451</guid>
      <dc:creator>NicoleJohnson</dc:creator>
      <dc:date>2017-11-24T18:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/93180#M2467</link>
      <description>&lt;P&gt;Fun challenge!&lt;/P&gt;&lt;LI-SPOILER&gt;I reused some lat long calculations that&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/1078"&gt;@Joe_Mako&lt;/a&gt;&amp;nbsp;came up with in a previous challenge. My heat map was flipped from the solution pdf but I decided to leave it as is. I'm going to check out the other's solutions.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 748px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/25190iFBD4C9E09793A0E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 188px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/25189i2909FF4F1C28A0FB/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 Nov 2017 14:07:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/93180#M2467</guid>
      <dc:creator>patrick_digan</dc:creator>
      <dc:date>2017-11-27T14:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/94821#M2599</link>
      <description>&lt;P&gt;Had some challenges with the mapping tool and getting the apples to render as more than blobs. Wondering if the tool just needs better documentation?&lt;BR /&gt;&lt;BR /&gt;Anyways, my solution is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 19:48:00 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/94821#M2599</guid>
      <dc:creator>estherb47</dc:creator>
      <dc:date>2017-12-05T19:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/103232#M2966</link>
      <description>&lt;P&gt;Really enjoyed this one. I don't do enough image analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the output:&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="challenge_95 - Output Snip.jpg" style="width: 712px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/26183iC6E0533C090C3020/image-size/large?v=v2&amp;amp;px=999" role="button" title="challenge_95 - Output Snip.jpg" alt="challenge_95 - Output Snip.jpg" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;And here's what the workflow looks like:&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="challenge_95 - Snip.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/26184i4C7B65FEA41F315D/image-size/large?v=v2&amp;amp;px=999" role="button" title="challenge_95 - Snip.PNG" alt="challenge_95 - Snip.PNG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Sat, 16 Dec 2017 16:00:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/103232#M2966</guid>
      <dc:creator>philipmannering</dc:creator>
      <dc:date>2017-12-16T16:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/108648#M3198</link>
      <description>&lt;P&gt;It took me quite some time to create points,&amp;nbsp;but most of my time was spent on figuring out how to zoom to the drawing. I am getting used to charting tools&amp;nbsp;more as a lot of challenges recently involved creating charts, but otherwise&amp;nbsp;I am a happy Tableau user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fun challenge overall&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-12-27 at 04.01.37.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/26653iF90016F22993B73C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-12-27 at 04.01.37.png" alt="Screen Shot 2017-12-27 at 04.01.37.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-12-27 at 12.08.01.png" style="width: 794px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/26654i56C2655D22D19E8A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-12-27 at 12.08.01.png" alt="Screen Shot 2017-12-27 at 12.08.01.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Wed, 27 Dec 2017 12:14:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/108648#M3198</guid>
      <dc:creator>Natasha</dc:creator>
      <dc:date>2017-12-27T12:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/108728#M3202</link>
      <description>&lt;P&gt;Loved it!&amp;nbsp; I kept getting a stray apple that rendered huge, so forced to 25 columns and 40 rows.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 17:35:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/108728#M3202</guid>
      <dc:creator>ggruccio</dc:creator>
      <dc:date>2017-12-27T17:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/109324#M3299</link>
      <description>&lt;P&gt;Still in the Andamans - and although I couldn't find a good apple picture, there are a lot of mangrove trees if that counts? &amp;nbsp; You can see where the Tsunami damaged a wide path in the mangroves; with younger trees that have been planted to help recovery.&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="20171227_123205_v2.jpg" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/26838iD890C83580F2E36E/image-size/large?v=v2&amp;amp;px=999" role="button" title="20171227_123205_v2.jpg" alt="20171227_123205_v2.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20171227_123237_v2.jpg" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/26837iD5451CDCB696D63B/image-size/large?v=v2&amp;amp;px=999" role="button" title="20171227_123237_v2.jpg" alt="20171227_123237_v2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Very interesting challenge - used several tools that don't get much exercise in my installation of Alteryx!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;P&gt;Most folk seem to have used the same approach to get to the heatmap (JSON parse into the predictive heatmap tool)&lt;/P&gt;&lt;P&gt;Some variety in how folks have done the apple pictures:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/2387"&gt;@patrick_digan&lt;/a&gt;&amp;nbsp;used the summarize tool for the report type -&amp;nbsp;nicely done, I'd never seen that done before, but should have been obvious!&lt;/LI&gt;&lt;LI&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/14780"&gt;@philipmannering&lt;/a&gt;, &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/13737"&gt;@LordNeilLord&lt;/a&gt;, &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3386"&gt;@paul_houghton&lt;/a&gt;; and &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3804"&gt;@JoeM&lt;/a&gt; used the layout tool to do the grouping&lt;/LI&gt;&lt;LI&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/5760"&gt;@LilianH&lt;/a&gt;; &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/6304"&gt;@estherb47&lt;/a&gt;; and &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3824"&gt;@NicoleJohnson&lt;/a&gt;did individual maps and then used a create columns tool&lt;/LI&gt;&lt;LI&gt;In a continuing theme – I went the long way round, and used an offset function to change the X and Y coordinates to allow all the shapes to be drawn in one go – but then spent ages trying to align this.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="By offsetting the X &amp;amp; Y Coords, it creates a simple grid using a single map" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/26839iD083E07D6F3A04DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2017-12-28_16-36-21.png" alt="By offsetting the X &amp;amp; Y Coords, it creates a simple grid using a single map" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;By offsetting the X &amp;amp; Y Coords, it creates a simple grid using a single map&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="The output!" style="width: 432px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/26840iB615101C81ED65F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Challenge_95_SeanOutput.png" alt="The output!" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;The output!&lt;/span&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Dec 2017 05:43:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/109324#M3299</guid>
      <dc:creator>SeanAdams</dc:creator>
      <dc:date>2017-12-30T05:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/109357#M3305</link>
      <description>&lt;P&gt;Pretty fun!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Dec 2017 01:21:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/109357#M3305</guid>
      <dc:creator>samN</dc:creator>
      <dc:date>2017-12-31T01:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/109375#M3315</link>
      <description>&lt;P&gt;I'm loving these comparison write ups&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4534"&gt;@SeanAdams&lt;/a&gt;, it must be alot of work for you...but you seem to have nothing else to do&lt;/P&gt;</description>
      <pubDate>Sun, 31 Dec 2017 12:26:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/109375#M3315</guid>
      <dc:creator>LordNeilLord</dc:creator>
      <dc:date>2017-12-31T12:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/109440#M3330</link>
      <description>&lt;P&gt;Solution attached.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jan 2018 12:31:43 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/109440#M3330</guid>
      <dc:creator>jasperlch</dc:creator>
      <dc:date>2018-01-01T12:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/121180#M3742</link>
      <description>&lt;P&gt;Challenge Completed&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jan 2018 16:39:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/121180#M3742</guid>
      <dc:creator>JosephSerpis</dc:creator>
      <dc:date>2018-01-27T16:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/154366#M4897</link>
      <description>&lt;P&gt;Here's my solution.&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_95.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/32320i1435F90CC6E8765A/image-size/large?v=v2&amp;amp;px=999" role="button" title="challenge_95.png" alt="challenge_95.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Sun, 15 Apr 2018 16:25:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/154366#M4897</guid>
      <dc:creator>jamielaird</dc:creator>
      <dc:date>2018-04-15T16:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/190615#M7316</link>
      <description>&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Challenge #95.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/39192i78D48316D6438906/image-size/large?v=v2&amp;amp;px=999" role="button" title="Challenge #95.PNG" alt="Challenge #95.PNG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 30 Jul 2018 20:05:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/190615#M7316</guid>
      <dc:creator>kat</dc:creator>
      <dc:date>2018-07-30T20:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/301615#M9098</link>
      <description>&lt;P&gt;This was seriously my toughest challenge yet!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I started of with the json parse tool, but then thought it would take me forever to figure out which X goes with which Y, so I decided to dive into the data myself armed with my trusty formula and text to columns/rows tools. From then on it was plain sailing until I had to figure out how to draw the apples on the same page (and not on top of each other!!!!) Looking back at my workflow now, I struggle to understand how so much pain can fit into so few tools!!!!!!! I really hate you Report Map Tool and layout Tool!!!! We used to be friends, but not any more...&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="challenge 95.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/42838iA7217CC6B93265C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="challenge 95.png" alt="challenge 95.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 12:56:43 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/301615#M9098</guid>
      <dc:creator>DavidP</dc:creator>
      <dc:date>2018-09-13T12:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/301617#M9099</link>
      <description>&lt;P&gt;Sorry, forgot to attache my workflow&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 12:58:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/301617#M9099</guid>
      <dc:creator>DavidP</dc:creator>
      <dc:date>2018-09-13T12:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #95: Draw 1000 Apples in Under 60 Seconds</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/310575#M10127</link>
      <description>&lt;P&gt;Cheers! That was a fun one!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 14:18:47 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-95-Draw-1000-Apples-in-Under-60-Seconds/m-p/310575#M10127</guid>
      <dc:creator>JoBen</dc:creator>
      <dc:date>2018-10-11T14:18:47Z</dc:date>
    </item>
  </channel>
</rss>

