<?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 Fiscal Year On Set Analysis Filtering in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-On-Set-Analysis-Filtering/m-p/1665889#M594730</link>
    <description>&lt;P&gt;Hello Qliks,&lt;/P&gt;&lt;P&gt;I saw some threads about something like my issue but did not manage to find exact same.&lt;/P&gt;&lt;P&gt;I need to both filter on set analysis the current Financial Year (FY20) &lt;STRONG&gt;and in another field&lt;/STRONG&gt;&amp;nbsp;the previous one (FY19)&lt;/P&gt;&lt;P&gt;I do have fields that contain years (YYYY), FY (FY15,FY16,FY17...),MonthYear(201901,201902....)&lt;/P&gt;&lt;P&gt;FY is from June to May.&lt;/P&gt;&lt;P&gt;I need it to be dynamic so when the next FY arrives, it will happen automatically.&lt;/P&gt;&lt;P&gt;current filter on set analysis : FYear={'FY20'}&lt;/P&gt;&lt;P&gt;Can I split the 'FY20' into dynamic variable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ido&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:17:50 GMT</pubDate>
    <dc:creator>idodel</dc:creator>
    <dc:date>2024-11-16T19:17:50Z</dc:date>
    <item>
      <title>Fiscal Year On Set Analysis Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-On-Set-Analysis-Filtering/m-p/1665889#M594730</link>
      <description>&lt;P&gt;Hello Qliks,&lt;/P&gt;&lt;P&gt;I saw some threads about something like my issue but did not manage to find exact same.&lt;/P&gt;&lt;P&gt;I need to both filter on set analysis the current Financial Year (FY20) &lt;STRONG&gt;and in another field&lt;/STRONG&gt;&amp;nbsp;the previous one (FY19)&lt;/P&gt;&lt;P&gt;I do have fields that contain years (YYYY), FY (FY15,FY16,FY17...),MonthYear(201901,201902....)&lt;/P&gt;&lt;P&gt;FY is from June to May.&lt;/P&gt;&lt;P&gt;I need it to be dynamic so when the next FY arrives, it will happen automatically.&lt;/P&gt;&lt;P&gt;current filter on set analysis : FYear={'FY20'}&lt;/P&gt;&lt;P&gt;Can I split the 'FY20' into dynamic variable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ido&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-On-Set-Analysis-Filtering/m-p/1665889#M594730</guid>
      <dc:creator>idodel</dc:creator>
      <dc:date>2024-11-16T19:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year On Set Analysis Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-On-Set-Analysis-Filtering/m-p/1666014#M594731</link>
      <description>&lt;P&gt;You will want to define the current FY in the load script:&lt;/P&gt;&lt;LI-CODE lang="java"&gt;MaxFY:
LOAD Max(Right(FYear,2)) as CurrentFY
Resident [your data];

Let vCurrentFY = 'FY'&amp;amp;Peek('CurrentFY');
Drop Table MaxFY;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, you can use the vCurrentFY variable in your set analysis, instead of using the hard value, "FY20".&lt;/P&gt;&lt;LI-CODE lang="java"&gt;{&amp;lt;FYear={$(vCurrentFY)}&amp;gt;}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 23:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-On-Set-Analysis-Filtering/m-p/1666014#M594731</guid>
      <dc:creator>gavinlaird</dc:creator>
      <dc:date>2020-01-15T23:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year On Set Analysis Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-On-Set-Analysis-Filtering/m-p/1666178#M594733</link>
      <description>&lt;P&gt;thank you for your comment!&lt;/P&gt;&lt;P&gt;finally i managed to solve it by creating 2 variables holding current and previous FY &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 11:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-On-Set-Analysis-Filtering/m-p/1666178#M594733</guid>
      <dc:creator>idodel</dc:creator>
      <dc:date>2020-01-16T11:29:29Z</dc:date>
    </item>
  </channel>
</rss>

