<?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: Serialize month and year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Serialize-month-and-year/m-p/1256189#M396933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it with: autonumber(MonthYear) as MonthYearSeriell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Edit:&lt;/STRONG&gt; For this you will need a sorted load which is already quite common by using a master-calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2017 14:31:13 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2017-01-16T14:31:13Z</dc:date>
    <item>
      <title>Serialize month and year</title>
      <link>https://community.qlik.com/t5/QlikView/Serialize-month-and-year/m-p/1256188#M396932</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;I would like the month &amp;amp; year (e.g. Apr 2016) to be serialized where each month increases by 1. So for example, if my data starts from Oct 16, the serial field should look like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="1px" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;-webkit-right&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="width: 134px; border-width: 1px; border-style: solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="17" width="70"&gt;MonthYear&lt;/TD&gt;&lt;TD width="64"&gt;Serial&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="17"&gt;Oct-16&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="17"&gt;Nov-16&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="17"&gt;Dec-16&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="17"&gt;Jan-17&lt;/TD&gt;&lt;TD align="right"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can this field be created? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 14:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Serialize-month-and-year/m-p/1256188#M396932</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2017-01-16T14:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Serialize month and year</title>
      <link>https://community.qlik.com/t5/QlikView/Serialize-month-and-year/m-p/1256189#M396933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it with: autonumber(MonthYear) as MonthYearSeriell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Edit:&lt;/STRONG&gt; For this you will need a sorted load which is already quite common by using a master-calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 14:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Serialize-month-and-year/m-p/1256189#M396933</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-01-16T14:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Serialize month and year</title>
      <link>https://community.qlik.com/t5/QlikView/Serialize-month-and-year/m-p/1256190#M396934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(MonthYear = Date#('Oct-16','MMM-YY'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1, &lt;/P&gt;&lt;P&gt;&amp;nbsp; 1+ Year(MonthYear)*12+Month(MonthYear)-(Year(Date#('Oct-16','MMM-YY'))*12+Month(Date#('Oct-16','MMM-YY')))) as ID&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp; Date#(MonthYear,'MMM-YY') as MonthYear&lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; MonthYear&lt;/P&gt;&lt;P&gt;&amp;nbsp; Oct-16&lt;/P&gt;&lt;P&gt;&amp;nbsp; Nov-16&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dec-16&lt;/P&gt;&lt;P&gt;&amp;nbsp; Jan-17&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 14:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Serialize-month-and-year/m-p/1256190#M396934</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-16T14:37:52Z</dc:date>
    </item>
  </channel>
</rss>

