<?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 Count Blank fields in an expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-Blank-fields-in-an-expression/m-p/1782416#M1209648</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to count in an expresion when it meets 2 conditions but it is not working, could you help me?&lt;/P&gt;&lt;P&gt;It should count when the field compliant is No and Label is blank&lt;/P&gt;&lt;P&gt;count({&amp;lt;[compliant]={'No'},'LEN(TRIM(LABEL))=0'&amp;gt;} [compliant])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Fri, 12 Feb 2021 21:38:49 GMT</pubDate>
    <dc:creator>sabrina87</dc:creator>
    <dc:date>2021-02-12T21:38:49Z</dc:date>
    <item>
      <title>Count Blank fields in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Blank-fields-in-an-expression/m-p/1782416#M1209648</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to count in an expresion when it meets 2 conditions but it is not working, could you help me?&lt;/P&gt;&lt;P&gt;It should count when the field compliant is No and Label is blank&lt;/P&gt;&lt;P&gt;count({&amp;lt;[compliant]={'No'},'LEN(TRIM(LABEL))=0'&amp;gt;} [compliant])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 21:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Blank-fields-in-an-expression/m-p/1782416#M1209648</guid>
      <dc:creator>sabrina87</dc:creator>
      <dc:date>2021-02-12T21:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blank fields in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Blank-fields-in-an-expression/m-p/1782438#M1209650</link>
      <description>&lt;P&gt;try&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;count({&amp;lt;[compliant]={'No'},LABEL={"*"}-{''}&amp;gt;} [compliant])&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 12 Feb 2021 23:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Blank-fields-in-an-expression/m-p/1782438#M1209650</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-02-12T23:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blank fields in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Blank-fields-in-an-expression/m-p/1782439#M1209651</link>
      <description>&lt;P&gt;{"*"} means NONE NULL values&lt;BR /&gt;-{''} means exclude blanks&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 23:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Blank-fields-in-an-expression/m-p/1782439#M1209651</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-02-12T23:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blank fields in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Blank-fields-in-an-expression/m-p/1782441#M1209652</link>
      <description>&lt;P&gt;i read it the other way, if you are looking for just blanks (NOT NULL - there's a difference)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;count({&amp;lt;[compliant]={'No'},LABEL={''}&amp;gt;} [compliant])&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 12 Feb 2021 23:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Blank-fields-in-an-expression/m-p/1782441#M1209652</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-02-12T23:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Count Blank fields in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Blank-fields-in-an-expression/m-p/1782443#M1209653</link>
      <description>&lt;P&gt;if you are looking for NULL:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{&amp;lt;complaint={'No'}&amp;gt;-&amp;lt;complaint={'No'}, LABEL={"*"}&amp;gt;}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;get everything with complaint=No less those with a Label&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 23:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Blank-fields-in-an-expression/m-p/1782443#M1209653</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-02-12T23:15:54Z</dc:date>
    </item>
  </channel>
</rss>

