<?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: Period over Period Differences (MoM, QoQ, and YoY) in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/383438#M24715</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/152809"&gt;@B202&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Can you explicity illustrate how this could be accomplished? My coding knowledge is&amp;nbsp;very limited.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How about if you try, I posted a basic idea, and we can help you debug or solve further issues? If you need dedicated coding support, I would suggest either technical support or a consultant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;To implement this you would work from the (sp) second step and point it at your table instead of using the sample data he created.&lt;/EM&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2017 19:06:02 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-07-27T19:06:02Z</dc:date>
    <item>
      <title>Period over Period Differences (MoM, QoQ, and YoY)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/373822#M24348</link>
      <description>&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;I am trying to figure out how to add Month over Month, Quarter over Quarter, and Year over Year calculations columns to a SAS EG data table.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;The green columns below is an example of the dataset I am working with. &amp;nbsp;We have month end balances for several products for the previous 13 months stacked on top of each other. I added a second view to provide an alternative. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;I need to figure out how to add the orange colums with a calculation. For each product ID, I want to be able to calculate the difference between the current balance and the previous month, previous quarter, and previous year. &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10189i78BD32ACC46F7C20/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Dataset.png" title="Dataset.png" /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Also inlcuded is the formula that I would use in excel. &amp;nbsp;The formula starts with the current balance, finds the balance for the specific product ID and previous month, and then takes the difference between the two values. &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10190i791154075D2FD98D/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Formula.png" title="Formula.png" /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;Let me know if you have any follow up questions regarding my issue.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 01:42:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/373822#M24348</guid>
      <dc:creator>B202</dc:creator>
      <dc:date>2017-07-07T01:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Period over Period Differences (MoM, QoQ, and YoY)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/373824#M24349</link>
      <description>&lt;P&gt;If you order your data by Product/Month you can use the LAG functions. I'm not sure how you're defining YoY and QoQ, ie summing/aggregating first or just a 3 month/12 month lag. If it is 3/12 month lag, use the respective lag3/lag12 functions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MoM -&amp;gt; Lag(variable)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to use GUI look under Tasks&amp;gt;Time Series&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 02:00:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/373824#M24349</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-07T02:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Period over Period Differences (MoM, QoQ, and YoY)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/373838#M24352</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Not sure how big your data is, but here is how you can use the Hash Object to get the Period Differences&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA have;
   length date 8 product_id 4 balance 8;
   input date :date9. product_id balance;
   format date date9.;
datalines;
30Apr2017 1 10000
30Apr2017 2 20000
31Mar2017 1 50000
31Mar2017 2 5000
28Feb2017 1 8000
28Feb2017 2 40000
31jan2017 1 30000
31jan2017 2 100000
30Apr2016 1 2000
30Apr2016 2 1000
;
RUN;

DATA want(KEEP=date product_id curr_bal MoM QoQ YoY RENAME=(curr_bal=balance));

	if (_n_=1) then
	do;
		dcl hash ho(dataset:'have');
		ho.defineKey('product_id','date');
		ho.defineData('balance');
		ho.defineDone();
	end;
	
	SET have;
	length curr_bal MoM QoQ YoY 8;
	format prev_q prev_m prev_y date9. curr_bal MoM QoQ YoY comma12.;
	
        /* Calculate Previous Periods */
	prev_m = intnx('month',date,-1,'E');
	prev_q = intnx('month',date,-3,'E');
	prev_y = intnx('year',date,-1,"sameday");
	curr_bal = balance;
	
	*put date= prev_m= prev_q= prev_y=;

        /* Search for Previous record in the Hash Object */
	rc=ho.find(key:product_id, key:prev_m);
	if (rc=0) then MoM = curr_bal - balance; else MoM = curr_bal;

	rc=ho.find(key:product_id, key:prev_q);
	if (rc=0) then QoQ = curr_bal - balance; else QoQ = curr_bal;

	rc=ho.find(key:product_id, key:prev_y);
	if (rc=0) then YoY = curr_bal - balance; else YoY = curr_bal;

RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Here is the output&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="table"&gt;&lt;CAPTION&gt;&amp;nbsp;&lt;/CAPTION&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="r header" scope="col"&gt;Obs&lt;/TH&gt;
&lt;TH class="r header" scope="col"&gt;date&lt;/TH&gt;
&lt;TH class="r header" scope="col"&gt;product_id&lt;/TH&gt;
&lt;TH class="r header" scope="col"&gt;balance&lt;/TH&gt;
&lt;TH class="r header" scope="col"&gt;MoM&lt;/TH&gt;
&lt;TH class="r header" scope="col"&gt;QoQ&lt;/TH&gt;
&lt;TH class="r header" scope="col"&gt;YoY&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;1&lt;/TH&gt;
&lt;TD class="r data"&gt;30APR2017&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;10,000&lt;/TD&gt;
&lt;TD class="r data"&gt;-40,000&lt;/TD&gt;
&lt;TD class="r data"&gt;-20,000&lt;/TD&gt;
&lt;TD class="r data"&gt;8,000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;2&lt;/TH&gt;
&lt;TD class="r data"&gt;30APR2017&lt;/TD&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;TD class="r data"&gt;20,000&lt;/TD&gt;
&lt;TD class="r data"&gt;15,000&lt;/TD&gt;
&lt;TD class="r data"&gt;-80,000&lt;/TD&gt;
&lt;TD class="r data"&gt;19,000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;3&lt;/TH&gt;
&lt;TD class="r data"&gt;31MAR2017&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;50,000&lt;/TD&gt;
&lt;TD class="r data"&gt;42,000&lt;/TD&gt;
&lt;TD class="r data"&gt;50,000&lt;/TD&gt;
&lt;TD class="r data"&gt;50,000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;4&lt;/TH&gt;
&lt;TD class="r data"&gt;31MAR2017&lt;/TD&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;TD class="r data"&gt;5,000&lt;/TD&gt;
&lt;TD class="r data"&gt;-35,000&lt;/TD&gt;
&lt;TD class="r data"&gt;5,000&lt;/TD&gt;
&lt;TD class="r data"&gt;5,000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;5&lt;/TH&gt;
&lt;TD class="r data"&gt;28FEB2017&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;8,000&lt;/TD&gt;
&lt;TD class="r data"&gt;-22,000&lt;/TD&gt;
&lt;TD class="r data"&gt;8,000&lt;/TD&gt;
&lt;TD class="r data"&gt;8,000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;6&lt;/TH&gt;
&lt;TD class="r data"&gt;28FEB2017&lt;/TD&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;TD class="r data"&gt;40,000&lt;/TD&gt;
&lt;TD class="r data"&gt;-60,000&lt;/TD&gt;
&lt;TD class="r data"&gt;40,000&lt;/TD&gt;
&lt;TD class="r data"&gt;40,000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;7&lt;/TH&gt;
&lt;TD class="r data"&gt;31JAN2017&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;30,000&lt;/TD&gt;
&lt;TD class="r data"&gt;30,000&lt;/TD&gt;
&lt;TD class="r data"&gt;30,000&lt;/TD&gt;
&lt;TD class="r data"&gt;30,000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;8&lt;/TH&gt;
&lt;TD class="r data"&gt;31JAN2017&lt;/TD&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;TD class="r data"&gt;100,000&lt;/TD&gt;
&lt;TD class="r data"&gt;100,000&lt;/TD&gt;
&lt;TD class="r data"&gt;100,000&lt;/TD&gt;
&lt;TD class="r data"&gt;100,000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;9&lt;/TH&gt;
&lt;TD class="r data"&gt;30APR2016&lt;/TD&gt;
&lt;TD class="r data"&gt;1&lt;/TD&gt;
&lt;TD class="r data"&gt;2,000&lt;/TD&gt;
&lt;TD class="r data"&gt;2,000&lt;/TD&gt;
&lt;TD class="r data"&gt;2,000&lt;/TD&gt;
&lt;TD class="r data"&gt;2,000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader" scope="row"&gt;10&lt;/TH&gt;
&lt;TD class="r data"&gt;30APR2016&lt;/TD&gt;
&lt;TD class="r data"&gt;2&lt;/TD&gt;
&lt;TD class="r data"&gt;1,000&lt;/TD&gt;
&lt;TD class="r data"&gt;1,000&lt;/TD&gt;
&lt;TD class="r data"&gt;1,000&lt;/TD&gt;
&lt;TD class="r data"&gt;1,000&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 07 Jul 2017 05:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/373838#M24352</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2017-07-07T05:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Period over Period Differences (MoM, QoQ, and YoY)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/379572#M24687</link>
      <description>&lt;P&gt;The variance columns are calculating the difference between the current month balance and depending on which column the previous month, quarter, and year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current month - Month-1&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Current month - Month-3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Current month - Month-12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 21:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/379572#M24687</guid>
      <dc:creator>B202</dc:creator>
      <dc:date>2017-07-26T21:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Period over Period Differences (MoM, QoQ, and YoY)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/379574#M24688</link>
      <description>&lt;P&gt;Can I take this approach if I am importing a table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My experience in the SAS code is limited but it seems like it may have more flexibiliy vs the GUI. I currently have a SAS EG program which imports the dataset I am using and contains 10k lines of historical data. &amp;nbsp;I can create a table with the imported table and write code to perform calculations. &amp;nbsp;I'm not sure how I can run your process given that I already have my dataset and don't need to define it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example of what I currently have:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%_eg_conditional_dropds(WORK.HistoricalData);&lt;/P&gt;&lt;P&gt;proc SQL;&lt;BR /&gt;create table RWA_Historical as&lt;BR /&gt;select t1.ID,&lt;BR /&gt;t1.Entity,&lt;BR /&gt;t1.Description,&lt;BR /&gt;t1.Period,&lt;BR /&gt;t1.Balance&lt;/P&gt;&lt;P&gt;FROM WORK.HistoricalData t1;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 21:47:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/379574#M24688</guid>
      <dc:creator>B202</dc:creator>
      <dc:date>2017-07-26T21:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Period over Period Differences (MoM, QoQ, and YoY)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/379581#M24689</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;If you order your data by Product/Month you can use the LAG functions. I'm not sure how you're defining YoY and QoQ, ie summing/aggregating first or just a 3 month/12 month lag. If it is 3/12 month lag, use the respective lag3/lag12 functions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MoM -&amp;gt; Lag(variable)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to use GUI look under Tasks&amp;gt;Time Series&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Similarly, if you order your data by product month and you have access to PROC EXPAND, then you can easily compute the differences by month, quarter or year.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 22:07:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/379581#M24689</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-07-26T22:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Period over Period Differences (MoM, QoQ, and YoY)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/379601#M24690</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/152809"&gt;@B202&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I'm not sure how I can run your process given that I already have my dataset and don't need to define it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first step defines the sample data, where&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13868"&gt;@AhmedAl_Attar&lt;/a&gt;&amp;nbsp;took the time to type it out from the picture, I wouldn't have.&lt;/P&gt;
&lt;P&gt;To implement this you would work from teh second step and point it at your table instead of using the sample data he created. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 22:51:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/379601#M24690</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-26T22:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Period over Period Differences (MoM, QoQ, and YoY)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/383431#M24714</link>
      <description>&lt;P&gt;Can you explicity illustrate how this could be accomplished? My coding knowledge is&amp;nbsp;very limited.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 18:57:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/383431#M24714</guid>
      <dc:creator>B202</dc:creator>
      <dc:date>2017-07-27T18:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Period over Period Differences (MoM, QoQ, and YoY)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/383438#M24715</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/152809"&gt;@B202&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Can you explicity illustrate how this could be accomplished? My coding knowledge is&amp;nbsp;very limited.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How about if you try, I posted a basic idea, and we can help you debug or solve further issues? If you need dedicated coding support, I would suggest either technical support or a consultant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;To implement this you would work from the (sp) second step and point it at your table instead of using the sample data he created.&lt;/EM&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 19:06:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Period-over-Period-Differences-MoM-QoQ-and-YoY/m-p/383438#M24715</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-27T19:06:02Z</dc:date>
    </item>
  </channel>
</rss>

