<?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: How to create in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create/m-p/39021#M785488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer the below link.&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2018 07:10:30 GMT</pubDate>
    <dc:creator>krishna20</dc:creator>
    <dc:date>2018-03-02T07:10:30Z</dc:date>
    <item>
      <title>How to create</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create/m-p/39020#M785487</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 have a date field in my data&amp;nbsp;&amp;nbsp; like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OrderDate&lt;/P&gt;&lt;P&gt;20-06-2016&lt;/P&gt;&lt;P&gt;.......to&lt;/P&gt;&lt;P&gt;02-03-2018&amp;nbsp;&amp;nbsp; [till date]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a variables like below. to calculate&amp;nbsp; sum(sales)&amp;nbsp;&amp;nbsp; for last fiscal year&amp;nbsp; and current fiscal year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my fiscal year is-&amp;nbsp;&amp;nbsp; Aprl-to Mar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vCurrentYear=&lt;/P&gt;&lt;P&gt;vLastYear=&lt;/P&gt;&lt;P&gt;vFiscalYear=&lt;/P&gt;&lt;P&gt;vLast10Months=&lt;/P&gt;&lt;P&gt;vLast18Months=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to create this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create/m-p/39020#M785487</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create/m-p/39021#M785488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer the below link.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 07:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create/m-p/39021#M785488</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2018-03-02T07:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create/m-p/39022#M785489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you created the Calender from OrderDate ?&amp;nbsp; If not ,then first create the calender. Go through the above link provided by @KALYAN KRISHNA. then&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vCurrentYear= Year(Max(Year))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vLastYear=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Year(Max(Year))-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vFiscalYear= Max(FisCalYear) // You have to calculate in Load Script&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vLast10Months=&amp;nbsp; &amp;gt;=$(=Min({&amp;lt;Year={'$(=Max(Year)-1)'}&amp;gt;}DATE)) &amp;lt;=$(=AddMonths(Max(DATE),-10))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vLast18Months= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;=$(=Min({&amp;lt;Year={'$(=Max(Year)-1)'}&amp;gt;}DATE)) &amp;lt;=$(=AddMonths(Max(DATE),-18))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 09:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create/m-p/39022#M785489</guid>
      <dc:creator>jerryyang756</dc:creator>
      <dc:date>2018-03-02T09:17:38Z</dc:date>
    </item>
  </channel>
</rss>

