<?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 exclude records? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220106#M390266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Order = {"=Count (Order)/Count(Item) &amp;gt; 1"}&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Mar 2017 17:29:57 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-03-02T17:29:57Z</dc:date>
    <item>
      <title>How to exclude records?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220103#M390263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table that will display the number of orders and the items related to that order. for example order 10001 has 3 items10001-001, 10001-002 &amp;amp; 10001-003.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to do is only displays the orders with more than 1 item related.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How can I do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 16:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220103#M390263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-02T16:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude records?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220104#M390264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be a calculated dimension like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(If(Count(Item) &amp;gt; 0, Order), Order)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or a set analysis like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;Order = {"=Count(Item) &amp;gt; 0"}&amp;gt;}&lt;/SPAN&gt;Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 16:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220104#M390264</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-02T16:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude records?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220105#M390265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't work, I need something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count (Order) / Count (item) &amp;gt;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I expand it the total will be 1 and this won't work, am I right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 17:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220105#M390265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-02T17:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude records?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220106#M390266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Order = {"=Count (Order)/Count(Item) &amp;gt; 1"}&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 17:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220106#M390266</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-02T17:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude records?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220107#M390267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, if I use that function will show the table as blank, because when I expand a Order the total will change to 1 and I think it is failing 'cause of that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your effort. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 18:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220107#M390267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-02T18:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude records?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220108#M390268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample or some sample data or provide some more information in some way or the other?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 19:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220108#M390268</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-02T19:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude records?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220109#M390269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, I can't but when I sort by an expression the way that is filtered now worked. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 19:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220109#M390269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-02T19:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude records?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220110#M390270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;great &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2017 19:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-records/m-p/1220110#M390270</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-02T19:55:57Z</dc:date>
    </item>
  </channel>
</rss>

