<?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: Count with condition in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2430230#M96508</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Forum.png" style="width: 673px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161885i8E439B718140890E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Forum.png" alt="Forum.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2024 09:47:16 GMT</pubDate>
    <dc:creator>ClareChinonye</dc:creator>
    <dc:date>2024-03-13T09:47:16Z</dc:date>
    <item>
      <title>Count with condition</title>
      <link>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2430193#M96499</link>
      <description>&lt;P&gt;Hi, please i am trying to count the worksorder where the actualtime/60 is &amp;gt;=&amp;nbsp; to the setuptime/60. this is the expression i wrote for my kpi chart, but the result is incorrect.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Count(distinct{&amp;lt;[UDEF_VIEW_service_event.WorksOrder]&amp;gt;} &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;If((TaskActualSetupTime/60) &amp;gt;= (TaskPlannedSetupTime/60), 1, 0)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can someone please help me out.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 08:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2430193#M96499</guid>
      <dc:creator>ClareChinonye</dc:creator>
      <dc:date>2024-03-15T08:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Count with condition</title>
      <link>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2430206#M96504</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Try like below&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;[UDEF_VIEW_Ringtons_service_event.WorksOrder]=&amp;gt;}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;If((TaskActualSetupTime/60) &amp;gt;= (TaskPlannedSetupTime/60), 1, 0)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you have TaskActualSetupTime and TaskPlannedSetuptime are dimension..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 09:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2430206#M96504</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2024-03-13T09:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Count with condition</title>
      <link>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2430218#M96505</link>
      <description>&lt;P&gt;I got same incorrect figure i was getting before. they are both separate dimensions&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 09:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2430218#M96505</guid>
      <dc:creator>ClareChinonye</dc:creator>
      <dc:date>2024-03-13T09:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Count with condition</title>
      <link>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2430221#M96506</link>
      <description>&lt;P&gt;Could you share the screenshot and expected output..&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 09:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2430221#M96506</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2024-03-13T09:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Count with condition</title>
      <link>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2430230#M96508</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Forum.png" style="width: 673px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161885i8E439B718140890E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Forum.png" alt="Forum.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 09:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2430230#M96508</guid>
      <dc:creator>ClareChinonye</dc:creator>
      <dc:date>2024-03-13T09:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Count with condition</title>
      <link>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2430233#M96509</link>
      <description>&lt;P&gt;from the table, my count should equal 3, but i am getting 34&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 09:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2430233#M96509</guid>
      <dc:creator>ClareChinonye</dc:creator>
      <dc:date>2024-03-13T09:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Count with condition</title>
      <link>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2430300#M96516</link>
      <description>&lt;P&gt;When you do count in a KPI you have to Group by on some dimension to get correct results.&lt;/P&gt;
&lt;P&gt;Please share mocked up data and expected result.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 12:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2430300#M96516</guid>
      <dc:creator>Dataintellinalytics</dc:creator>
      <dc:date>2024-03-13T12:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Count with condition</title>
      <link>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2431063#M96594</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;So you're using in KPI object..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(Sum({&amp;lt;[UDEF_VIEW_Ringtons_service_event.WorksOrder]=&amp;gt;}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;If((TaskActualSetupTime/60) &amp;gt;= (TaskPlannedSetupTime/60), 1, 0)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;),&amp;nbsp;TaskActualSetupTime,&amp;nbsp;TaskPlannedSetupTime))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 02:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-with-condition/m-p/2431063#M96594</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2024-03-15T02:08:21Z</dc:date>
    </item>
  </channel>
</rss>

