<?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: chart expression filter for isnull() field values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/chart-expression-filter-for-isnull-field-values/m-p/1537654#M600250</link>
    <description>&lt;P&gt;Using&amp;nbsp;&lt;/P&gt;&lt;P&gt;= count({&amp;lt; Jaar={$(=Max(Year))}, Schema = {'Omzet'} , customer.Invoice.email = {"=Len(customer.Invoice.email)&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;lt;&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;0"} &amp;gt; } DISTINCT(DocumentNr)) to count all invoices where the email is available does work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;however almost the same expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;= count({&amp;lt; Jaar={$(=Max(Year))}, Schema = {'Omzet'} , customer.Invoice.email = {"=Len(customer.Invoice.email)&lt;/SPAN&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;0"} &amp;gt; } DISTINCT(DocumentNr))&amp;nbsp; does not work ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can subtract the&amp;nbsp;amount sent by mail from the&amp;nbsp; total counter to get my second value , but I would expect there should be an easier solution ?&lt;/P&gt;</description>
    <pubDate>Thu, 31 Jan 2019 09:23:20 GMT</pubDate>
    <dc:creator>andries_bos</dc:creator>
    <dc:date>2019-01-31T09:23:20Z</dc:date>
    <item>
      <title>chart expression filter for isnull() field values</title>
      <link>https://community.qlik.com/t5/QlikView/chart-expression-filter-for-isnull-field-values/m-p/1537252#M600247</link>
      <description>&lt;P&gt;I use a program to send invoices by mail. It uses some emaill adresses stored in the field&amp;nbsp;&lt;EM&gt;customer.Invoice.emai&lt;/EM&gt;&lt;SPAN&gt;l&lt;/SPAN&gt;&amp;nbsp;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a list of customers I would like to count the&amp;nbsp;&lt;STRONG&gt;total amount&amp;nbsp;of invoices&lt;/STRONG&gt;&amp;nbsp;but also count the amount of invoices has been send by mail and the&amp;nbsp;count that has been send by postal services (because no mail address available).&amp;nbsp;&lt;/P&gt;&lt;P&gt;My working default invoice total counter for the current year is :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;= count({&amp;lt; Jaar={$(=Max(Year))}, Schema = {'Omzet'} &lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;gt; } DISTINCT(DocumentNr))&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This works for counting all invoices, but I would also like to count the amount of invoices that could be processed via the email address and the 'rest' that has to be printed.&lt;/P&gt;&lt;P&gt;These counters should be filtering on the field&amp;nbsp;&lt;EM&gt; customer.Invoice.emai&lt;/EM&gt;l . Is this email value absent this would be a null value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This filter in my opinion would be to check : isnull(&lt;SPAN&gt;customer.Invoice.email) .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Adding this extra filter to the expression this would therefor&amp;nbsp;be&amp;nbsp; :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;= count({&amp;lt; Jaar={$(=Max(Year))}, Schema = {'Omzet'} ,&amp;nbsp;&lt;STRONG&gt;isnull(customer.Invoice.email)&lt;/STRONG&gt;&amp;nbsp; &amp;gt; } DISTINCT(DocumentNr))&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but this last added filter leads to an expression syntax error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How could I add this extra filter to&amp;nbsp;the expression to create a counter for&amp;nbsp;&lt;STRONG&gt;isnull(customer.Invoice.email) &lt;/STRONG&gt;and a second counter&lt;STRONG&gt; not&amp;nbsp;isnull(customer.Invoice.email)&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp;invoices.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-expression-filter-for-isnull-field-values/m-p/1537252#M600247</guid>
      <dc:creator>andries_bos</dc:creator>
      <dc:date>2024-11-16T04:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: chart expression filter for isnull() field values</title>
      <link>https://community.qlik.com/t5/QlikView/chart-expression-filter-for-isnull-field-values/m-p/1537309#M600248</link>
      <description>&lt;P&gt;Maybe in script:&lt;/P&gt;&lt;P&gt;NullAsValuecustomer.Invoice.email;&lt;BR /&gt;Set NullValue = 'NULL';&lt;/P&gt;&lt;P&gt;Then in your set analysis, you can use:&lt;/P&gt;&lt;P&gt;customer.Invoice.email={'NULL'}&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 15:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-expression-filter-for-isnull-field-values/m-p/1537309#M600248</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2019-01-30T15:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: chart expression filter for isnull() field values</title>
      <link>https://community.qlik.com/t5/QlikView/chart-expression-filter-for-isnull-field-values/m-p/1537515#M600249</link>
      <description>&lt;P&gt;May be&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;= count({&amp;lt; Jaar={$(=Max(Year))}, Schema = {'Omzet'} , &lt;STRONG&gt;customer.Invoice.email = {"=Len(customer.Invoice.email)=0"}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;gt; } DISTINCT(DocumentNr))&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 00:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-expression-filter-for-isnull-field-values/m-p/1537515#M600249</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-01-31T00:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: chart expression filter for isnull() field values</title>
      <link>https://community.qlik.com/t5/QlikView/chart-expression-filter-for-isnull-field-values/m-p/1537654#M600250</link>
      <description>&lt;P&gt;Using&amp;nbsp;&lt;/P&gt;&lt;P&gt;= count({&amp;lt; Jaar={$(=Max(Year))}, Schema = {'Omzet'} , customer.Invoice.email = {"=Len(customer.Invoice.email)&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&amp;lt;&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;0"} &amp;gt; } DISTINCT(DocumentNr)) to count all invoices where the email is available does work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;however almost the same expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;= count({&amp;lt; Jaar={$(=Max(Year))}, Schema = {'Omzet'} , customer.Invoice.email = {"=Len(customer.Invoice.email)&lt;/SPAN&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;0"} &amp;gt; } DISTINCT(DocumentNr))&amp;nbsp; does not work ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can subtract the&amp;nbsp;amount sent by mail from the&amp;nbsp; total counter to get my second value , but I would expect there should be an easier solution ?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 09:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-expression-filter-for-isnull-field-values/m-p/1537654#M600250</guid>
      <dc:creator>andries_bos</dc:creator>
      <dc:date>2019-01-31T09:23:20Z</dc:date>
    </item>
  </channel>
</rss>

