<?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: Fiscal Year and Fiscal Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-and-Fiscal-Month/m-p/135192#M601710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thyankyou is working fine now. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2018 08:54:12 GMT</pubDate>
    <dc:creator>prabunakil</dc:creator>
    <dc:date>2018-11-02T08:54:12Z</dc:date>
    <item>
      <title>Fiscal Year and Fiscal Month</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-and-Fiscal-Month/m-p/135189#M601707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my script is to load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left (FKDAT,2) as TransDay,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Mid (FKDAT,4,2) as TransMonth,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Right (FKDAT,4) as TransYear,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;But the issue is my physical year start with April. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;How to load to make it correctly. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 01:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-and-Fiscal-Month/m-p/135189#M601707</guid>
      <dc:creator>prabunakil</dc:creator>
      <dc:date>2018-10-25T01:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year and Fiscal Month</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-and-Fiscal-Month/m-p/135190#M601708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming you looking for below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YearName (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;FKDAT&lt;/SPAN&gt;,0,4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why you are using mid, left and right function instead of the standard calendar function ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 02:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-and-Fiscal-Month/m-p/135190#M601708</guid>
      <dc:creator>maheshkuttappa</dc:creator>
      <dc:date>2018-10-25T02:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year and Fiscal Month</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-and-Fiscal-Month/m-p/135191#M601709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need&amp;nbsp; to add a condtion Like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;TransMonth&lt;/SPAN&gt;= Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;TransMonth&lt;/SPAN&gt;,'Jan','Feb','Mar'),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;TransYear-1,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;TransYear )&lt;/SPAN&gt;&lt;/SPAN&gt;as Date,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 04:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-and-Fiscal-Month/m-p/135191#M601709</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2018-10-25T04:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year and Fiscal Month</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-and-Fiscal-Month/m-p/135192#M601710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thyankyou is working fine now. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 08:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-and-Fiscal-Month/m-p/135192#M601710</guid>
      <dc:creator>prabunakil</dc:creator>
      <dc:date>2018-11-02T08:54:12Z</dc:date>
    </item>
  </channel>
</rss>

