<?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 #3: Running Averages in Weekly Challenges</title>
    <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/75775#M1544</link>
    <description>&lt;P&gt;I was putting this one off for a while... Great challenged. &amp;nbsp;Solution attached.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2019 23:33:20 GMT</pubDate>
    <dc:creator>nick_ceneviva</dc:creator>
    <dc:date>2019-09-27T23:33:20Z</dc:date>
    <item>
      <title>Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/36814#M1015</link>
      <description>&lt;P&gt;We hope you enjoyed &lt;A href="https://community.alteryx.com/t5/Weekly-Challenge/Alteryx-Weekly-Exercise-Week-2-DataPrep-Delimiters-Beginner/m-p/36622#U36622" target="_blank" rel="noopener"&gt;last week's challenge&lt;/A&gt;. For the third challenge, let’s look at creating 3 and 6 month running averages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The goal is to create 3 and 6 month running averages for the values contained in columns: c.LK98, p.LK98, c.1K, p.1K, c.NLP3, and p.NLP3. Create the averages by RM Category.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt;&amp;nbsp;As of 9/20/19, the start and solution files were updated.&amp;nbsp; Your solutions may not look like those posted by Community members prior to this date.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 13:43:36 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/36814#M1015</guid>
      <dc:creator>GeneR</dc:creator>
      <dc:date>2022-09-13T13:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Weekly Exercise - Week #3 Running_Averages (Intermediate)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/8573#M1016</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is this output set correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example row 73 - 6 months averages looks corrupted (not based on HP category)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;btw excelent exercise! I really want to see original solution next week.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 16:39:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/8573#M1016</guid>
      <dc:creator>martinbosak</dc:creator>
      <dc:date>2015-11-30T16:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/44101#M1031</link>
      <description>&lt;P&gt;Thanks for your week's challenge, but there are some points I have to criticize in your solution:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;1. There is a misstake for example on row 139-140/r3mo_d_CAGI there is set a row of "Null" which should be valid data.&lt;BR /&gt;The mainproblem is that "Null + x" always returns "Null" as result.&lt;BR /&gt;So Null fields have to be replaced with 0 and then reset back to "Null".&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This problem occurs in the whole datasheet.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;2. In the solution there are a lot of rows set to 0 which should be "Null" for example row 213-216.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I got a solution which hopefully covers those bugs, but it is not a sizeable solution and very much code has to be writen.&lt;BR /&gt;Im gonna attach the solution, if you find any misstakes or got a easyer way to solve it, please tell me.&lt;BR /&gt;&lt;BR /&gt;I hope for a sizeable solution, from alteryx, because without I doubt to use it in terms of bussines.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:31:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/44101#M1031</guid>
      <dc:creator>Wadim</dc:creator>
      <dc:date>2019-09-27T23:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/44269#M1018</link>
      <description>&lt;P&gt;Ok, I little bit of brute force but I got there:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt;First, I generated a RecordID field then transposed the data by the key fields to give a single column with the value data:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 402px;"&gt;&lt;IMG src="https://pvsmt99345.i.lithium.com/t5/image/serverpage/image-id/12006iC92F19EA6F0279B5/image-size/large?v=1.0&amp;amp;px=999" alt="Transpose to group.PNG" title="Transpose to group.PNG" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I then created the calculations using the multi-row formula tool for the 3 and 6 month averages:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 216px;"&gt;&lt;IMG src="https://pvsmt99345.i.lithium.com/t5/image/serverpage/image-id/12007i905A5803A87F5C51/image-size/large?v=1.0&amp;amp;px=999" alt="Create calculations.PNG" title="Create calculations.PNG" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 377px;"&gt;&lt;IMG src="https://pvsmt99345.i.lithium.com/t5/image/serverpage/image-id/12008i9113B7BA2E35A6CF/image-size/large?v=1.0&amp;amp;px=999" alt="three month expression.PNG" title="three month expression.PNG" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;The expressions were the same just scaled up for 6 months.&lt;BR /&gt;&lt;BR /&gt;Following this, I crosstabbed the data back to return it to the original layout. I did this for each of the 3 and 6 month value calculations.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 134px;"&gt;&lt;IMG src="https://pvsmt99345.i.lithium.com/t5/image/serverpage/image-id/12010i36598FEA8447E30B/image-size/large?v=1.0&amp;amp;px=999" alt="Crosstab to regroup.PNG" title="Crosstab to regroup.PNG" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;I then used the Join Multiple tool to join these two streams and the original data stream from the beginning of the workflow, and then renamed accordingly:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 204px;"&gt;&lt;IMG src="https://pvsmt99345.i.lithium.com/t5/image/serverpage/image-id/12012i5B8D44FF88DA9FE1/image-size/large?v=1.0&amp;amp;px=999" alt="Join to main body.PNG" title="Join to main body.PNG" /&gt;&lt;/SPAN&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;First, I generated a RecordID field then transposed the data by the key fields to give a single column with the value data:I then created the calculations using the multi-row formula tool for the 3 and 6 month averages:The expressions were the same just scaled up for 6 months.Following this, I crosstabbed the data back to return it to the original layout. I did this for each of the 3 and 6 month value calculations.&amp;nbsp;I then used the Join Multiple tool to join these two streams and the original data stream from the beginning of the workflow, and then renamed accordingly:&lt;/NOSCRIPT&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:31:52 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/44269#M1018</guid>
      <dc:creator>mceleavey</dc:creator>
      <dc:date>2019-09-27T23:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/48742#M1019</link>
      <description>&lt;P&gt;Hi&amp;nbsp;all,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;A lot of similarities&amp;nbsp;in my solution&amp;nbsp;compared to the provided solution - main differences are:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;Using the "Average" function with closest value gives the wrong answer&amp;nbsp;for&amp;nbsp;the second&amp;nbsp;month of every product&amp;nbsp;for the&amp;nbsp;3month; and for&amp;nbsp;rows 2,3,4,5 for the 6 month&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Only accurate way to do this is to do a multi-row formula&amp;nbsp;to do a row-count; and a multi-row formula to do a sum; and then a formula on each row to work out the&amp;nbsp;average (sum/count)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;- I used a formula to rename fields rather than dynamic rename - but&amp;nbsp;I prefer the dynamic rename&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Example of the difference:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Average&amp;nbsp;function using multi-row with "Closest value" set to deal with missing rows&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Row 1: 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;3 month average is 1&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Row 2: 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; - correct 3 month average is 1.5 but the "closest value" method gives (1+2+2)/3 instead of (1+2)/2&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:31:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/48742#M1019</guid>
      <dc:creator>SeanAdams</dc:creator>
      <dc:date>2019-09-27T23:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/52683#M1020</link>
      <description>&lt;P&gt;Looks like the sample output has at least 1 truncated column name.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Mark&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/52683#M1020</guid>
      <dc:creator>MarqueeCrew</dc:creator>
      <dc:date>2019-09-27T23:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/53197#M1021</link>
      <description>&lt;P&gt;My solution.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt;Feels like a lot of cross-tabbing... but it worked, and it felt fairly organized/methodical, so I left it.&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;IMG src="https://pvsmt99345.i.lithium.com/t5/image/serverpage/image-id/14731i9849E86207DAD973/image-size/large?v=1.0&amp;amp;px=999" alt="WeeklyChallenge3.JPG" title="WeeklyChallenge3.JPG" /&gt;&lt;/SPAN&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;Feels like a lot of cross-tabbing... but it worked, and it felt fairly organized/methodical, so I left it.&lt;/NOSCRIPT&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/53197#M1021</guid>
      <dc:creator>NicoleJohnson</dc:creator>
      <dc:date>2019-09-27T23:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/55371#M1022</link>
      <description>&lt;P&gt;Challenge #3 complete!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;IMG src="https://pvsmt99345.i.lithium.com/t5/image/serverpage/image-id/15501i879FA99D77CFAAF3/image-size/large?v=1.0&amp;amp;px=999" alt="challenge3.jpg" title="challenge3.jpg" /&gt;&lt;/SPAN&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;&lt;/NOSCRIPT&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:20 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/55371#M1022</guid>
      <dc:creator>Laurap1228</dc:creator>
      <dc:date>2019-09-27T23:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/56571#M1023</link>
      <description>&lt;P&gt;My solution is also similar to others&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/56571#M1023</guid>
      <dc:creator>Natasha</dc:creator>
      <dc:date>2019-09-27T23:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/57114#M1032</link>
      <description>&lt;P&gt;Also a similar solution to many above&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt;Spoiler
&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;IMG src="https://pvsmt99345.i.lithium.com/t5/image/serverpage/image-id/15938iE1E5F4477C0FF8D6/image-size/large?v=1.0&amp;amp;px=999" alt="image.png" title="image.png" /&gt;&lt;/SPAN&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;Spoiler
&lt;/NOSCRIPT&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:24 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/57114#M1032</guid>
      <dc:creator>estherb47</dc:creator>
      <dc:date>2019-09-27T23:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/58335#M1024</link>
      <description>&lt;P&gt;There&amp;nbsp;may still be an error in your solution file.&amp;nbsp; When I compared my solution to yours, all of my 3-month calculations tied; however, my 6-month calculations did not always tie, and the variances were always happening in months 1-5.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In researching, I found that your 6-month multi-row formula tool is &lt;U&gt;not&lt;/U&gt; grouping by HP Category and Name like the 3-month multi-row formula tool does; therefore calculating 6-monyh averages &lt;U&gt;across HP Category and Name (or Measure)&lt;/U&gt;.&amp;nbsp; When I re-ran your solution file with HP Category and Name selected in the group by section of the 6-month multi-row formula tool, I was able to tie my solution output to the re-run output.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please see my attached solution for the comparisons.&amp;nbsp; If there is something you see that I have done incorrectly, please let me know.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;!!!!Also, can someone tell me why my Alteryx attachments only open up as html while other people's attachments open up the file in Alteryx?!!!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:37 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/58335#M1024</guid>
      <dc:creator>DE0413</dc:creator>
      <dc:date>2019-09-27T23:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/58381#M1025</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/8342"&gt;@DE0413&lt;/a&gt;! I had this same issue a couple months ago, and I believe it has to do with the internet browser you are using to upload your workflows... Try using something other than Internet Explorer (I have used Firefox and Google Chrome, and both worked fine). Let us know if that does the trick! :)&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 15:59:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/58381#M1025</guid>
      <dc:creator>NicoleJohnson</dc:creator>
      <dc:date>2017-05-04T15:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/58383#M1026</link>
      <description>&lt;P&gt;Thank you Nicole--I will give that a try.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 16:01:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/58383#M1026</guid>
      <dc:creator>DE0413</dc:creator>
      <dc:date>2017-05-04T16:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/58388#M1027</link>
      <description>&lt;P&gt;When I opened the community in Google Chrome, my attachments downloaded correctly. &amp;nbsp;Thanks again Nicole!&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 16:08:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/58388#M1027</guid>
      <dc:creator>DE0413</dc:creator>
      <dc:date>2017-05-04T16:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/58899#M1028</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I created 2 Batch Macros to solve this challenge. One Macro to calculate the 3 month moving average and another to calculate the 6 month moving average.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The batch macro updates the field names within the expression of the Multi-Row tool so that all fields can be run in one tool.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I joined the two data streams by row position to produce the final output&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/58899#M1028</guid>
      <dc:creator>Phil_L57</dc:creator>
      <dc:date>2019-09-27T23:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/59361#M1029</link>
      <description>&lt;P&gt;This was a great introduction to the Multi-row formula tool&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 3.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/16625i8CF88E993EE28DD0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Weekly Challenge 3.png" alt="Weekly Challenge 3.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Wed, 10 May 2017 10:45:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/59361#M1029</guid>
      <dc:creator>LordNeilLord</dc:creator>
      <dc:date>2017-05-10T10:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/60362#M1030</link>
      <description>&lt;P&gt;I must agree that, this was a challenging one! (At least for me).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But as they say, with challenges comes opportunity, got an opportunity to learn some new concepts on running averages.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;My solution is more like others, specifically&amp;nbsp;&lt;SPAN&gt;@&lt;SPAN&gt;Laurap1228.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I tried to leverage the running average formula given in the demo for the tool "Multi Row-Formula".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;However, when I checked solution from &lt;A href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4534" target="_blank"&gt;@SeanAdams&lt;/A&gt; I was amazed to see that he correctly figured out&amp;nbsp;the running average issue. If I had to go with the real averages not matching to the solution provided, I would&amp;nbsp;without a doubt&amp;nbsp;prefer Sean's solution. I must say, great findings &lt;A href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4534" target="_blank"&gt;@SeanAdams&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Attached is my solution.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Yug&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/60362#M1030</guid>
      <dc:creator>ydmuley</dc:creator>
      <dc:date>2019-09-27T23:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/60872#M1048</link>
      <description>&lt;P&gt;Solution for Challenge # 3&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/60872#M1048</guid>
      <dc:creator>raj_k</dc:creator>
      <dc:date>2019-09-27T23:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/62792#M1157</link>
      <description>&lt;P&gt;Workflow&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 11:50:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/62792#M1157</guid>
      <dc:creator>LordNeilLord</dc:creator>
      <dc:date>2017-06-01T11:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #3: Running Averages</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/63170#M1172</link>
      <description>&lt;P&gt;Solution for #Challenge 3&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 20:24:09 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-3-Running-Averages/m-p/63170#M1172</guid>
      <dc:creator>irisTZ</dc:creator>
      <dc:date>2017-06-02T20:24:09Z</dc:date>
    </item>
  </channel>
</rss>

