<?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: Count where field contains Y in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-where-field-contains-Y/m-p/1771024#M717909</link>
    <description>&lt;P&gt;Thank you for the quick reply.&lt;/P&gt;&lt;P&gt;Is there a way to only show records where the count is greater than 0?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Tue, 29 Dec 2020 15:02:04 GMT</pubDate>
    <dc:creator>danielnevitt</dc:creator>
    <dc:date>2020-12-29T15:02:04Z</dc:date>
    <item>
      <title>Count where field contains Y</title>
      <link>https://community.qlik.com/t5/QlikView/Count-where-field-contains-Y/m-p/1771022#M717907</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a field named CompanyGEnUK that contains either Y or N.&amp;nbsp; I am struggling to create an expression that:&lt;/P&gt;&lt;P&gt;1) counts when CompanyGEnUK = Y&lt;/P&gt;&lt;P&gt;2) only shows the results where CompanyGEnUK includes Y&lt;/P&gt;&lt;P&gt;In point 2, the data may have 10 result of which 5 contain CompanyGEnUK = Y.&amp;nbsp; I would like to show these results and exclude any where all the CompanyGEnUK = N&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 14:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-where-field-contains-Y/m-p/1771022#M717907</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2020-12-29T14:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Count where field contains Y</title>
      <link>https://community.qlik.com/t5/QlikView/Count-where-field-contains-Y/m-p/1771023#M717908</link>
      <description>&lt;P&gt;You mean like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;CompanyGEnUK = {'Y'}&amp;gt;} CompanyGEnUK)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 14:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-where-field-contains-Y/m-p/1771023#M717908</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-29T14:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Count where field contains Y</title>
      <link>https://community.qlik.com/t5/QlikView/Count-where-field-contains-Y/m-p/1771024#M717909</link>
      <description>&lt;P&gt;Thank you for the quick reply.&lt;/P&gt;&lt;P&gt;Is there a way to only show records where the count is greater than 0?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 15:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-where-field-contains-Y/m-p/1771024#M717909</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2020-12-29T15:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count where field contains Y</title>
      <link>https://community.qlik.com/t5/QlikView/Count-where-field-contains-Y/m-p/1771025#M717910</link>
      <description>&lt;P&gt;Perhaps this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;CompanyGEnUK = {'Y'&lt;FONT color="#FF0000"&gt;, "=Count({&amp;lt;CompanyGEnUK = {'Y'}&amp;gt;} CompanyGEnUK)&amp;gt;0"&lt;/FONT&gt;}&amp;gt;} CompanyGEnUK)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 15:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-where-field-contains-Y/m-p/1771025#M717910</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-29T15:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Count where field contains Y</title>
      <link>https://community.qlik.com/t5/QlikView/Count-where-field-contains-Y/m-p/1771028#M717911</link>
      <description>&lt;P&gt;Thanks that works to show the count.&amp;nbsp; However as I have multiple other expressions, it shows all of the results including where the above field equals 0.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 15:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-where-field-contains-Y/m-p/1771028#M717911</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2020-12-29T15:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Count where field contains Y</title>
      <link>https://community.qlik.com/t5/QlikView/Count-where-field-contains-Y/m-p/1771031#M717912</link>
      <description>&lt;P&gt;Don't include red part in other expressions IF u don't need&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 15:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-where-field-contains-Y/m-p/1771031#M717912</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-12-29T15:21:22Z</dc:date>
    </item>
  </channel>
</rss>

