<?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: Restrict KPI from changing when filters are applied in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restrict-KPI-from-changing-when-filters-are-applied/m-p/2014827#M1221878</link>
    <description>&lt;P&gt;Thank you Sir but none of the proposed solutions worked.&amp;nbsp; How ever i did find that fx&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;if(GetFieldSelections([Region])&amp;amp;([EOL Year]&amp;amp;([Site]))&amp;gt;0,$(vCameraTotal),'')&lt;/STRONG&gt; displayed a value only if Region or EOL is selected which is exactly what i wanted.&lt;BR /&gt;&lt;BR /&gt;Now I'm having difficulty with fx&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Count( {1}{&amp;lt;[EOL Year] = {"&amp;gt;=2021"}&amp;gt;} Camera_Model ) / Count({1} Camera_Model )&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;displaying&amp;nbsp; a fixed value no matter what is selected&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Dec 2022 14:27:51 GMT</pubDate>
    <dc:creator>Fsosa11</dc:creator>
    <dc:date>2022-12-09T14:27:51Z</dc:date>
    <item>
      <title>Restrict KPI from changing when filters are applied</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-KPI-from-changing-when-filters-are-applied/m-p/2014572#M1221867</link>
      <description>&lt;P&gt;HI&amp;nbsp; Guys, I'm having some issues with KPI values remaining the same while a filter is applied.&lt;BR /&gt;&lt;BR /&gt;Firstly , I want this value not to change no matter which filter is applied :&amp;nbsp;&lt;BR /&gt;Count( {1}{&amp;lt;[EOL Year] = {"&amp;gt;=2021"}&amp;gt;} Camera_Model ) / Count({1} Camera_Model )&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;**The value does not change when EOL Year is applied but does change and Region is applied, I would like the value to stay the same if region and/or Eol Year filter is applied **&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Secondly , I want this KPI to only show a value when the fields EOL or Region is applied:&amp;nbsp;&lt;BR /&gt;count([Camera_Model])/count({1}[Camera_Model])&lt;BR /&gt;&lt;STRONG&gt;**When no selection is made, the value displays 100% but i would like the KPI to display no value, or even better,&amp;nbsp; not even appear on the board unless EOL Year&amp;nbsp; or Region is selected **&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I tried multiple set analysis scenarios and have not found a result, any help is greatly appreciated&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 21:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-KPI-from-changing-when-filters-are-applied/m-p/2014572#M1221867</guid>
      <dc:creator>Fsosa11</dc:creator>
      <dc:date>2022-12-08T21:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict KPI from changing when filters are applied</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-KPI-from-changing-when-filters-are-applied/m-p/2014608#M1221868</link>
      <description>&lt;P&gt;HI&lt;/P&gt;
&lt;P&gt;Try like below&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1. Count({1&amp;lt;[EOL Year] = {"&amp;gt;=2021"}&amp;gt;} Camera_Model ) / Count({1} Camera_Model )&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. If(GetselectedCount([EOL Year]) &amp;gt; 0 or GetselectedCount(Region) &amp;gt; 0,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;count([Camera_Model])/count({1}[Camera_Model]), ' ')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 01:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-KPI-from-changing-when-filters-are-applied/m-p/2014608#M1221868</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2022-12-09T01:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict KPI from changing when filters are applied</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-KPI-from-changing-when-filters-are-applied/m-p/2014827#M1221878</link>
      <description>&lt;P&gt;Thank you Sir but none of the proposed solutions worked.&amp;nbsp; How ever i did find that fx&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;if(GetFieldSelections([Region])&amp;amp;([EOL Year]&amp;amp;([Site]))&amp;gt;0,$(vCameraTotal),'')&lt;/STRONG&gt; displayed a value only if Region or EOL is selected which is exactly what i wanted.&lt;BR /&gt;&lt;BR /&gt;Now I'm having difficulty with fx&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Count( {1}{&amp;lt;[EOL Year] = {"&amp;gt;=2021"}&amp;gt;} Camera_Model ) / Count({1} Camera_Model )&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;displaying&amp;nbsp; a fixed value no matter what is selected&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 14:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-KPI-from-changing-when-filters-are-applied/m-p/2014827#M1221878</guid>
      <dc:creator>Fsosa11</dc:creator>
      <dc:date>2022-12-09T14:27:51Z</dc:date>
    </item>
  </channel>
</rss>

