<?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 isnull in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-isnull/m-p/1754364#M719284</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp; Your second expression did work , and thats the reason i marked it as accept solution .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Oct 2020 08:33:07 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2020-10-21T08:33:07Z</dc:date>
    <item>
      <title>Not isnull</title>
      <link>https://community.qlik.com/t5/QlikView/Not-isnull/m-p/1752651#M719279</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I am trying to acheve the count of ID's&amp;nbsp; when two or one field is is not&amp;nbsp; null or not empty&amp;nbsp; for which i am using the below formula which is not giving me proper result .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please correct me on this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(not IsNull(DeptID) or not IsNull(CustomID),Count({&amp;lt;Region={'Newyor'},Priority={'High','Medium'}&amp;gt;}SalesID)).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-isnull/m-p/1752651#M719279</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Not isnull</title>
      <link>https://community.qlik.com/t5/QlikView/Not-isnull/m-p/1752654#M719280</link>
      <description>&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Len(DeptID&amp;amp;CustomID)&amp;gt;0 ,Count({&amp;lt;Region={'Newyor'},Priority={'High','Medium'}&amp;gt;}SalesID))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Set Analysis&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;Region={'Newyor'},Priority={'High','Medium'},&lt;FONT color="#FF0000"&gt; SalesID={"=Len(DeptID&amp;amp;CustomID)&amp;gt;0"}&lt;/FONT&gt;&amp;gt;}SalesID)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 06:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-isnull/m-p/1752654#M719280</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-10-15T06:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Not isnull</title>
      <link>https://community.qlik.com/t5/QlikView/Not-isnull/m-p/1752658#M719281</link>
      <description>&lt;P&gt;Thanks for the reply&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry to say that your expression above is not working .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried both the expression but i dont get the expected result&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 06:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-isnull/m-p/1752658#M719281</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-10-15T06:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Not isnull</title>
      <link>https://community.qlik.com/t5/QlikView/Not-isnull/m-p/1752662#M719282</link>
      <description>&lt;P&gt;can you try this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;Region={'Newyor'},Priority={'High','Medium'},&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;SalesID={"=Len(&lt;EM&gt;trim&lt;/EM&gt;(DeptID&amp;amp;CustomID))&amp;gt;0"}&lt;/FONT&gt;&amp;gt;}SalesID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 06:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-isnull/m-p/1752662#M719282</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2020-10-15T06:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Not isnull</title>
      <link>https://community.qlik.com/t5/QlikView/Not-isnull/m-p/1754204#M719283</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48832"&gt;@smilingjohn&lt;/a&gt;&amp;nbsp; If my expression not working, Why did you accepted my solution? If you have another work around, You can put that and mark that as answer ..&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 16:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-isnull/m-p/1754204#M719283</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-10-20T16:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Not isnull</title>
      <link>https://community.qlik.com/t5/QlikView/Not-isnull/m-p/1754364#M719284</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp; Your second expression did work , and thats the reason i marked it as accept solution .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 08:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-isnull/m-p/1754364#M719284</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-10-21T08:33:07Z</dc:date>
    </item>
  </channel>
</rss>

