<?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 Showing Graph with Top 10 and Restrictions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-Graph-with-Top-10-and-Restrictions/m-p/538163#M201135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create Top and Bottom performing graphs.&amp;nbsp; Each will display the top and bottom 10 performers. Image is attached below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get this to work easily using the Dimension Limits tab and setting this to largest 10 and smallest 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that I also want to limit Users to only those that have &amp;gt;49 members.&amp;nbsp; Right now I am limiting the expression using the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For Top 10 =if(sum(Count)&amp;gt;49,sum(Gap)/sum(Eligibility),-1)&lt;/LI&gt;&lt;LI&gt;For Bottom 10 =if(sum(Count)&amp;gt;49,sum(Gap)/sum(Eligibility),2)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When no selections are made this logic works just fine and the Users with &amp;lt; 50 members aren't shown, however when a selection on User is made then members show up with -100% and +200%. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot just set the values to 0 and exclude 0's because it is possible for a User to have a Quality Score of 0 and we would want that value to be included in the Bottom Performing list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46687_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 15:58:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-18T15:58:09Z</dc:date>
    <item>
      <title>Showing Graph with Top 10 and Restrictions</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Graph-with-Top-10-and-Restrictions/m-p/538163#M201135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create Top and Bottom performing graphs.&amp;nbsp; Each will display the top and bottom 10 performers. Image is attached below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get this to work easily using the Dimension Limits tab and setting this to largest 10 and smallest 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that I also want to limit Users to only those that have &amp;gt;49 members.&amp;nbsp; Right now I am limiting the expression using the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For Top 10 =if(sum(Count)&amp;gt;49,sum(Gap)/sum(Eligibility),-1)&lt;/LI&gt;&lt;LI&gt;For Bottom 10 =if(sum(Count)&amp;gt;49,sum(Gap)/sum(Eligibility),2)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When no selections are made this logic works just fine and the Users with &amp;lt; 50 members aren't shown, however when a selection on User is made then members show up with -100% and +200%. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot just set the values to 0 and exclude 0's because it is possible for a User to have a Quality Score of 0 and we would want that value to be included in the Bottom Performing list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46687_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 15:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Graph-with-Top-10-and-Restrictions/m-p/538163#M201135</guid>
      <dc:creator />
      <dc:date>2013-09-18T15:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Graph with Top 10 and Restrictions</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Graph-with-Top-10-and-Restrictions/m-p/538164#M201136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(sum(Count)&amp;gt;49,sum(Gap)/sum(Eligibility),null())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 19:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Graph-with-Top-10-and-Restrictions/m-p/538164#M201136</guid>
      <dc:creator />
      <dc:date>2013-09-18T19:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Graph with Top 10 and Restrictions</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Graph-with-Top-10-and-Restrictions/m-p/538165#M201137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This gives me a 'No data to display' error message.&amp;nbsp; I tried to just change the if statements to the following&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(sum(Count)&amp;gt;49,sum(Gap)/sum(Eligibility))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but this also gave me the same error message. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 19:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Graph-with-Top-10-and-Restrictions/m-p/538165#M201137</guid>
      <dc:creator />
      <dc:date>2013-09-18T19:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Graph with Top 10 and Restrictions</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Graph-with-Top-10-and-Restrictions/m-p/538166#M201138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would recommend using the &lt;EM&gt;Dimension Limits&lt;/EM&gt; if you are building in QV 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/46691_Capture.PNG" style="width: 620px; height: 581px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 22:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Graph-with-Top-10-and-Restrictions/m-p/538166#M201138</guid>
      <dc:creator />
      <dc:date>2013-09-18T22:18:58Z</dc:date>
    </item>
  </channel>
</rss>

