<?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 Max YearMonth in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-YearMonth/m-p/747165#M266621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a fiscal YearMonth field (201501)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have&amp;nbsp; [Fiscal Year] and [Fiscal Month] fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the below but doesnt work for me&lt;/P&gt;&lt;P&gt;[Fiscal Year]&amp;amp;[Fiscal Month] as FiscalYearMonth= 20151 &lt;/P&gt;&lt;P&gt;when I Max(FiscalYearMonth) = 201412&amp;nbsp; ,it should be 201504 as the fiscal year starts in October.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your assistance is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2015 07:42:03 GMT</pubDate>
    <dc:creator>rido1421</dc:creator>
    <dc:date>2015-01-22T07:42:03Z</dc:date>
    <item>
      <title>Max YearMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Max-YearMonth/m-p/747165#M266621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a fiscal YearMonth field (201501)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have&amp;nbsp; [Fiscal Year] and [Fiscal Month] fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the below but doesnt work for me&lt;/P&gt;&lt;P&gt;[Fiscal Year]&amp;amp;[Fiscal Month] as FiscalYearMonth= 20151 &lt;/P&gt;&lt;P&gt;when I Max(FiscalYearMonth) = 201412&amp;nbsp; ,it should be 201504 as the fiscal year starts in October.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your assistance is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 07:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-YearMonth/m-p/747165#M266621</guid>
      <dc:creator>rido1421</dc:creator>
      <dc:date>2015-01-22T07:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Max YearMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Max-YearMonth/m-p/747166#M266622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[Fiscal Year]&amp;amp;&lt;STRONG&gt;Num([Fiscal Month],'00')&lt;/STRONG&gt; as FiscalYearMonth&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;[Fiscal Year]&amp;amp;&lt;STRONG&gt;Right('0'&amp;amp;[Fiscal Month],2)&lt;/STRONG&gt; as FiscalYearMonth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 07:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-YearMonth/m-p/747166#M266622</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-01-22T07:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Max YearMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Max-YearMonth/m-p/747167#M266623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seemed to work quite well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Fiscal Year]*100 + [Fiscal Month]&amp;nbsp; as FiscalYearmonth,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 07:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-YearMonth/m-p/747167#M266623</guid>
      <dc:creator>rido1421</dc:creator>
      <dc:date>2015-01-22T07:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Max YearMonth</title>
      <link>https://community.qlik.com/t5/QlikView/Max-YearMonth/m-p/747168#M266624</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;Check this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7094"&gt;Fiscal and Standard Calendar generation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 09:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-YearMonth/m-p/747168#M266624</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-01-22T09:25:05Z</dc:date>
    </item>
  </channel>
</rss>

