<?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: How to limit the rows displayed in a pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815542#M1030496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just change it to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NODISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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;Cust_Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Cust_nbr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;1,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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;Cust_Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;you need the nodistinct in the aggr function to ensure you get all three rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2015 14:35:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-03T14:35:40Z</dc:date>
    <item>
      <title>How to limit the rows displayed in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815535#M1030488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a pivot table that shows customer number, customer name and number of distinct customers.&amp;nbsp; I only want to show the rows where the number of distinct customers is greater than 1.&amp;nbsp; See attached qlikview file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I only show the rows where the Nbr of Customers is &amp;gt; 1 ?&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;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 13:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815535#M1030488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-03T13:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the rows displayed in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815536#M1030490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can just use&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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;Cust_Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&amp;gt;1,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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;Cust_Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 13:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815536#M1030490</guid>
      <dc:creator />
      <dc:date>2015-02-03T13:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the rows displayed in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815537#M1030491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was too simple.&amp;nbsp; Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 14:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815537#M1030491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-03T14:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the rows displayed in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815538#M1030492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;As you are using Cust_Name in dimension once expand the customer nmbr ..above solution will not work .&lt;/P&gt;&lt;P&gt;you need to use below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(aggr(COUNT(DISTINCT(Cust_Name)),Cust_nbr)&amp;gt;1,COUNT(DISTINCT(Cust_Name)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 14:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815538#M1030492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-03T14:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the rows displayed in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815539#M1030493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe , &lt;/P&gt;&lt;P&gt;Can you attach the application if it is working as expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 14:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815539#M1030493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-03T14:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the rows displayed in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815540#M1030494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good point, I didn't spot the extra dimension in there, you're right mine wouldn't work with that in there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 14:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815540#M1030494</guid>
      <dc:creator />
      <dc:date>2015-02-03T14:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the rows displayed in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815541#M1030495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your right, Joe's answer does not work.&amp;nbsp; Unfortunately neither does yours.&amp;nbsp; Yes it displays the number counts if the total is &amp;gt; 1 BUT if you expand the pivot table you only see 1 Cust_Name value of A (you should see A,B and C)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 14:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815541#M1030495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-03T14:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the rows displayed in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815542#M1030496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just change it to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NODISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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;Cust_Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Cust_nbr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;1,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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;Cust_Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;you need the nodistinct in the aggr function to ensure you get all three rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 14:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815542#M1030496</guid>
      <dc:creator />
      <dc:date>2015-02-03T14:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the rows displayed in a pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815543#M1030497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THAT WORKS!&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;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 14:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-the-rows-displayed-in-a-pivot-table/m-p/815543#M1030497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-03T14:45:38Z</dc:date>
    </item>
  </channel>
</rss>

