<?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 Which months does new customers generate income? Transpose-help? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Which-months-does-new-customers-generate-income-Transpose-help/m-p/856437#M338396</link>
    <description>&lt;P&gt;Hi, I have the following dataset in Enterprise Guide:&lt;/P&gt;&lt;P&gt;"New_customers_amount" are the amount of new "customer_id" per "Yearmonth_start_date". "Accounting_period" are which months a "Customer_id" has generated revenue&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;data CLV;
  input Customer_id $ New_customers_amount Yearmonth_start_date $ Accounting_period
;
datalines;
11004345 71  202201 202201
11004345 71  202201 202202
11004345 71  202201 202203
11004345 71  202201 202204
88004686 71  202201 202201
88004686 71  202201 202202
88004686 71  202201 202203
11100257 71  202201 202201
11100257 71  202201 202202
12100557 71  202201 202201
12100557 71  202201 202202
75393716 58  202202 202202
75393716 58  202202 202203
26738388 58  202202 202202
26738388 58  202202 202203
;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I want to follow which months a new customer generate income for us. Here is the end result i am hoping for:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79970i4C2FC8929FF32076/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What do i do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2023 11:57:24 GMT</pubDate>
    <dc:creator>Grimzarn</dc:creator>
    <dc:date>2023-01-31T11:57:24Z</dc:date>
    <item>
      <title>Which months does new customers generate income? Transpose-help?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Which-months-does-new-customers-generate-income-Transpose-help/m-p/856437#M338396</link>
      <description>&lt;P&gt;Hi, I have the following dataset in Enterprise Guide:&lt;/P&gt;&lt;P&gt;"New_customers_amount" are the amount of new "customer_id" per "Yearmonth_start_date". "Accounting_period" are which months a "Customer_id" has generated revenue&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;data CLV;
  input Customer_id $ New_customers_amount Yearmonth_start_date $ Accounting_period
;
datalines;
11004345 71  202201 202201
11004345 71  202201 202202
11004345 71  202201 202203
11004345 71  202201 202204
88004686 71  202201 202201
88004686 71  202201 202202
88004686 71  202201 202203
11100257 71  202201 202201
11100257 71  202201 202202
12100557 71  202201 202201
12100557 71  202201 202202
75393716 58  202202 202202
75393716 58  202202 202203
26738388 58  202202 202202
26738388 58  202202 202203
;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I want to follow which months a new customer generate income for us. Here is the end result i am hoping for:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79970i4C2FC8929FF32076/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What do i do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 11:57:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Which-months-does-new-customers-generate-income-Transpose-help/m-p/856437#M338396</guid>
      <dc:creator>Grimzarn</dc:creator>
      <dc:date>2023-01-31T11:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Which months does new customers generate income? Transpose-help?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Which-months-does-new-customers-generate-income-Transpose-help/m-p/856442#M338399</link>
      <description>&lt;P&gt;I honestly don't understand how the desired output is created from the input, or even what do you mean by Y1. I don't see any connection between the data you show and the output and the concept of "which months does new customers generate income"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need a lot more explanation and a lot more detailed explanation.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 12:22:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Which-months-does-new-customers-generate-income-Transpose-help/m-p/856442#M338399</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-01-31T12:22:59Z</dc:date>
    </item>
  </channel>
</rss>

