<?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: How do you create cumulative values in Expression Builder in Ent Guide? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-create-cumulative-values-in-Expression-Builder-in-Ent/m-p/36304#M4531</link>
    <description>Oh yeah, i forgot to mention that the above entry can be done in a "Code Step" in EG</description>
    <pubDate>Thu, 07 Aug 2008 21:34:44 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-08-07T21:34:44Z</dc:date>
    <item>
      <title>How do you create cumulative values in Expression Builder in Ent Guide?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-create-cumulative-values-in-Expression-Builder-in-Ent/m-p/36301#M4528</link>
      <description>I am struggling with trying to create a computed column that calculates the cumulative values of another column.  This does not seem like it would be a difficult task, however, there does not appear to be a function that does this.  Does anyone know of a function, or some trick in order to generate cumulative values within enterprise guide?</description>
      <pubDate>Tue, 05 Aug 2008 18:35:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-create-cumulative-values-in-Expression-Builder-in-Ent/m-p/36301#M4528</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-05T18:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create cumulative values in Expression Builder in Ent Guide?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-create-cumulative-values-in-Expression-Builder-in-Ent/m-p/36302#M4529</link>
      <description>Actually, this is one of the things that are hard to do in PROC SQL and I'm not even sure that it can be done.  You are asking to do a running total and that requires an assigned order to the data.  SQL is designed to be done without any order while it is working.&lt;BR /&gt;
&lt;BR /&gt;
This is easy to do in a data step, but that requires a code task.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Tue, 05 Aug 2008 19:04:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-create-cumulative-values-in-Expression-Builder-in-Ent/m-p/36302#M4529</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2008-08-05T19:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create cumulative values in Expression Builder in Ent Guide?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-create-cumulative-values-in-Expression-Builder-in-Ent/m-p/36303#M4530</link>
      <description>I was able to figure this out for anyone who is interested in knowing.&lt;BR /&gt;
&lt;BR /&gt;
data work.NewTableName;&lt;BR /&gt;
    set work.TableYourFieldisIn;&lt;BR /&gt;
    'NewCumulativeColumnName'n + 'FieldForCumulativeColumnToSum'n;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
This will put out a new table containing the information from your reference table as well as your new cumulative column.</description>
      <pubDate>Thu, 07 Aug 2008 21:33:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-create-cumulative-values-in-Expression-Builder-in-Ent/m-p/36303#M4530</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-07T21:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create cumulative values in Expression Builder in Ent Guide?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-create-cumulative-values-in-Expression-Builder-in-Ent/m-p/36304#M4531</link>
      <description>Oh yeah, i forgot to mention that the above entry can be done in a "Code Step" in EG</description>
      <pubDate>Thu, 07 Aug 2008 21:34:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-create-cumulative-values-in-Expression-Builder-in-Ent/m-p/36304#M4531</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-07T21:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do you create cumulative values in Expression Builder in Ent Guide?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-create-cumulative-values-in-Expression-Builder-in-Ent/m-p/772442#M39675</link>
      <description>Hahaa thanks this still helped me 13 years later &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;</description>
      <pubDate>Wed, 06 Oct 2021 14:11:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-you-create-cumulative-values-in-Expression-Builder-in-Ent/m-p/772442#M39675</guid>
      <dc:creator>anzabob</dc:creator>
      <dc:date>2021-10-06T14:11:07Z</dc:date>
    </item>
  </channel>
</rss>

