<?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: Set expression by using the count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-expression-by-using-the-count/m-p/112236#M17475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/people/joseph.morales"&gt;joseph.morales&lt;/A&gt;‌'s expression seems to be working for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207214_Capture.PNG" style="height: 278px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2018 13:23:16 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-07-06T13:23:16Z</dc:date>
    <item>
      <title>Set expression by using the count</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-by-using-the-count/m-p/112232#M17471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you are doing great.&lt;/P&gt;&lt;P&gt;Please can any one help on below set expression.&lt;/P&gt;&lt;P&gt;Scenario:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;There is 2KPI's. If KPI-1 % &amp;lt;=80 and KPI-2% &amp;lt;=80%. Here i want to show the store for review.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condition for NoReview:&amp;nbsp; KPI-1 should be &amp;lt;20 and KPI-2&amp;gt;80 &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Condition for Review:&amp;nbsp; KPI-1 should be &amp;gt;=20 and KPI-2&amp;lt;=80 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp; -&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KPI-1-&amp;nbsp; 28&amp;nbsp; (Greater than 20) it should be&lt;STRONG&gt; reviewed&lt;/STRONG&gt; even KPI-2 greater than 80.&lt;/P&gt;&lt;P&gt; -&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KPI-1 - 19 and KPI-2 81, NoReview. Because these two are satisfying the condition.&lt;/P&gt;&lt;P&gt;-&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KPI-1 - 10 and KPI-2 - 75 . It should be&lt;STRONG&gt; Review&lt;/STRONG&gt;. because KPI-2 less than 80. Even KPI-1 &amp;lt;20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i want to show the count for review in text object.&lt;/P&gt;&lt;P&gt; count is 3. 3 should be in text object.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CapturKPI.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206997_CapturKPI.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I tried with below.But its not working. &lt;/P&gt;&lt;P&gt;=count({&amp;lt;KPI1={"&amp;gt;20"},KPI2={"&amp;lt;80"}&amp;gt;})&amp;gt;} DISTINCT Store)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 02:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-by-using-the-count/m-p/112232#M17471</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-07-05T02:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression by using the count</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-by-using-the-count/m-p/112233#M17472</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;=count({&amp;lt;KPI1={"&amp;gt;20"},KPI2={"&amp;lt;80"}&amp;gt;} DISTINCT Store)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 03:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-by-using-the-count/m-p/112233#M17472</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2018-07-05T03:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression by using the count</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-by-using-the-count/m-p/112234#M17473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this option:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;KPI1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=20"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;+&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;KPI2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=80"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Store&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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>Thu, 05 Jul 2018 05:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-by-using-the-count/m-p/112234#M17473</guid>
      <dc:creator>joseph_morales</dc:creator>
      <dc:date>2018-07-05T05:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression by using the count</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-by-using-the-count/m-p/112235#M17474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your great support Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; But it's showing all the stores, not following the condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 04:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-by-using-the-count/m-p/112235#M17474</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-07-06T04:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression by using the count</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-by-using-the-count/m-p/112236#M17475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/people/joseph.morales"&gt;joseph.morales&lt;/A&gt;‌'s expression seems to be working for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207214_Capture.PNG" style="height: 278px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 13:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-by-using-the-count/m-p/112236#M17475</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-06T13:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression by using the count</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-by-using-the-count/m-p/112237#M17476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am extremely sorry. It was my script mistake. This is the perfect solution for my query.&lt;/P&gt;&lt;P&gt;Many thanks for your great help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 15:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-by-using-the-count/m-p/112237#M17476</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-07-12T15:00:07Z</dc:date>
    </item>
  </channel>
</rss>

