<?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: Identifying the count based on between condition in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Identifying-the-count-based-on-between-condition/m-p/113368#M7831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which is the dimension you are actually trying to count?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2018 11:49:21 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-08-07T11:49:21Z</dc:date>
    <item>
      <title>Identifying the count based on between condition</title>
      <link>https://community.qlik.com/t5/App-Development/Identifying-the-count-based-on-between-condition/m-p/113367#M7830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working around the thing where I want to identify the number of record present between the condition&lt;/P&gt;&lt;P&gt;my condition looks like these &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if((Sum({&amp;lt;[Pricing Level]={'BC Level'}&amp;gt;} [w/M])&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;gt;= Sum({&amp;lt;[Pricing Level]={'Strategic'}&amp;gt;} [w/M])-sum([w/M])*0.2)=-1,count( total 1))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and i am trying to implement in KPI or text box&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;any help will be helpful &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 09:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Identifying-the-count-based-on-between-condition/m-p/113367#M7830</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2018-08-07T09:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying the count based on between condition</title>
      <link>https://community.qlik.com/t5/App-Development/Identifying-the-count-based-on-between-condition/m-p/113368#M7831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which is the dimension you are actually trying to count?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 11:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Identifying-the-count-based-on-between-condition/m-p/113368#M7831</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-07T11:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying the count based on between condition</title>
      <link>https://community.qlik.com/t5/App-Development/Identifying-the-count-based-on-between-condition/m-p/113369#M7832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say i have 1000 records out of that&amp;nbsp; 70 records are matching this condition and i have few more&amp;nbsp; condition&amp;nbsp; then i have to get the count of that particular record .lets say the dimension is Pricing Level to get the count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression what i used &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Sum({&amp;lt;[Pricing Level]={'BC Level'}&amp;gt;} [w/M])=0,'BLANK',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Sum({&amp;lt;[Pricing Level]={'BC Level'}&amp;gt;} [w/M])&amp;gt;=Sum({&amp;lt;[Pricing Level]={'Strategic'}&amp;gt;} [w/M]-[w/M]*0.2)and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;[Pricing Level]={'BC Level'}&amp;gt;} [w/M])&amp;lt;=Sum({&amp;lt;[Pricing Level]={'Strategic'}&amp;gt;} [w/M]+[w/M]*0.2),'Comply',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Sum({&amp;lt;[Pricing Level]={'BC Level'}&amp;gt;} [w/M])&amp;gt;=Sum({&amp;lt;[Pricing Level]={'Strategic'}&amp;gt;} [w/M]-12)and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;[Pricing Level]={'BC Level'}&amp;gt;} [w/M])&amp;lt;=Sum({&amp;lt;[Pricing Level]={'Strategic'}&amp;gt;} [w/M]+12),'Comply',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;if((Sum({&amp;lt;[Pricing Level]={'BC Level'}&amp;gt;} [w/M])&amp;lt;Sum({&amp;lt;[Pricing Level]={'Strategic'}&amp;gt;} [w/M]-[w/M]*0.2)or &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;[Pricing Level]={'BC Level'}&amp;gt;} [w/M])&amp;lt;Sum({&amp;lt;[Pricing Level]={'Strategic'}&amp;gt;} [w/M]-12))and &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;[Pricing Level]={'Strategic'}&amp;gt;} [w/M])&amp;lt;&amp;gt;0,'Lower', &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if((Sum({&amp;lt;[Pricing Level]={'BC Level'}&amp;gt;} [w/M])&amp;gt;Sum({&amp;lt;[Pricing Level]={'Strategic'}&amp;gt;} [w/M]+[w/M]*0.2)or &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;[Pricing Level]={'BC Level'}&amp;gt;} [w/M])&amp;gt;Sum({&amp;lt;[Pricing Level]={'Strategic'}&amp;gt;} [w/M]+12))and &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;[Pricing Level]={'Strategic'}&amp;gt;} [w/M])&amp;lt;&amp;gt;0,'Upper', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Sum({&amp;lt;[Pricing Level]={'Strategic'}&amp;gt;} [w/M])=0 and &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;[Pricing Level]={'BC Level'}&amp;gt;} [w/M])&amp;gt;=Sum({&amp;lt;[Pricing Level]={'Strategic'}&amp;gt;} [w/M]),'Upper',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Sum({&amp;lt;[Pricing Level]={'BC Level'}&amp;gt;} [w/M])&amp;gt;=Sum({&amp;lt;[Pricing Level]={'Strategic'}&amp;gt;} [w/M]+[w/M]*0.2)and &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;[Pricing Level]={'Strategic'}&amp;gt;} [w/M])&amp;lt;&amp;gt;0,'Upper','Comply'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )))))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to do is In KPI I am trying to show the individual numbers&amp;nbsp; based on the [Comply ,Upper,Lower,Blank]&lt;/P&gt;&lt;P&gt;Due to some aggretation problem i am not getting the answer just getting null value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 14:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Identifying-the-count-based-on-between-condition/m-p/113369#M7832</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2018-08-07T14:43:51Z</dc:date>
    </item>
  </channel>
</rss>

