<?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: financial year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/financial-year/m-p/780264#M276485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is my script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Periode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; geschäfstjahr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; makedate(geschäfstjahr,Periode+2,1) as Date1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; YearName(Date1,0,3),&lt;/P&gt;&lt;P&gt;KST,&lt;/P&gt;&lt;P&gt;Wert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From....qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;field not found&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Date1&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2015 08:32:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-11T08:32:15Z</dc:date>
    <item>
      <title>financial year</title>
      <link>https://community.qlik.com/t5/QlikView/financial-year/m-p/780258#M276479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my fiscal year is from 01.03. - 28.02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my table i have a coluimn with year and a column wit period 1 to 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u explain me what i have to do to get for Period 1 the month march for period 2 month April&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im able to make the date from These two files like period 1 Year 2014 = 01.01.2014 with makedate but i Need 01.03.2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 07:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/financial-year/m-p/780258#M276479</guid>
      <dc:creator />
      <dc:date>2015-03-11T07:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: financial year</title>
      <link>https://community.qlik.com/t5/QlikView/financial-year/m-p/780259#M276480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MakeDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2014,3,1),'DD-MM-YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 07:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/financial-year/m-p/780259#M276480</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2015-03-11T07:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: financial year</title>
      <link>https://community.qlik.com/t5/QlikView/financial-year/m-p/780260#M276481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MakeDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2014,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;+2,1),'DD-MM-YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Here A is my period&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 07:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/financial-year/m-p/780260#M276481</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2015-03-11T07:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: financial year</title>
      <link>https://community.qlik.com/t5/QlikView/financial-year/m-p/780261#M276482</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;If you are able to create date field using makedate()&lt;/P&gt;&lt;P&gt;then for creating financial Year you need use&lt;/P&gt;&lt;P&gt;YearName(datefield,0,3) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 07:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/financial-year/m-p/780261#M276482</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-11T07:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: financial year</title>
      <link>https://community.qlik.com/t5/QlikView/financial-year/m-p/780262#M276483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addmonths(makedate(financial_year, 2), period)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 07:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/financial-year/m-p/780262#M276483</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-03-11T07:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: financial year</title>
      <link>https://community.qlik.com/t5/QlikView/financial-year/m-p/780263#M276484</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 link for Fiscal Calendar generation&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>Wed, 11 Mar 2015 07:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/financial-year/m-p/780263#M276484</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-03-11T07:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: financial year</title>
      <link>https://community.qlik.com/t5/QlikView/financial-year/m-p/780264#M276485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is my script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Periode,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; geschäfstjahr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; makedate(geschäfstjahr,Periode+2,1) as Date1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; YearName(Date1,0,3),&lt;/P&gt;&lt;P&gt;KST,&lt;/P&gt;&lt;P&gt;Wert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From....qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;field not found&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Date1&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 08:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/financial-year/m-p/780264#M276485</guid>
      <dc:creator />
      <dc:date>2015-03-11T08:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: financial year</title>
      <link>https://community.qlik.com/t5/QlikView/financial-year/m-p/780265#M276486</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;Try like this&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;YearName(Date1,0,3) AS Year;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Load Periode,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; geschäfstjahr,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; makedate(geschäfstjahr,Periode+2,1) as Date1,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;KST,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Wert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;From....qvd&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 08:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/financial-year/m-p/780265#M276486</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-03-11T08:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: financial year</title>
      <link>https://community.qlik.com/t5/QlikView/financial-year/m-p/780266#M276487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx a lot &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 08:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/financial-year/m-p/780266#M276487</guid>
      <dc:creator />
      <dc:date>2015-03-11T08:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: financial year</title>
      <link>https://community.qlik.com/t5/QlikView/financial-year/m-p/780267#M276488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load Periode,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; geschäfstjahr,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addmonths(makedate(geschäfstjahr,2),&amp;nbsp; Periode) as Date1,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; YearName(Date1,0,3),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;KST,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Wert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From ... Qvd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 08:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/financial-year/m-p/780267#M276488</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-03-11T08:40:13Z</dc:date>
    </item>
  </channel>
</rss>

