<?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: Formaulae in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formaulae/m-p/716402#M257575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; if(isnull(SalesValue),'NULL',SalesValue)as SalesValue;&lt;/P&gt;&lt;P&gt;Isnull function will check whether the salesValue field has null or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If salesValue field has any null value, then it will return first condition 'NULL' , else it will take salesValue field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. NullAsValue Field1,Field2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set NullValue='NULL';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default Qlikview Considers Null values to be missing or undefined entities.&lt;/P&gt;&lt;P&gt;if field1 and field2 does not have any values, at the time it will consider that value as 'NULL'.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;SET NullInterpret ='';&lt;/P&gt;&lt;P&gt;NullAsValue Sales;&lt;/P&gt;&lt;P&gt;Set NullValue = 'NULL';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AAA, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BBB, 98&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CCCC,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DDD, 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EEE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FFF, 0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET NullInterpret ='';&lt;/P&gt;&lt;P&gt;It will return null values for blank values in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i have attached sample for your 2nd Question. Pls check this.&lt;/P&gt;&lt;P&gt;Hope it may help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2014 04:53:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-20T04:53:11Z</dc:date>
    <item>
      <title>Formaulae</title>
      <link>https://community.qlik.com/t5/QlikView/Formaulae/m-p/716401#M257574</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;Can u please suggest what below expression will return,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1if(isnull(SalesValue),'NULL',SalesValue)as SalesValue;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2NullAsValue Field1,Field2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 04:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formaulae/m-p/716401#M257574</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-06-20T04:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Formaulae</title>
      <link>https://community.qlik.com/t5/QlikView/Formaulae/m-p/716402#M257575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; if(isnull(SalesValue),'NULL',SalesValue)as SalesValue;&lt;/P&gt;&lt;P&gt;Isnull function will check whether the salesValue field has null or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If salesValue field has any null value, then it will return first condition 'NULL' , else it will take salesValue field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. NullAsValue Field1,Field2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set NullValue='NULL';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default Qlikview Considers Null values to be missing or undefined entities.&lt;/P&gt;&lt;P&gt;if field1 and field2 does not have any values, at the time it will consider that value as 'NULL'.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;SET NullInterpret ='';&lt;/P&gt;&lt;P&gt;NullAsValue Sales;&lt;/P&gt;&lt;P&gt;Set NullValue = 'NULL';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AAA, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BBB, 98&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CCCC,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DDD, 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EEE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FFF, 0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET NullInterpret ='';&lt;/P&gt;&lt;P&gt;It will return null values for blank values in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i have attached sample for your 2nd Question. Pls check this.&lt;/P&gt;&lt;P&gt;Hope it may help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 04:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formaulae/m-p/716402#M257575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-20T04:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Formaulae</title>
      <link>https://community.qlik.com/t5/QlikView/Formaulae/m-p/716403#M257576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nisha,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This info in helpful for me &lt;/SPAN&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 10:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formaulae/m-p/716403#M257576</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-06-20T10:22:30Z</dc:date>
    </item>
  </channel>
</rss>

