<?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 Value not null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Value-not-null/m-p/969609#M967070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need to have an idea of the number of orderlines which qualify as 1) Open (this works), 2) Where no Picker_order has been attributed to (this works as well) and 3) and here is the problem : Where a planned delivery date (Voorziene_Vertrekdatum_Order) is foreseen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our database this means that the field (Voorziene_Vertrekdatum_Order) is not equal to NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count ({$&amp;lt;Status_Order={Open},Not IsNull(Voorziene_Vertrekdatum_Order), Picker_Order={'&amp;lt;&amp;gt;'}&amp;gt;} (%Key_Samniv))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately there is an error in this expression that I do not see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone any idea how to fix ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2015 12:20:20 GMT</pubDate>
    <dc:creator>petermoyaert</dc:creator>
    <dc:date>2015-09-30T12:20:20Z</dc:date>
    <item>
      <title>Value not null</title>
      <link>https://community.qlik.com/t5/QlikView/Value-not-null/m-p/969609#M967070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need to have an idea of the number of orderlines which qualify as 1) Open (this works), 2) Where no Picker_order has been attributed to (this works as well) and 3) and here is the problem : Where a planned delivery date (Voorziene_Vertrekdatum_Order) is foreseen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our database this means that the field (Voorziene_Vertrekdatum_Order) is not equal to NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count ({$&amp;lt;Status_Order={Open},Not IsNull(Voorziene_Vertrekdatum_Order), Picker_Order={'&amp;lt;&amp;gt;'}&amp;gt;} (%Key_Samniv))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately there is an error in this expression that I do not see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone any idea how to fix ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 12:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-not-null/m-p/969609#M967070</guid>
      <dc:creator>petermoyaert</dc:creator>
      <dc:date>2015-09-30T12:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Value not null</title>
      <link>https://community.qlik.com/t5/QlikView/Value-not-null/m-p/969610#M967071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you can not use any expression on the left hand side of a comparison in set expression, only Field=.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try with&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Count ({$&amp;lt;Status_Order={'Open'},Voorziene_Vertrekdatum_Order={"=Len(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Voorziene_Vertrekdatum_Order&lt;/SPAN&gt;)&amp;gt;0"}, Picker_Order={'&amp;lt;&amp;gt;'}&amp;gt;} (%Key_Samniv))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 15:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-not-null/m-p/969610#M967071</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-09-30T15:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Value not null</title>
      <link>https://community.qlik.com/t5/QlikView/Value-not-null/m-p/969611#M967072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;if &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Voorziene_Vertrekdatum_Order is coming through with true nulls, the below should work for you, * will select all values in the field and naturally disregard the ones that are null&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count ({$&amp;lt;Status_Order={Open},Voorziene_Vertrekdatum_Order={'*'}, Picker_Order={'&amp;lt;&amp;gt;'}&amp;gt;} (%Key_Samniv))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 15:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-not-null/m-p/969611#M967072</guid>
      <dc:creator />
      <dc:date>2015-09-30T15:38:32Z</dc:date>
    </item>
  </channel>
</rss>

