<?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 analysis - Percentage Count in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575190#M41909</link>
    <description>&lt;P&gt;So, in this case, you would want a count of 2?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 812px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11212iE500B734709C42EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2019 15:29:34 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-04-30T15:29:34Z</dc:date>
    <item>
      <title>Set analysis - Percentage Count</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1574591#M41863</link>
      <description>&lt;P&gt;Please shed some light on below expression I’m trying to show the count of percentages only&amp;nbsp; if the percentage is &amp;lt; 50%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;My expression is =Count({&amp;lt;Status-={'REJECTED'},Code ={'AP'} Items) / Count ({&amp;lt;Status-={'REJECTED'}&amp;gt;}Items)&lt;BR /&gt;The above expression gives me 40%&amp;nbsp; so my count is 1.&lt;/P&gt;&lt;P&gt;My Dimension= Date, Product&lt;BR /&gt;Expression is Count of &amp;nbsp;items if the above expression is &amp;lt;50% Items)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expected Result:&lt;/P&gt;&lt;P&gt;Straight table&lt;/P&gt;&lt;P&gt;Date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Provider&amp;nbsp; &amp;nbsp;Count of Expression(only &amp;lt;50%)&lt;/P&gt;&lt;P&gt;28/04/2019 &amp;nbsp;&amp;nbsp;&amp;nbsp;002&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;27/04/2019 &amp;nbsp;&amp;nbsp;&amp;nbsp;019&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;Please suggest a solution for the above. appreciate your help in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1574591#M41863</guid>
      <dc:creator>datashaw</dc:creator>
      <dc:date>2024-11-16T05:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Percentage Count</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575081#M41894</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;Sum(Aggr(&lt;/P&gt;&lt;P&gt;If(&lt;SPAN&gt;Count({&amp;lt;Status-={'REJECTED'},Code ={'AP'} Items) / Count ({&amp;lt;Status-={'REJECTED'}&amp;gt;}Items) &amp;lt; 0.50, 1, 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;, Date, Item))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 13:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575081#M41894</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-30T13:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Percentage Count</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575107#M41897</link>
      <description>Hi Sunny, Sorry for the delay reply. I am getting the output of '0' normally i would expect numbers. is that something issue with my dimensions, (Date, Provider)..? on the above expression</description>
      <pubDate>Tue, 30 Apr 2019 14:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575107#M41897</guid>
      <dc:creator>datashaw</dc:creator>
      <dc:date>2019-04-30T14:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Percentage Count</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575114#M41899</link>
      <description>&lt;P&gt;Would you be able to share some sample data?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 14:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575114#M41899</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-30T14:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Percentage Count</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575176#M41903</link>
      <description>&lt;P&gt;I'm working on Hub, not sure how to share he qvf file. But i am sharing some sample data with the straight table screenshot Here : Straight table&lt;/P&gt;&lt;P&gt;Dimentions are Date, Provider&lt;/P&gt;&lt;P&gt;Expression:&amp;nbsp;Count({&amp;lt; code={'AP'},ResponseTime={'&amp;gt;=00:30:00&amp;lt;=10:00:00'}&amp;gt;}Items)/Count({&amp;lt; code={'AP'}&amp;gt;}Items)&lt;/P&gt;&lt;P&gt;Want to show another expression would be count of any percentage which is &amp;lt;50 %&lt;/P&gt;&lt;P&gt;my dummy data shows 0% and 100% only. basically in this case i want to show the count of 0%'s because 0% is &amp;lt;50. please do me know if its clear.?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 15:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575176#M41903</guid>
      <dc:creator>datashaw</dc:creator>
      <dc:date>2019-04-30T15:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Percentage Count</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575190#M41909</link>
      <description>&lt;P&gt;So, in this case, you would want a count of 2?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 812px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/11212iE500B734709C42EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 15:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575190#M41909</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-30T15:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Percentage Count</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575210#M41911</link>
      <description>&lt;P&gt;Yes Exactly..thats right I am looking to see the Count of 2, but your previous expression giving me '0' please suggest me the solution.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 15:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575210#M41911</guid>
      <dc:creator>datashaw</dc:creator>
      <dc:date>2019-04-30T15:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Percentage Count</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575219#M41913</link>
      <description>&lt;P&gt;So, for the sample data provided... this gives me 2&lt;/P&gt;&lt;P&gt;Sum(Aggr(&lt;/P&gt;&lt;P&gt;If(Count({&amp;lt;Code = {'AP'},ResponseTime = {"&amp;gt;=00:30:00&amp;lt;=10:00:00"}&amp;gt;}Items)/Count({&amp;lt;Code = {'AP'}&amp;gt;}Items) &amp;lt; 0.50, 1, 0)&lt;/P&gt;&lt;P&gt;, Date, Provider))&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Expression is different because the chart dimensions are different.... this expression is based on Provider being the second dimension....&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 16:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575219#M41913</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-30T16:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - Percentage Count</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575236#M41914</link>
      <description>you are star. thanks for the help. much appreciated.</description>
      <pubDate>Tue, 30 Apr 2019 16:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-Percentage-Count/m-p/1575236#M41914</guid>
      <dc:creator>datashaw</dc:creator>
      <dc:date>2019-04-30T16:47:42Z</dc:date>
    </item>
  </channel>
</rss>

