<?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: Problem with Null() function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373220#M1169201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're right&lt;/P&gt;&lt;P&gt; it was a huge missunderstanding on my side&lt;/P&gt;&lt;P&gt; what a shame:P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2012 10:44:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-01T10:44:18Z</dc:date>
    <item>
      <title>Problem with Null() function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373213#M1169194</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 strange problem which I am really not being able to figure out and I request help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an expression which displays variables in this way ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if($(vYTDTarget_CY_Line_2.b_TS) = 0,null(),&lt;/P&gt;&lt;P&gt;if($(vYTDTarget_CY_Line_2.b_TS) &amp;gt; 0, num(($(vYTD_CY_Line_2.b_TS)-$(vYTDTarget_CY_Line_2.b_TS))/$(vYTDTarget_CY_Line_2.b_TS),'#,##0.0%')&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;if($(vYTDTarget_CY_Line_2.b_TS) &amp;lt; 0 , num(($(vYTDTarget_CY_Line_2.b_TS)-$(vYTD_CY_Line_2.b_TS))/$(vYTDTarget_CY_Line_2.b_TS), '#,##0.0%'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the values, I have &lt;EM&gt;&lt;STRONG&gt;vYTDTarget_CY_Line_2.b_TS&lt;/STRONG&gt;&lt;/EM&gt; evaluate to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have stored this expression in a variable &lt;EM&gt;&lt;STRONG&gt;vLine2b_grade_TS&lt;/STRONG&gt;&lt;/EM&gt; which when I display in a text object as $(vLine2b_grade_TS) I get a - sign ( As I have declared to have all null as " - ")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when I use the following expression in a text box,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;if(IsNull(vLine2b_grade_TS), null(), &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(text(vLine2b_grade_TS)='-0.0%',2, &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If(vLine2b_grade_TS &amp;gt;= 0,4,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(vLine2b_grade_TS &amp;lt; -.05,0, 2))))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get a value of 4. Qlikview is taking the value of &lt;EM&gt;&lt;STRONG&gt;vLine2b_grade_TS&lt;/STRONG&gt;&lt;/EM&gt; as 0 instead of null(). Ideally this value should be 0 instead of 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request all your help and suggestions to resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tutan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jul 2012 21:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373213#M1169194</guid>
      <dc:creator />
      <dc:date>2012-07-29T21:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Null() function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373214#M1169195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tutan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please post a sample for reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 07:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373214#M1169195</guid>
      <dc:creator>manisha_uit</dc:creator>
      <dc:date>2012-07-30T07:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Null() function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373215#M1169196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;isnull() returns &lt;STRONG&gt;0&lt;/STRONG&gt; or &lt;STRONG&gt;-1, &lt;/STRONG&gt;never returns &lt;STRONG&gt;1&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; &lt;/STRONG&gt;so the condition is always missing:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(IsNull(vLine2b_grade_TS)=&lt;STRONG&gt;-1&lt;/STRONG&gt;, null(), ......&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 12:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373215#M1169196</guid>
      <dc:creator />
      <dc:date>2012-07-30T12:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Null() function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373216#M1169197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;use below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;&lt;STRONG&gt;if(IsNull(vLine2b_grade_TS), ' ',&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(text(vLine2b_grade_TS)='-0.0%',2,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(vLine2b_grade_TS &amp;gt;= 0,4,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(vLine2b_grade_TS &amp;lt; -.05,0, 2))))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;EM&gt;&lt;STRONG&gt;hope this helps&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 13:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373216#M1169197</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-07-30T13:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Null() function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373217#M1169198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a Lot Pari Pari...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 22:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373217#M1169198</guid>
      <dc:creator />
      <dc:date>2012-07-31T22:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Null() function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373218#M1169199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tutan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On some other circumstance the IsNull() function doesn't work at all. It is safe to use len() function instead. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. if(len(MyField) &amp;lt; 1, 'Field is Null)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bernardine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 04:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373218#M1169199</guid>
      <dc:creator />
      <dc:date>2012-08-01T04:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Null() function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373219#M1169200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Pari Pari schrieb:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isnull() returns &lt;STRONG&gt;0&lt;/STRONG&gt; or &lt;STRONG&gt;-1, &lt;/STRONG&gt;never returns &lt;STRONG&gt;1&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; &lt;/STRONG&gt;so the condition is always missing:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(IsNull(vLine2b_grade_TS)=&lt;STRONG&gt;-1&lt;/STRONG&gt;, null(), ......&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe &lt;/P&gt;&lt;P&gt;&lt;EM&gt;IsNull( NULL() ) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IsNull( NULL() ) = -1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;both &lt;/SPAN&gt;return the same: -1 which is the numerical representation of TRUE in QV world (check true() function).&lt;/P&gt;&lt;P&gt;(in fact, I think all numericals not equal zero are interpreted as TRUE, only zero is interpreted as FALSE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I can't really see how this solved the problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tutan4all, it seems nevertheless that your issue has been solved by changing it to above, which leaves me clueless, or have you changed anything else in addition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 09:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373219#M1169200</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-08-01T09:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Null() function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373220#M1169201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're right&lt;/P&gt;&lt;P&gt; it was a huge missunderstanding on my side&lt;/P&gt;&lt;P&gt; what a shame:P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 10:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373220#M1169201</guid>
      <dc:creator />
      <dc:date>2012-08-01T10:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Null() function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373221#M1169202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just changed the condition yesterday and had a feeling it worked for one instance, as I checked for another instance today, I saw this to fail. You are absolutely correct. I am looking for an alternate solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tutan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 14:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373221#M1169202</guid>
      <dc:creator />
      <dc:date>2012-08-01T14:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Null() function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373222#M1169203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;IsNull(vLine2b_grade_TS)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand correctly, vLine2b_grade_TS is a variable. Variables can never be null, so this test is not useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bernadine's suggestion of using a len() test will work with variables as well as fields. In which case I would code it as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;if(len('$(vLine2b_grade_TS)'),...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 15:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373222#M1169203</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-08-01T15:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Null() function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373223#M1169204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt; Variables can never be null, so this test is not useful.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob, are you sure about that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I define a variable vTest in variable overview like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=NULL()&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can test the variable in an object &lt;/P&gt;&lt;P&gt;&lt;EM&gt;=isNull(vTest)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And get -1 / True back. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I would also give your suggestion a try, though I would also double check the definition and value of &lt;EM&gt;vYTDTarget_CY_Line_2.b_TS&lt;/EM&gt; since this will determine everything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tutan4uall, could you create and post a small sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 15:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373223#M1169204</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-08-01T15:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Null() function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373224#M1169205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;...Rob, are you sure about that?..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Obviously not &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;You can assign something that resolves to null in the variable overview as you've indicated. You can also use "=xxx", which resolves to null. &lt;/SPAN&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Other setting methods - LET, Actions, can do that if they assign the string "=null()" to the variable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;But nothing I know of, including peek(), can assign a direct null value to a variable. So it may be impractical and probably error prone to think of variables as being able to hold null().&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 17:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Null-function/m-p/373224#M1169205</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-08-01T17:25:42Z</dc:date>
    </item>
  </channel>
</rss>

