<?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: not is null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385624#M421942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this way too? Create field in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; If(Len(Trim(Pto_vta_ID)) &amp;gt; 0 and &lt;STRONG style="font-style: inherit;"&gt;Len(Trim(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;%Folio_Fac&lt;/SPAN&gt;)) &amp;gt; 0, 1,0) as Flag&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;And set Analysis should be like below&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;Count({&amp;lt;Flag = {1}&amp;gt;} &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Pto_vta_ID&lt;/SPAN&gt;&amp;amp;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;%Folio_Fac)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2017 01:22:32 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-10-18T01:22:32Z</dc:date>
    <item>
      <title>not is null</title>
      <link>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385617#M421935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to apply a count of a concatenated field but one of them contains a null try this but it has not been successful, can you help me ?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(Distinct Pto_vta_ID&amp;amp;%Folio_Fac)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 21:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385617#M421935</guid>
      <dc:creator>gr_eldred</dc:creator>
      <dc:date>2017-10-17T21:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: not is null</title>
      <link>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385618#M421936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what the issue you are running into because of null, but may be try this&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;&lt;STRONG&gt;Count(DISTINCT If(Len(Trim(Pto_vta_ID)) &amp;gt; 0, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Pto_vta_ID, '@') &lt;/SPAN&gt;&amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(Len(Trim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;%Folio_Fac&lt;/SPAN&gt;)) &amp;gt; 0, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;%Folio_Fac&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, '@')&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 22:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385618#M421936</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-17T22:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: not is null</title>
      <link>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385619#M421937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I continue with the same problem appears in the first row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="distinc.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/180026_distinc.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 23:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385619#M421937</guid>
      <dc:creator>gr_eldred</dc:creator>
      <dc:date>2017-10-17T23:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: not is null</title>
      <link>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385620#M421938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't want to count it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 23:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385620#M421938</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-17T23:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: not is null</title>
      <link>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385621#M421939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the first row that comes empty I do not want to tell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 23:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385621#M421939</guid>
      <dc:creator>gr_eldred</dc:creator>
      <dc:date>2017-10-17T23:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: not is null</title>
      <link>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385622#M421940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't want to count that? May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(DISTINCT If(Len(Trim(Pto_vta_ID)) &amp;gt; 0 and &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Len(Trim(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;%Folio_Fac&lt;/SPAN&gt;)) &amp;gt; 0&lt;/STRONG&gt;, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Pto_vta_ID&lt;/SPAN&gt;&amp;amp;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;%Folio_Fac&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;)&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 23:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385622#M421940</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-17T23:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: not is null</title>
      <link>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385623#M421941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just what I needed, thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 23:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385623#M421941</guid>
      <dc:creator>gr_eldred</dc:creator>
      <dc:date>2017-10-17T23:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: not is null</title>
      <link>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385624#M421942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this way too? Create field in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; If(Len(Trim(Pto_vta_ID)) &amp;gt; 0 and &lt;STRONG style="font-style: inherit;"&gt;Len(Trim(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;%Folio_Fac&lt;/SPAN&gt;)) &amp;gt; 0, 1,0) as Flag&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;And set Analysis should be like below&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit;"&gt;Count({&amp;lt;Flag = {1}&amp;gt;} &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Pto_vta_ID&lt;/SPAN&gt;&amp;amp;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;%Folio_Fac)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 01:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385624#M421942</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-18T01:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: not is null</title>
      <link>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385625#M421943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can mark &lt;STRONG&gt;Correct answer&lt;/STRONG&gt; of sunny's latest reply. That may useful to others when they land-up to the same thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 01:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-is-null/m-p/1385625#M421943</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-18T01:23:20Z</dc:date>
    </item>
  </channel>
</rss>

