<?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 selection(Set Analysis) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fiscal-year-selection-Set-Analysis/m-p/1241685#M862121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use below link to create Fiscal Year and Fiscal Month..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3138"&gt;Fiscal Year&lt;/A&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, 13 Jan 2017 08:41:06 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2017-01-13T08:41:06Z</dc:date>
    <item>
      <title>Fiscal year selection(Set Analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-year-selection-Set-Analysis/m-p/1241684#M862120</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;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Need your help, I have data in which I want to display Fiscal year&amp;nbsp; data based up on selection. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="FYear.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149365_FYear.PNG" style="height: 270px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;If I select 2016 It should display data from Oct'15-Sep'16, if 2015 selected from Oct'14-Sep'15..same for 2017.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance. &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/Fiscal-year-selection-Set-Analysis/m-p/1241684#M862120</guid>
      <dc:creator>ajaysingh29</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal year selection(Set Analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-year-selection-Set-Analysis/m-p/1241685#M862121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use below link to create Fiscal Year and Fiscal Month..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3138"&gt;Fiscal Year&lt;/A&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, 13 Jan 2017 08:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-year-selection-Set-Analysis/m-p/1241685#M862121</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-13T08:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal year selection(Set Analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-year-selection-Set-Analysis/m-p/1241686#M862122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Manish, thanks for your reply, can you please help me out with this code, I don’t have any date field &amp;amp; master calendar in app. &lt;SPAN style="font-size: 13.3333px;"&gt;It’s just year &amp;amp; month fields,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;with reference to &lt;STRONG&gt;Fiscal Year document&lt;/STRONG&gt; I tried like this in code:&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Set vFM = 10 ;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;LOAD&amp;nbsp; Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Month, &lt;/P&gt;&lt;P&gt;dual(Year-1&amp;amp;'/'&amp;amp;Year,Year)as Fyear,&lt;/P&gt;&lt;P&gt;dual(Month,Month) as Fmonth,&lt;/P&gt;&lt;P&gt;Year+if(Month&amp;gt;='$(VFM)',1,0) as fYear, &lt;/P&gt;&lt;P&gt;Mod(Month-'$(vFM)',12)+1 as fmonth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field4&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;.....&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;output is:&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="FYear1.PNG" class="jive-image image-1" height="150" src="https://community.qlik.com/legacyfs/online/149371_FYear1.PNG" style="height: 150px; width: 412.136px;" width="412" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Many thanks. !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 10:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-year-selection-Set-Analysis/m-p/1241686#M862122</guid>
      <dc:creator>ajaysingh29</dc:creator>
      <dc:date>2017-01-13T10:45:39Z</dc:date>
    </item>
  </channel>
</rss>

