<?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 Null and not Blank in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843467#M296333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2015 20:38:59 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-04-15T20:38:59Z</dc:date>
    <item>
      <title>not Null and not Blank</title>
      <link>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843462#M296328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a column coming from a table with nothing on some rows.. I wasn't able to find out if the value is null, blank..or what is it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(len(trim(MyField))=0,1,0)&lt;/P&gt;&lt;P&gt;if(isnull(MyField)&amp;gt;0,1,0)&lt;/P&gt;&lt;P&gt;if(MyField=Null(),1,0)&lt;/P&gt;&lt;P&gt;if(MyField='' ,1,0)&lt;/P&gt;&lt;P&gt;if(MyField=' ' ,1,0)&lt;STRONG&gt;​&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;none of the above gave me 1 as a result when trying to switch the value on the script side..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following worked when trying to test through the UI&amp;nbsp; if(MyField='' ,1,0) and returned 1 but i need it to work on the script..&lt;/P&gt;&lt;P&gt;Any idea on what is nothing could be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 20:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843462#M296328</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2015-04-15T20:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: not Null and not Blank</title>
      <link>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843463#M296329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not len(trim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MyField&lt;/SPAN&gt;))=0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 20:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843463#M296329</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-04-15T20:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: not Null and not Blank</title>
      <link>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843464#M296330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may still not work, but just curious if this helps:&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;if(Len(Trim(MyField))=0,1,0)&lt;/STRONG&gt;&lt;/SPAN&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;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&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;&lt;BR /&gt;&lt;/STRONG&gt;Best,&lt;/SPAN&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;Sunny&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 20:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843464#M296330</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-15T20:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: not Null and not Blank</title>
      <link>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843465#M296331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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(MyField))=0,1,0)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 20:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843465#M296331</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-15T20:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: not Null and not Blank</title>
      <link>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843466#M296332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I used but it didnt work too..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 20:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843466#M296332</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2015-04-15T20:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: not Null and not Blank</title>
      <link>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843467#M296333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 20:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843467#M296333</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-15T20:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: not Null and not Blank</title>
      <link>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843468#M296334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am unable to share it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 20:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843468#M296334</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2015-04-15T20:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: not Null and not Blank</title>
      <link>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843469#M296335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not try them all at once?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(L&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;en(Trim(MyField)) = 0 or I&lt;/SPAN&gt;sNull(MyField) or Trim(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;STRONG&gt;MyField) = '', 1, 0)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 20:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843469#M296335</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-15T20:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: not Null and not Blank</title>
      <link>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843470#M296336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached the qvw..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 20:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843470#M296336</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2015-04-15T20:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: not Null and not Blank</title>
      <link>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843471#M296337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see anything attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 20:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843471#M296337</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-15T20:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: not Null and not Blank</title>
      <link>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843472#M296338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did but it didn't work either.. I attached the qvw on the discussion on top&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 20:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843472#M296338</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2015-04-15T20:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: not Null and not Blank</title>
      <link>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843473#M296339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the issue........... it is a concatenate of two tables on my script and I was trying with the top part while the issue on the second part of the concatenation..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 20:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843473#M296339</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2015-04-15T20:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: not Null and not Blank</title>
      <link>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843474#M296340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahahaha &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad you found the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 20:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/not-Null-and-not-Blank/m-p/843474#M296340</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-15T20:49:54Z</dc:date>
    </item>
  </channel>
</rss>

