<?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: Monthly data to yearly basis using first month data each year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Monthly-data-to-yearly-basis-using-first-month-data-each-year/m-p/1419120#M816753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this?,&amp;nbsp; I'll add the sample too,&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Aug 2017 18:25:38 GMT</pubDate>
    <dc:creator>AxNoxy</dc:creator>
    <dc:date>2017-08-31T18:25:38Z</dc:date>
    <item>
      <title>Monthly data to yearly basis using first month data each year</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-data-to-yearly-basis-using-first-month-data-each-year/m-p/1419117#M816750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a set of monthly data of number of existing customers as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;200901&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 234&lt;/P&gt;&lt;P&gt;200902&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 233&lt;/P&gt;&lt;P&gt;200903&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 245&lt;/P&gt;&lt;P&gt;200904&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 243&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;201707&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 252&lt;/P&gt;&lt;P&gt;201708&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use just the first month's data of each year and the most recent month's data to compare on a yearly basis&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;200901&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 234&lt;/P&gt;&lt;P&gt;201001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 244&lt;/P&gt;&lt;P&gt;201101&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 246&lt;/P&gt;&lt;P&gt;201201&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 254&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;201701&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 246&lt;/P&gt;&lt;P&gt;201708&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-data-to-yearly-basis-using-first-month-data-each-year/m-p/1419117#M816750</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly data to yearly basis using first month data each year</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-data-to-yearly-basis-using-first-month-data-each-year/m-p/1419118#M816751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you expecting MonthStart() function ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 16:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-data-to-yearly-basis-using-first-month-data-each-year/m-p/1419118#M816751</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-31T16:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly data to yearly basis using first month data each year</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-data-to-yearly-basis-using-first-month-data-each-year/m-p/1419119#M816752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Stacey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you could do that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;MaxDate:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Max(YourDate) AS Max_Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;YourQVD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Let vMaxDate = &lt;SPAN style="font-size: 13.3333px;"&gt;Max_Date&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Date_ByMonth:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YourDate,&lt;/P&gt;&lt;P&gt;Max(YourDate) AS Max_Date_ByMonth&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;YourQVD&lt;/P&gt;&lt;P&gt;Group by&lt;/P&gt;&lt;P&gt;YourDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Difference:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;YourDate,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Interval($(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Max_Date)-&lt;/SPAN&gt;Max_Date_ByMonth,'D') AS Days_of_Difference&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;resident &lt;SPAN style="font-size: 13.3333px;"&gt;YourDate&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 17:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-data-to-yearly-basis-using-first-month-data-each-year/m-p/1419119#M816752</guid>
      <dc:creator>eduardo_dimperio</dc:creator>
      <dc:date>2017-08-31T17:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly data to yearly basis using first month data each year</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-data-to-yearly-basis-using-first-month-data-each-year/m-p/1419120#M816753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this?,&amp;nbsp; I'll add the sample too,&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 18:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-data-to-yearly-basis-using-first-month-data-each-year/m-p/1419120#M816753</guid>
      <dc:creator>AxNoxy</dc:creator>
      <dc:date>2017-08-31T18:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly data to yearly basis using first month data each year</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-data-to-yearly-basis-using-first-month-data-each-year/m-p/1419121#M816754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply. But after sorting the data, how should I display just the January data of each year followed by the most recent month? I need to discard the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 08:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-data-to-yearly-basis-using-first-month-data-each-year/m-p/1419121#M816754</guid>
      <dc:creator />
      <dc:date>2017-09-01T08:42:05Z</dc:date>
    </item>
  </channel>
</rss>

