<?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 Numbering Months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Numbering-Months/m-p/409613#M1165000</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 am trying to create a table in Qlikview where I need number months starting Jan 2011 until August 2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan 2011 = month 1 and Aug 2012 = month 19. I have tried using the built num(month(field)) function and that only returns the months 1-12. Please let me know if anyone has a solution to this simple question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Sep 2012 17:56:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-14T17:56:15Z</dc:date>
    <item>
      <title>Numbering Months</title>
      <link>https://community.qlik.com/t5/QlikView/Numbering-Months/m-p/409613#M1165000</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 am trying to create a table in Qlikview where I need number months starting Jan 2011 until August 2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan 2011 = month 1 and Aug 2012 = month 19. I have tried using the built num(month(field)) function and that only returns the months 1-12. Please let me know if anyone has a solution to this simple question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 17:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbering-Months/m-p/409613#M1165000</guid>
      <dc:creator />
      <dc:date>2012-09-14T17:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering Months</title>
      <link>https://community.qlik.com/t5/QlikView/Numbering-Months/m-p/409614#M1165001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the table gets loaded in order (or do an ORDER BY (Date) in your load, then create a field AUTONUMBER(Month,Year) AS MonthYearNumber to get an integer for each month and year combination.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 17:58:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbering-Months/m-p/409614#M1165001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-14T17:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering Months</title>
      <link>https://community.qlik.com/t5/QlikView/Numbering-Months/m-p/409615#M1165002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=(year(Date) - year(StartDate))*12 + month(Date) - Month(StartDate) + 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StartDate - Jan 2011 (or you can use min() function)&lt;/P&gt;&lt;P&gt;Date - your periods.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 18:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbering-Months/m-p/409615#M1165002</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-14T18:39:57Z</dc:date>
    </item>
  </channel>
</rss>

