<?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: Excluding Blanks from the field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574717#M682781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you try this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(len(EEJ_A_C_Involved__c) &amp;gt;0,count(Name),0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Feb 2014 18:25:39 GMT</pubDate>
    <dc:creator>chiru_thota</dc:creator>
    <dc:date>2014-02-26T18:25:39Z</dc:date>
    <item>
      <title>Excluding Blanks from the field</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574716#M682778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am using this qvw that is counting the field "Name", but i want to exclude the ones that the field "EEJ_A_C_Involved" is in blank. How do I take that off? I tried the simple formulas, didn't work... Does someone have a clue of that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 18:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574716#M682778</guid>
      <dc:creator />
      <dc:date>2014-02-26T18:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Blanks from the field</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574717#M682781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you try this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(len(EEJ_A_C_Involved__c) &amp;gt;0,count(Name),0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 18:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574717#M682781</guid>
      <dc:creator>chiru_thota</dc:creator>
      <dc:date>2014-02-26T18:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Blanks from the field</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574718#M682783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(EEJ_A_C_Involved__c &amp;lt;&amp;gt; ' ' or IsNull(EEJ_A_C_Involved__c), Count(Name))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 18:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574718#M682783</guid>
      <dc:creator />
      <dc:date>2014-02-26T18:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Blanks from the field</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574719#M682786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;EEJ_A_C_Involved__c = {'=len(EEJ_A_C_Involved__c)&amp;lt;&amp;gt;0'}&amp;gt;}distinct Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 18:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574719#M682786</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-02-26T18:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Blanks from the field</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574720#M682788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julio ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the script given below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreatedDate, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Converted_P3E_Scale__c, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EEJ_A_C_Involved__c, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A_C_Serial_Number_Manual_Entry__c, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Service_Center_Manual_Entry__c &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[\\Sjkqa31\qlikview\Desenvolvimento\SC Network Cockpit QVDs\Feedback.qvd]&lt;/P&gt;&lt;P&gt;(qvd)&lt;STRONG&gt; Where EEJ_A_C_Involved__c &amp;lt;&amp;gt; ' '&lt;/STRONG&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 18:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574720#M682788</guid>
      <dc:creator />
      <dc:date>2014-02-26T18:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Blanks from the field</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574721#M682790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this to remove the blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(not wildmatch(EEJ_A_C_Involved__c,''),EEJ_A_C_Involved__c).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 18:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574721#M682790</guid>
      <dc:creator>dhanu_today</dc:creator>
      <dc:date>2014-02-26T18:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Blanks from the field</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574722#M682792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select blank in listbox EE.... and then right click --&amp;gt; select excluded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;in expression&lt;/STRONG&gt; (add a distinct if you need it) I think&lt;/P&gt;&lt;P&gt;=count (if (len(trim(EEJ_A_C_Involved__c))&amp;gt;0, Name))&lt;/P&gt;&lt;P&gt;or with set analysis&lt;/P&gt;&lt;P&gt;=count ({$ &amp;lt;EEJ_A_C_Involved__c-={''}&amp;gt;} Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;in script&lt;/STRONG&gt; to exclude records&lt;/P&gt;&lt;P&gt;WHERE len(trim(EEJ_A_C_Involved__c))&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 20:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574722#M682792</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-02-26T20:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Blanks from the field</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574723#M682794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count({&amp;lt;EEJ_A_C_Involved__c=EEJ_A_C_Involved__c-{''}&amp;gt;}Name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 20:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574723#M682794</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-02-26T20:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Blanks from the field</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574724#M682795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not work in this case &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574724#M682795</guid>
      <dc:creator />
      <dc:date>2014-02-27T10:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Blanks from the field</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574725#M682796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also did not work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574725#M682796</guid>
      <dc:creator />
      <dc:date>2014-02-27T10:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Blanks from the field</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574726#M682797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this did work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574726#M682797</guid>
      <dc:creator />
      <dc:date>2014-02-27T10:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Blanks from the field</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574727#M682798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574727#M682798</guid>
      <dc:creator />
      <dc:date>2014-02-27T10:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Blanks from the field</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574728#M682799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did not work &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574728#M682799</guid>
      <dc:creator />
      <dc:date>2014-02-27T10:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Blanks from the field</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574729#M682800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this in your text object &lt;/P&gt;&lt;P&gt;=count(if( EEJ_A_C_Involved__c&amp;lt;&amp;gt;'', EEJ_A_C_Involved__c))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-Blanks-from-the-field/m-p/574729#M682800</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-02-27T10:49:27Z</dc:date>
    </item>
  </channel>
</rss>

