<?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 Why won't my KPI's update when filtered? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Why-won-t-my-KPI-s-update-when-filtered/m-p/1061519#M17097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create a KPI for Pending Apps, Completed Apps, and Denied Apps.&amp;nbsp; The Dimension is Application Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the syntax I'm using to COUNT all Pending Apps.&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[Application Status]={'Pending'}&amp;gt;} DISTINCT [Application ID])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything works correctly to get the COUNT; however, when I use the Application Status filter on my dashboard to filter out Pending Apps, the Count does not change to 0.&amp;nbsp; The other charts on the dashboard update, but these individual KPI's do not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is this happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for the help!&lt;/P&gt;&lt;P&gt;Kenny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2016 20:24:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-23T20:24:07Z</dc:date>
    <item>
      <title>Why won't my KPI's update when filtered?</title>
      <link>https://community.qlik.com/t5/App-Development/Why-won-t-my-KPI-s-update-when-filtered/m-p/1061519#M17097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create a KPI for Pending Apps, Completed Apps, and Denied Apps.&amp;nbsp; The Dimension is Application Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the syntax I'm using to COUNT all Pending Apps.&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[Application Status]={'Pending'}&amp;gt;} DISTINCT [Application ID])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything works correctly to get the COUNT; however, when I use the Application Status filter on my dashboard to filter out Pending Apps, the Count does not change to 0.&amp;nbsp; The other charts on the dashboard update, but these individual KPI's do not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is this happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for the help!&lt;/P&gt;&lt;P&gt;Kenny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 20:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-won-t-my-KPI-s-update-when-filtered/m-p/1061519#M17097</guid>
      <dc:creator />
      <dc:date>2016-03-23T20:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't my KPI's update when filtered?</title>
      <link>https://community.qlik.com/t5/App-Development/Why-won-t-my-KPI-s-update-when-filtered/m-p/1061520#M17098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count({$&amp;lt;[Application Status] &lt;SPAN style="color: #ff0000;"&gt;*&lt;/SPAN&gt;= {'Pending'}&amp;gt;} DISTINCT [Application ID])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: Note the small &lt;STRONG style=": ; color: #ff0000; font-size: 14pt;"&gt;*&lt;/STRONG&gt; before the equal sign&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 20:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-won-t-my-KPI-s-update-when-filtered/m-p/1061520#M17098</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-23T20:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't my KPI's update when filtered?</title>
      <link>https://community.qlik.com/t5/App-Development/Why-won-t-my-KPI-s-update-when-filtered/m-p/1061521#M17099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! this was helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 17:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-won-t-my-KPI-s-update-when-filtered/m-p/1061521#M17099</guid>
      <dc:creator />
      <dc:date>2016-03-24T17:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't my KPI's update when filtered?</title>
      <link>https://community.qlik.com/t5/App-Development/Why-won-t-my-KPI-s-update-when-filtered/m-p/1061522#M17100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, if you got what you were looking for, please close the thread down by marking the correct answer&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 17:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-won-t-my-KPI-s-update-when-filtered/m-p/1061522#M17100</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-24T17:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't my KPI's update when filtered?</title>
      <link>https://community.qlik.com/t5/App-Development/Why-won-t-my-KPI-s-update-when-filtered/m-p/1061523#M17101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will do.&amp;nbsp; One last question.. I'm new to Qlik, but I'm having trouble finding a resource that explains the syntax.&amp;nbsp; Are there are resources or documents available (outside of videos) that do that?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I get how the "*" works, but can you provide additional background on what it's function is in the Qlik Sense syntax?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 18:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-won-t-my-KPI-s-update-when-filtered/m-p/1061523#M17101</guid>
      <dc:creator />
      <dc:date>2016-03-24T18:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why won't my KPI's update when filtered?</title>
      <link>https://community.qlik.com/t5/App-Development/Why-won-t-my-KPI-s-update-when-filtered/m-p/1061524#M17102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For set analysis, check the attached document out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 18:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-won-t-my-KPI-s-update-when-filtered/m-p/1061524#M17102</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-24T18:53:10Z</dc:date>
    </item>
  </channel>
</rss>

