<?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: Qliksense-Ignore filter selection not working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-Ignore-filter-selection-not-working/m-p/1796766#M64396</link>
    <description>&lt;P&gt;Is it possible that field8 in the expression is misspelled compared to the intended field or it contains the wrong case?&amp;nbsp; Qlik Sense is case sensitive, so field8 is different than Field8.&amp;nbsp; If you have a field misspelled in set analysis, it will not give you an error, it just ignores that field and filtering on the intended filter will not be ignored.&amp;nbsp; Is field8 orange in the expression editor?&amp;nbsp; If not, it is not a field.&lt;/P&gt;</description>
    <pubDate>Sun, 04 Apr 2021 15:53:48 GMT</pubDate>
    <dc:creator>GaryGiles</dc:creator>
    <dc:date>2021-04-04T15:53:48Z</dc:date>
    <item>
      <title>Qliksense-Ignore filter selection not working</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Ignore-filter-selection-not-working/m-p/1796715#M64387</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is simple expression in Qliksense pivot table, in which I want to bypass selections made in those fields. There are 8 fields which I don't want my below expression to change. It works perfectly fine on 7 fields but surprisingly on 1 field it doesn't work. All fields are in same table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;field1,....field8, date={"&amp;gt;=$(Mindt)&amp;lt;=$(maxdt)"}&amp;gt;} customerid)&lt;/P&gt;&lt;P&gt;Here when I select values in field8 it changes the expression value.&lt;/P&gt;&lt;P&gt;What would be possible reasons and solutions?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Apr 2021 15:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Ignore-filter-selection-not-working/m-p/1796715#M64387</guid>
      <dc:creator>harshal_hajare</dc:creator>
      <dc:date>2021-04-03T15:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense-Ignore filter selection not working</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Ignore-filter-selection-not-working/m-p/1796735#M64390</link>
      <description>&lt;P&gt;can you try this&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({1&amp;lt;field1,....field8, date={"&amp;gt;=$(Mindt)&amp;lt;=$(maxdt)"}&amp;gt;} customerid)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 05:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Ignore-filter-selection-not-working/m-p/1796735#M64390</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2021-04-04T05:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense-Ignore filter selection not working</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Ignore-filter-selection-not-working/m-p/1796766#M64396</link>
      <description>&lt;P&gt;Is it possible that field8 in the expression is misspelled compared to the intended field or it contains the wrong case?&amp;nbsp; Qlik Sense is case sensitive, so field8 is different than Field8.&amp;nbsp; If you have a field misspelled in set analysis, it will not give you an error, it just ignores that field and filtering on the intended filter will not be ignored.&amp;nbsp; Is field8 orange in the expression editor?&amp;nbsp; If not, it is not a field.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Apr 2021 15:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Ignore-filter-selection-not-working/m-p/1796766#M64396</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-04-04T15:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense-Ignore filter selection not working</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Ignore-filter-selection-not-working/m-p/1796822#M64408</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;field names are exactly same in script and ui. below is the expression, in which&amp;nbsp;[Reporting Unit Name New]= is&amp;nbsp; the field not working as expected. upon selection in&amp;nbsp;[Reporting Unit Name New]= filter expression value changes in chart. how ever for all other filters value remains same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Num((Count(distinct{&amp;lt;Year_Cal=,Month_Cal,Quarter_Cal=,[Reporting Group Name New],[Construction Segment Code]=&lt;BR /&gt;,[Reporting Unit Name]=,[Reporting Unit Name New]=,[Plan Location Name]=,[BI Region Name]=,[BC Location]=,[GC vs. LS indicator]=&lt;BR /&gt;,[Single Term Ind]=,[BC Handled Ind]=,[Effective Year-Month]={"&amp;gt;=$(vMax_YYYYMM)&amp;lt;=$(vMax_YYYYMM)"}&amp;gt;}[Customer Coverage Count])/&lt;BR /&gt;Count(distinct{&amp;lt;Year_Cal=,Month_Cal,Quarter_Cal=,[Reporting Group Name New], [Construction Segment Code]=&lt;BR /&gt;,[Reporting Unit Name]=,[Reporting Unit Name New]=,[Plan Location Name]=,[BI Region Name]=,[BC Location]=,[GC vs. LS indicator]=&lt;BR /&gt;,[Single Term Ind]=,[BC Handled Ind]=,[Effective Year-Month]={"&amp;gt;=$(vMax_YYYYMM)&amp;lt;=$(vMax_YYYYMM)"}&amp;gt;}[Customer Number Count])),'#,##0.00'),&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 08:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Ignore-filter-selection-not-working/m-p/1796822#M64408</guid>
      <dc:creator>harshal_hajare</dc:creator>
      <dc:date>2021-04-05T08:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense-Ignore filter selection not working</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Ignore-filter-selection-not-working/m-p/1796839#M64410</link>
      <description>&lt;P&gt;I Figured out the issue. I just changed the Name of the field in backend and UI from&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;[Reporting Unit Name New]&lt;/STRONG&gt;&lt;/EM&gt; to&lt;STRONG&gt;&amp;nbsp;&lt;EM&gt;[Reporting Unit Name_New]&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;and its working as expected. I think Qliksense engine couldn't differentiate between&amp;nbsp;[Reporting Unit Name] and&amp;nbsp;[Reporting Unit Name New], hence i added "_" in new field name.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 10:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Ignore-filter-selection-not-working/m-p/1796839#M64410</guid>
      <dc:creator>harshal_hajare</dc:creator>
      <dc:date>2021-04-05T10:07:42Z</dc:date>
    </item>
  </channel>
</rss>

