<?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: What is the syntax to exclude null date fields from a count expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-the-syntax-to-exclude-null-date-fields-from-a-count/m-p/387291#M144578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An excellent write up on general processing of nulls can be found here&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-3155" title="http://community.qlik.com/docs/DOC-3155"&gt;http://community.qlik.com/docs/DOC-3155&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Recommended reading for all QV Developers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2013 04:39:04 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2013-01-31T04:39:04Z</dc:date>
    <item>
      <title>What is the syntax to exclude null date fields from a count expression?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-syntax-to-exclude-null-date-fields-from-a-count/m-p/387288#M144575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble with Set Analysis syntax to come up with a total count of records. &lt;/P&gt;&lt;P&gt; (I am using a counter so the function is SUM instead of count) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get the total count of records for all' Rented' units where the MoveOutDate is null. (sounds easier that it is).&lt;/P&gt;&lt;P&gt;I thought it was as simple as my statement below but it is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;UnitStatus&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Rented'},&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MoveOutDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;}#MoveInCounter) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried some other complex suggestions I found in this forum but so far nothing has worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel Gavidia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 01:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-syntax-to-exclude-null-date-fields-from-a-count/m-p/387288#M144575</guid>
      <dc:creator>mgavidia</dc:creator>
      <dc:date>2013-01-31T01:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: What is the syntax to exclude null date fields from a count expression?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-syntax-to-exclude-null-date-fields-from-a-count/m-p/387289#M144576</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;Maybe not the faster way, but just to see if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.800000190734863px; background-color: #ffffff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(if(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;UnitStatus=&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;'Rented' and &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #0000ff;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;MoveOutDate&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;),MoveInCounter))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;Alessandro Furtado&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 01:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-syntax-to-exclude-null-date-fields-from-a-count/m-p/387289#M144576</guid>
      <dc:creator />
      <dc:date>2013-01-31T01:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: What is the syntax to exclude null date fields from a count expression?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-syntax-to-exclude-null-date-fields-from-a-count/m-p/387290#M144577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alessandro, Your above solution resolved my problem; now I can move on to the next hurdle on my project. Thank you very much! Regards, Miguel Gavidia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 03:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-syntax-to-exclude-null-date-fields-from-a-count/m-p/387290#M144577</guid>
      <dc:creator>mgavidia</dc:creator>
      <dc:date>2013-01-31T03:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is the syntax to exclude null date fields from a count expression?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-syntax-to-exclude-null-date-fields-from-a-count/m-p/387291#M144578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An excellent write up on general processing of nulls can be found here&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-3155" title="http://community.qlik.com/docs/DOC-3155"&gt;http://community.qlik.com/docs/DOC-3155&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Recommended reading for all QV Developers &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 04:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-syntax-to-exclude-null-date-fields-from-a-count/m-p/387291#M144578</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-01-31T04:39:04Z</dc:date>
    </item>
  </channel>
</rss>

