<?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: Numbering based on date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Numbering-based-on-date/m-p/1386669#M422165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your model ,I have not seen any related Jun 2017.... And you have numeric months too like MonthNo. If you want you can use that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to load missing dates i believe you may need master calendar for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2017 07:03:15 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-10-18T07:03:15Z</dc:date>
    <item>
      <title>Numbering based on date</title>
      <link>https://community.qlik.com/t5/QlikView/Numbering-based-on-date/m-p/1386668#M422164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to use numbering from 1 to 12&amp;nbsp; from Jun 2017 to May 2018 .&lt;/P&gt;&lt;P&gt;Can you pelase suggest how to do it dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 06:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbering-based-on-date/m-p/1386668#M422164</guid>
      <dc:creator>kishorj1982</dc:creator>
      <dc:date>2017-10-18T06:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering based on date</title>
      <link>https://community.qlik.com/t5/QlikView/Numbering-based-on-date/m-p/1386669#M422165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your model ,I have not seen any related Jun 2017.... And you have numeric months too like MonthNo. If you want you can use that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to load missing dates i believe you may need master calendar for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 07:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbering-based-on-date/m-p/1386669#M422165</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-18T07:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering based on date</title>
      <link>https://community.qlik.com/t5/QlikView/Numbering-based-on-date/m-p/1386670#M422166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following will give you a month number where June 2017 is equal to 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=12*Year(DtDate) + Month(DtDate) - 24209&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 10:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbering-based-on-date/m-p/1386670#M422166</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2017-10-18T10:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering based on date</title>
      <link>https://community.qlik.com/t5/QlikView/Numbering-based-on-date/m-p/1386671#M422167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishor,&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mod(MonthNo-6,12)+1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 12:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbering-based-on-date/m-p/1386671#M422167</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-10-18T12:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering based on date</title>
      <link>https://community.qlik.com/t5/QlikView/Numbering-based-on-date/m-p/1386672#M422168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a similar situation here, our customer usually have a different year start and end than the standard(JAN to DEC), we get that information from their Data Base, identifying which period refers to which year, if you only have one period per year, you can use that.&lt;/P&gt;&lt;P&gt;Often we use a interval match to make a relation between this new time period and the revenue and such.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 13:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Numbering-based-on-date/m-p/1386672#M422168</guid>
      <dc:creator />
      <dc:date>2017-10-18T13:12:14Z</dc:date>
    </item>
  </channel>
</rss>

