<?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: Retaining a KPI value after filtering in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Retaining-a-KPI-value-after-filtering/m-p/1531073#M438740</link>
    <description>&lt;P&gt;This now takes me back to my filtered count.&lt;BR /&gt;&lt;BR /&gt;I was trying something like this but the expression is not quote correct:&lt;BR /&gt;&lt;BR /&gt;=only({&amp;lt;Customer={1}&amp;gt;}count(SERVICE_STATUS={'Active'}&amp;gt;}Distinct Service_Number))&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jan 2019 15:02:16 GMT</pubDate>
    <dc:creator>stunelson</dc:creator>
    <dc:date>2019-01-16T15:02:16Z</dc:date>
    <item>
      <title>Retaining a KPI value after filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Retaining-a-KPI-value-after-filtering/m-p/1531048#M438736</link>
      <description>&lt;P&gt;Hi, fairly new to QlikSense so any help would be appreciated.&amp;nbsp; I have a KPI which is counting the number of active services for a specific Customer, in this case the result is 14.&amp;nbsp; I also have a chart which allows me to filter the Services, when I do this the KPI updates to reflect the number of Services&amp;nbsp; selected.&amp;nbsp; I need to ensure the original value (14) is retained.&lt;/P&gt;&lt;P&gt;The expression in the KPI is:&lt;/P&gt;&lt;P&gt;=Count( {$&amp;lt;[SERVICE_STATUS] = {'Active'}&amp;gt;}Distinct Service_Number)&lt;/P&gt;&lt;P&gt;I think I need to somehow incorporate the Customer using the "only" expression but not sure how?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 14:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retaining-a-KPI-value-after-filtering/m-p/1531048#M438736</guid>
      <dc:creator>stunelson</dc:creator>
      <dc:date>2019-01-16T14:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Retaining a KPI value after filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Retaining-a-KPI-value-after-filtering/m-p/1531061#M438737</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;=Count({&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;&amp;lt;[SERVICE_STATUS] = {'Active'}&amp;gt;} DISTINCT Service_Number)&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Jan 2019 14:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retaining-a-KPI-value-after-filtering/m-p/1531061#M438737</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-16T14:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Retaining a KPI value after filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Retaining-a-KPI-value-after-filtering/m-p/1531064#M438738</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;This is giving me the count of Services across the dataset as opposed to a specific Customer.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 14:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retaining-a-KPI-value-after-filtering/m-p/1531064#M438738</guid>
      <dc:creator>stunelson</dc:creator>
      <dc:date>2019-01-16T14:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Retaining a KPI value after filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Retaining-a-KPI-value-after-filtering/m-p/1531067#M438739</link>
      <description>&lt;P&gt;I guess ignore selection in Service field in that case&lt;/P&gt;&lt;PRE&gt;=Count({$&amp;lt;[SERVICE_STATUS] = {'Active'}&lt;FONT color="#FF0000"&gt;, Service&lt;/FONT&gt;&amp;gt;} DISTINCT Service_Number)&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Jan 2019 14:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retaining-a-KPI-value-after-filtering/m-p/1531067#M438739</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-16T14:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Retaining a KPI value after filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Retaining-a-KPI-value-after-filtering/m-p/1531073#M438740</link>
      <description>&lt;P&gt;This now takes me back to my filtered count.&lt;BR /&gt;&lt;BR /&gt;I was trying something like this but the expression is not quote correct:&lt;BR /&gt;&lt;BR /&gt;=only({&amp;lt;Customer={1}&amp;gt;}count(SERVICE_STATUS={'Active'}&amp;gt;}Distinct Service_Number))&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 15:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retaining-a-KPI-value-after-filtering/m-p/1531073#M438740</guid>
      <dc:creator>stunelson</dc:creator>
      <dc:date>2019-01-16T15:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Retaining a KPI value after filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Retaining-a-KPI-value-after-filtering/m-p/1531091#M438742</link>
      <description>&lt;P&gt;I don't think I follow... would you be able to share a sample where I can see the issue??&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 15:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retaining-a-KPI-value-after-filtering/m-p/1531091#M438742</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-16T15:00:17Z</dc:date>
    </item>
  </channel>
</rss>

