<?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: Creating Quarterly Totals from Monthly Data in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552280#M119652</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/145942"&gt;@PiersM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would suggest you to create the quarter column as I'm showing in my example. It will be easier that using the multi-row tool, especially in those cases where you are in the middle of the quarter and&amp;nbsp; there isn't available quarter data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Fernando Vizcaino&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2020 00:56:44 GMT</pubDate>
    <dc:creator>fmvizcaino</dc:creator>
    <dc:date>2020-04-07T00:56:44Z</dc:date>
    <item>
      <title>Creating Quarterly Totals from Monthly Data</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552256#M119645</link>
      <description>&lt;P&gt;Hi -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create quarterly totals from a monthly series of data - Field 'Total (t)'. I've tried using the multi-row formula tool but if I Group by month I simply replicate my existing monthly number when entering the expression [Row-2:Total (t)] + [Row-1:Total (t)] + [Total (t)], while if I group by quarter then I remove every third month from the chronology and put it to the end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Piers&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 23:45:19 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552256#M119645</guid>
      <dc:creator>PiersM</dc:creator>
      <dc:date>2020-04-06T23:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Quarterly Totals from Monthly Data</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552263#M119647</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/145942"&gt;@PiersM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've inserted some tools before your multi-row tool in your workflow. Please take a look&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Fernando Vizcaino&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 23:59:52 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552263#M119647</guid>
      <dc:creator>fmvizcaino</dc:creator>
      <dc:date>2020-04-06T23:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Quarterly Totals from Monthly Data</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552264#M119648</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/145942"&gt;@PiersM&lt;/a&gt;, you could use a Summarize tool in your workflow and set it up to GroupBy on Quarter and sum on Total (t) column to add the values by quarter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT - just saw&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/15312"&gt;@fmvizcaino&lt;/a&gt;'s solution after I posted my note. The approach he has is what I too was suggesting.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 00:05:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552264#M119648</guid>
      <dc:creator>AbhilashR</dc:creator>
      <dc:date>2020-04-07T00:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Quarterly Totals from Monthly Data</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552268#M119649</link>
      <description>&lt;P&gt;Thanks Fernando -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could be wrong but in the Summarize tool you inserted I can now see the total for Q1 2018 as 10,732.624. This is the value for March 2018 but what I am looking for is the sum of Jan, Feb and March - so the sum of 2018-01-01 at 10,717,554, 2018-02-01 at 11,151.779 and 2018-03-01 at 10,732.624 = total of 32,601.957. And similarly the sum of April/May/Jun, Jul/Aug/Sep and Oct/Nov/Dec for both 2018 and 2019. What I am seeing in both the Summarize and Join tools that you inserted is that the rows with values for each Quarter have been taken out of chronological sequence.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Piers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 00:23:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552268#M119649</guid>
      <dc:creator>PiersM</dc:creator>
      <dc:date>2020-04-07T00:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Quarterly Totals from Monthly Data</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552272#M119650</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/145942"&gt;@PiersM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you be able to share a sample dataset of both files from your workflow? That way I can check the numbers you are saying and also to check the structure built for your quarter column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Fernando V.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 00:28:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552272#M119650</guid>
      <dc:creator>fmvizcaino</dc:creator>
      <dc:date>2020-04-07T00:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Quarterly Totals from Monthly Data</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552274#M119651</link>
      <description>&lt;P&gt;Certainly Fernando - here you go&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Piers&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 00:47:38 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552274#M119651</guid>
      <dc:creator>PiersM</dc:creator>
      <dc:date>2020-04-07T00:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Quarterly Totals from Monthly Data</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552280#M119652</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/145942"&gt;@PiersM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would suggest you to create the quarter column as I'm showing in my example. It will be easier that using the multi-row tool, especially in those cases where you are in the middle of the quarter and&amp;nbsp; there isn't available quarter data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Fernando Vizcaino&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 00:56:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552280#M119652</guid>
      <dc:creator>fmvizcaino</dc:creator>
      <dc:date>2020-04-07T00:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Quarterly Totals from Monthly Data</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552285#M119654</link>
      <description>&lt;P&gt;Great - thanks Fernando -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So instead of using multi row formula, which tool should I use?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Piers&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 01:49:30 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552285#M119654</guid>
      <dc:creator>PiersM</dc:creator>
      <dc:date>2020-04-07T01:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Quarterly Totals from Monthly Data</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552288#M119655</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/145942"&gt;@PiersM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now we can use that idea with the summarize + join tool.&lt;/P&gt;&lt;P&gt;See if this is the result you are looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;FErnando Vizcaino&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 01:56:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552288#M119655</guid>
      <dc:creator>fmvizcaino</dc:creator>
      <dc:date>2020-04-07T01:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Quarterly Totals from Monthly Data</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552293#M119657</link>
      <description>&lt;P&gt;Thanks Fernando -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You've helped me create a workflow so that now I can analyse my data between monthly and quarterly periods as well as being able to choose which data sources and categories of data to bring into the analysis .... this is so cool!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Really appreciate your help,&lt;/P&gt;&lt;P&gt;Piers&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 02:56:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Creating-Quarterly-Totals-from-Monthly-Data/m-p/552293#M119657</guid>
      <dc:creator>PiersM</dc:creator>
      <dc:date>2020-04-07T02:56:56Z</dc:date>
    </item>
  </channel>
</rss>

