<?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 with AND OR Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-with-AND-OR-Function/m-p/1279562#M461107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try This&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count(distinct{$&amp;lt;KomDatenService={'*huawei*'},&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; St90={'&amp;gt;31/12/2016','&amp;lt;&amp;gt;'''}&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &amp;gt;}Link_Rev)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;OR&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count(distinct{$&amp;lt;KomDatenService={'*huawei*'},&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; St90={'&amp;gt;31/12/2016','&amp;lt;&amp;gt;$(=vBlank)'}&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &amp;gt;}Link_Rev)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2017 16:12:29 GMT</pubDate>
    <dc:creator>aarkay29</dc:creator>
    <dc:date>2017-02-15T16:12:29Z</dc:date>
    <item>
      <title>Count with AND OR Function</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-AND-OR-Function/m-p/1279559#M461104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have all which is in this year plus i dont want blanks as well. but the function is not giving me the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct{$&amp;lt;KomDatenService={'*huawei*'},&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;St90={'&amp;gt;31/12/2016','&amp;lt;&amp;gt;blank'}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;}Link_Rev) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 14:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-AND-OR-Function/m-p/1279559#M461104</guid>
      <dc:creator />
      <dc:date>2017-02-15T14:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Count with AND OR Function</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-AND-OR-Function/m-p/1279560#M461105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume your St90 field shows date values. 'blank' mean NULL?&lt;/P&gt;&lt;P&gt;Then doing a numeric search should automatically exclude the records where St90 shows NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just need to create a numeric search string that correctly selects the date values:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count(distinct{$&amp;lt;KomDatenService={'*huawei*'},&lt;STRONG&gt; St90={"&amp;gt;31/12/2016"} &lt;/STRONG&gt;&amp;gt;}Link_Rev)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or maybe&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(distinct{$&amp;lt;KomDatenService={'*huawei*'},&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; St90={"= St90 &amp;gt;= makedate(2017)"} &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;}Link_Rev)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 15:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-AND-OR-Function/m-p/1279560#M461105</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-02-15T15:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Count with AND OR Function</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-AND-OR-Function/m-p/1279561#M461106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the support. I have already defined null via variable as "Blank".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 15:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-AND-OR-Function/m-p/1279561#M461106</guid>
      <dc:creator />
      <dc:date>2017-02-15T15:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Count with AND OR Function</title>
      <link>https://community.qlik.com/t5/QlikView/Count-with-AND-OR-Function/m-p/1279562#M461107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try This&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count(distinct{$&amp;lt;KomDatenService={'*huawei*'},&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; St90={'&amp;gt;31/12/2016','&amp;lt;&amp;gt;'''}&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &amp;gt;}Link_Rev)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;OR&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count(distinct{$&amp;lt;KomDatenService={'*huawei*'},&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; St90={'&amp;gt;31/12/2016','&amp;lt;&amp;gt;$(=vBlank)'}&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &amp;gt;}Link_Rev)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2017 16:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-with-AND-OR-Function/m-p/1279562#M461107</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2017-02-15T16:12:29Z</dc:date>
    </item>
  </channel>
</rss>

