<?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 qliksense KPI#1 object in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/qliksense-KPI-1-object/m-p/1210818#M23247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i am using a couple of&amp;nbsp; qliksense KPI#1 object in a dashboard, &lt;SPAN style="font-size: 13.3333px;"&gt;every one of them is with different set analysis calculation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;i notice that some of them dont respond to user selection, for example &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;one of the object calculate amount as below and retrieve the correct value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum({$&amp;lt;PLATFORM={'Ios'},USAGETYPE={'Smartphone'}&amp;gt;}Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but when i other platform (Android) &lt;SPAN style="font-size: 13.3333px;"&gt;value stay the same..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;i would expect to see zero.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;advanced thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Nov 2024 10:16:15 GMT</pubDate>
    <dc:creator>ilanbaruch</dc:creator>
    <dc:date>2024-11-16T10:16:15Z</dc:date>
    <item>
      <title>qliksense KPI#1 object</title>
      <link>https://community.qlik.com/t5/App-Development/qliksense-KPI-1-object/m-p/1210818#M23247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i am using a couple of&amp;nbsp; qliksense KPI#1 object in a dashboard, &lt;SPAN style="font-size: 13.3333px;"&gt;every one of them is with different set analysis calculation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;i notice that some of them dont respond to user selection, for example &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;one of the object calculate amount as below and retrieve the correct value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum({$&amp;lt;PLATFORM={'Ios'},USAGETYPE={'Smartphone'}&amp;gt;}Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but when i other platform (Android) &lt;SPAN style="font-size: 13.3333px;"&gt;value stay the same..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;i would expect to see zero.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;advanced thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/qliksense-KPI-1-object/m-p/1210818#M23247</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2024-11-16T10:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: qliksense KPI#1 object</title>
      <link>https://community.qlik.com/t5/App-Development/qliksense-KPI-1-object/m-p/1210819#M23248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have hardcoded it as IOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try,&lt;/P&gt;&lt;P&gt;if(getselectedcount(PLATFORM) &amp;lt;&amp;gt;0 or getselectedcount(USAGETYPE) &amp;lt;&amp;gt;0,&lt;/P&gt;&lt;P&gt;sum(Amount),&lt;SPAN style="font-size: 13.33px;"&gt;sum({$&amp;lt;PLATFORM={'Ios'},USAGETYPE={'Smartphone'}&amp;gt;}Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 09:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/qliksense-KPI-1-object/m-p/1210819#M23248</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-11-07T09:08:25Z</dc:date>
    </item>
  </channel>
</rss>

