<?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: Created 'Fiscal Year' filter pane not filtering correctly in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Created-Fiscal-Year-filter-pane-not-filtering-correctly/m-p/83447#M5564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response. I am using the front end. Unfortunately I don't have access to the script as I am using Qlik through another web based application, this is reason I am creating the filter like this in the first place. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Feb 2018 14:42:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-19T14:42:42Z</dc:date>
    <item>
      <title>Created 'Fiscal Year' filter pane not filtering correctly</title>
      <link>https://community.qlik.com/t5/App-Development/Created-Fiscal-Year-filter-pane-not-filtering-correctly/m-p/83445#M5562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping someone can shed some light on a problem I've been trying to figure out for over a week. I am using Qlik Sense through my company sourcing portal through the web (so it has all types of permissions attached to it, I can get most features but not all). I have created a date field which I wanted to run from Feb-Jan and that worked perfectly. The issue I'm having is that in order to create the date option correctly there are two fields that are needed. One is called 'project_financials_effective_start_date' and the other is 'project_benefit_tracker_number'. To start off with, none of these dates are stored as dates (they are stored as a string because of our sourcing portal) so we first have to convert both text strings to dates. The 'project_benefit_tracker_number' relates to a number of months after the 'project_financials_effective_start_date' so for example if the latter date was 01/02/2016 (DD/MM/YYYY) and the former number was 24 [this relates to the number of months] then the final output date would be 01/02/2018. I have also stated in the formula that I don't want to show an dates before 01/02/2015. Below is the formula in my fiscal year calculation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3366ff;"&gt;&lt;STRONG&gt;if(YearName(Date(AddMonths(Date(project_financials_savings_effective_date, 'YYYY'), project_benefit_tracker_number), 'YYYY'),0,2) &amp;gt;= '01/02/2015', YearName(Date(AddMonths(Date(project_financials_savings_effective_date, 'YYYY'), project_benefit_tracker_number), 'YYYY'),0,2), null())&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3366ff;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;This formula works and returns values like I'd expect, but then when I actually try to filter on it, it doesn't exclude the other years, for example if I filter on '2017-2018' it still shows all the values from '2015-2016', '2018-2019' so on and so forth. As can be seen below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;IMG alt="Qlik Dates.PNG" class="jive-image image-1" src="/legacyfs/online/193035_Qlik Dates.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I was thinking it might be because I am calling two fields in my formula, but both of these fields are needed in order to get the correct date - what am I missing?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks in advance&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2018 09:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Created-Fiscal-Year-filter-pane-not-filtering-correctly/m-p/83445#M5562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-10T09:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Created 'Fiscal Year' filter pane not filtering correctly</title>
      <link>https://community.qlik.com/t5/App-Development/Created-Fiscal-Year-filter-pane-not-filtering-correctly/m-p/83446#M5563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you use this filter using an expression on the front end of the app? I would suggest to create a new field using the above expression in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 16:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Created-Fiscal-Year-filter-pane-not-filtering-correctly/m-p/83446#M5563</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-16T16:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Created 'Fiscal Year' filter pane not filtering correctly</title>
      <link>https://community.qlik.com/t5/App-Development/Created-Fiscal-Year-filter-pane-not-filtering-correctly/m-p/83447#M5564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response. I am using the front end. Unfortunately I don't have access to the script as I am using Qlik through another web based application, this is reason I am creating the filter like this in the first place. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2018 14:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Created-Fiscal-Year-filter-pane-not-filtering-correctly/m-p/83447#M5564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-19T14:42:42Z</dc:date>
    </item>
  </channel>
</rss>

