<?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: KPI and Ignore Filter Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/KPI-and-Ignore-Filter-Selection/m-p/1673167#M506791</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you want an expression not to consider the values ​​of a given filter, what you should do is include the name of the field not to be taken into account.&lt;/P&gt;&lt;P&gt;In the example attached, the expression is sum (sales), and the other expression ignores the Year filter.&lt;/P&gt;&lt;P&gt;sum (sales)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sum ({&amp;lt;year&amp;gt;} sales)&lt;/P&gt;&lt;P&gt;the set analysis&amp;nbsp;{&amp;lt;year&amp;gt;}&amp;nbsp; indicate the year selections is ignored in the sum&lt;/P&gt;</description>
    <pubDate>Thu, 06 Feb 2020 21:26:05 GMT</pubDate>
    <dc:creator>gballester</dc:creator>
    <dc:date>2020-02-06T21:26:05Z</dc:date>
    <item>
      <title>KPI and Ignore Filter Selection</title>
      <link>https://community.qlik.com/t5/QlikView/KPI-and-Ignore-Filter-Selection/m-p/1673147#M506790</link>
      <description>&lt;P&gt;Can I get some assistance with adjusting my code?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I want my KPI to ignore filters.&lt;BR /&gt;This is one situation where I miss Tableau. There you can simply check a box to let a filter work on an object or not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;=IF(SUM({&amp;lt;[Metric Name]={'XYZ'},[KPI Latest Month Figures]={'Yes'}&amp;gt;}Adjusted_Metric_Value)&amp;lt;0.001,'-',&lt;BR /&gt;ROUND(SUM({&amp;lt;[Metric Name]={'XYZ'},[KPI Latest Month Figures]={'Yes'}&amp;gt;}Adjusted_Metric_Value),0.1)&amp;amp;'%')&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Thank you in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/KPI-and-Ignore-Filter-Selection/m-p/1673147#M506790</guid>
      <dc:creator>kgordish</dc:creator>
      <dc:date>2024-11-16T01:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: KPI and Ignore Filter Selection</title>
      <link>https://community.qlik.com/t5/QlikView/KPI-and-Ignore-Filter-Selection/m-p/1673167#M506791</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you want an expression not to consider the values ​​of a given filter, what you should do is include the name of the field not to be taken into account.&lt;/P&gt;&lt;P&gt;In the example attached, the expression is sum (sales), and the other expression ignores the Year filter.&lt;/P&gt;&lt;P&gt;sum (sales)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sum ({&amp;lt;year&amp;gt;} sales)&lt;/P&gt;&lt;P&gt;the set analysis&amp;nbsp;{&amp;lt;year&amp;gt;}&amp;nbsp; indicate the year selections is ignored in the sum&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 21:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/KPI-and-Ignore-Filter-Selection/m-p/1673167#M506791</guid>
      <dc:creator>gballester</dc:creator>
      <dc:date>2020-02-06T21:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: KPI and Ignore Filter Selection</title>
      <link>https://community.qlik.com/t5/QlikView/KPI-and-Ignore-Filter-Selection/m-p/1673188#M506792</link>
      <description>&lt;P&gt;In addition to the previous reply, if you want to ignore ALL filters, instead of listing out each one individually, you can simply add a 1 in the beginning of your set analysis:&lt;BR /&gt;&lt;SPAN&gt;=IF(SUM({1&amp;lt;[Metric Name]={'XYZ'},[KPI Latest Month Figures]={'Yes'}&amp;gt;}Adjusted_Metric_Value)&amp;lt;0.001,'-',&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ROUND(SUM({1&amp;lt;[Metric Name]={'XYZ'},[KPI Latest Month Figures]={'Yes'}&amp;gt;}Adjusted_Metric_Value),0.1)&amp;amp;'%')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 22:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/KPI-and-Ignore-Filter-Selection/m-p/1673188#M506792</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2020-02-06T22:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: KPI and Ignore Filter Selection</title>
      <link>https://community.qlik.com/t5/QlikView/KPI-and-Ignore-Filter-Selection/m-p/1673376#M506793</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32626"&gt;@gballester&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32626"&gt;@gballester&lt;/a&gt;&amp;nbsp; "Year" is the particular filter that is interfering with my KPI.&amp;nbsp;&lt;BR /&gt;Due to length of my formula, can you show me where to insert year?&lt;/P&gt;&lt;P&gt;After inserted {1} into my formula, realized I wanted to keep region filter working and have year deactivated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 14:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/KPI-and-Ignore-Filter-Selection/m-p/1673376#M506793</guid>
      <dc:creator>kgordish</dc:creator>
      <dc:date>2020-02-07T14:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: KPI and Ignore Filter Selection</title>
      <link>https://community.qlik.com/t5/QlikView/KPI-and-Ignore-Filter-Selection/m-p/1673406#M506794</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="borarset.png" style="width: 927px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/28119iAB1864E34646DCAF/image-size/large?v=v2&amp;amp;px=999" role="button" title="borarset.png" alt="borarset.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 15:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/KPI-and-Ignore-Filter-Selection/m-p/1673406#M506794</guid>
      <dc:creator>gballester</dc:creator>
      <dc:date>2020-02-07T15:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: KPI and Ignore Filter Selection</title>
      <link>https://community.qlik.com/t5/QlikView/KPI-and-Ignore-Filter-Selection/m-p/1792999#M1210871</link>
      <description>&lt;P&gt;Thanks! this is exactly what I was looking for&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 18:57:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/KPI-and-Ignore-Filter-Selection/m-p/1792999#M1210871</guid>
      <dc:creator>smgt90</dc:creator>
      <dc:date>2021-03-19T18:57:05Z</dc:date>
    </item>
  </channel>
</rss>

