<?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: Select if count is zero in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652040#M1079900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please take a look at the attachment. I've a straight table created that will show the list of customer not purchased product during 2012.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2014 12:11:25 GMT</pubDate>
    <dc:creator>sudeepkm</dc:creator>
    <dc:date>2014-07-10T12:11:25Z</dc:date>
    <item>
      <title>Select if count is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652036#M1079896</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 would like to be able to select customers that has purchased no products in year 2012. How is that possible? I have a list box with expression =Aggr(Count(DISTINCT Product),CUSTOMER_ID) but it doesn't work...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62170_Capture.PNG.png" style="width: 620px; height: 166px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 11:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652036#M1079896</guid>
      <dc:creator />
      <dc:date>2014-07-10T11:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Select if count is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652037#M1079897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 11:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652037#M1079897</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-07-10T11:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select if count is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652038#M1079898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any more general method?&lt;/P&gt;&lt;P&gt;If I want to do same selection across year 2012 and Team B or I something more complex?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(distinct {&amp;lt;CUSTOMER_ID=E({&amp;lt;YEAR={2012}&amp;gt;} CUSTOMER_ID)&amp;gt;} Product)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 11:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652038#M1079898</guid>
      <dc:creator />
      <dc:date>2014-07-10T11:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Select if count is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652039#M1079899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add your conditions to the E function in the set analysis as usual&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 11:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652039#M1079899</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-07-10T11:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select if count is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652040#M1079900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please take a look at the attachment. I've a straight table created that will show the list of customer not purchased product during 2012.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 12:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652040#M1079900</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-07-10T12:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Select if count is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652041#M1079901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hoped there would be some syntax that would use current selections (select year 2012 and after that select "0 meetings") instead of hard coding each year (and other required dimensions). But maybe I can work something out with&amp;nbsp; your examples. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &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, 10 Jul 2014 13:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652041#M1079901</guid>
      <dc:creator />
      <dc:date>2014-07-10T13:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Select if count is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652042#M1079902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a variable and set it from the UI and use this variable inside the set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 13:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652042#M1079902</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-07-10T13:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Select if count is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652043#M1079903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That starts to sound right. Would you have any example how to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 13:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652043#M1079903</guid>
      <dc:creator />
      <dc:date>2014-07-10T13:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Select if count is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652044#M1079904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attachment here the year is dynamic.&lt;/P&gt;&lt;P&gt;Based on the year selected it will display the customers if no selections or more than one years selected then it will display the customer (who did not buy product) in max year. you can similarly use it for other dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 13:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652044#M1079904</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-07-10T13:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Select if count is zero</title>
      <link>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652045#M1079905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent! Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't know you can use selected dimensions like that through variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 13:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-if-count-is-zero/m-p/652045#M1079905</guid>
      <dc:creator />
      <dc:date>2014-07-10T13:30:26Z</dc:date>
    </item>
  </channel>
</rss>

