<?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 How to capture null value in following example in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-capture-null-value-in-following-example/m-p/274419#M1187186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,I am not getting the results which we want to get.The following expression is also showing the result for the null values and the for the data after the null value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2011 07:33:00 GMT</pubDate>
    <dc:creator>kamalqlik</dc:creator>
    <dc:date>2011-09-20T07:33:00Z</dc:date>
    <item>
      <title>How to capture null value in following example</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-null-value-in-following-example/m-p/274415#M1187182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am using the four fields as Revenue,Expenses,Tax and Year in the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; We are using a expression Income as (Revenue -Expenses-Tax) ,there is one null value in tax.What i want is that when we run a loop and as it identify the null value,the loop breaks and calculate the income for the data before the null value and will show the income for the data after the null value as 0.&lt;/P&gt;&lt;P&gt;I am attaching my excel sheet with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 06:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-null-value-in-following-example/m-p/274415#M1187182</guid>
      <dc:creator>kamalqlik</dc:creator>
      <dc:date>2011-09-20T06:21:02Z</dc:date>
    </item>
    <item>
      <title>How to capture null value in following example</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-null-value-in-following-example/m-p/274416#M1187183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you tell us in what way you are using the attahced excel. What kind of chart you are creating. Also tell us what you want with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 06:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-null-value-in-following-example/m-p/274416#M1187183</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-09-20T06:58:46Z</dc:date>
    </item>
    <item>
      <title>How to capture null value in following example</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-null-value-in-following-example/m-p/274417#M1187184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want that in a straight table the data should be displayed with calculations upto the row where the null value in Tax field is captured. You can use any other chart also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want that Income field should show&amp;nbsp; 0 as soon as the null value in the Tax field is captured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 07:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-null-value-in-following-example/m-p/274417#M1187184</guid>
      <dc:creator>kamalqlik</dc:creator>
      <dc:date>2011-09-20T07:13:02Z</dc:date>
    </item>
    <item>
      <title>How to capture null value in following example</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-null-value-in-following-example/m-p/274418#M1187185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; use thee formula beelow in expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Revenue -Expenses-if(isnull(tax)=0,tax,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Revenue -Expenses-if(len(tax)&amp;gt;0,tax,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 07:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-null-value-in-following-example/m-p/274418#M1187185</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-20T07:17:24Z</dc:date>
    </item>
    <item>
      <title>How to capture null value in following example</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-null-value-in-following-example/m-p/274419#M1187186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,I am not getting the results which we want to get.The following expression is also showing the result for the null values and the for the data after the null value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 07:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-null-value-in-following-example/m-p/274419#M1187186</guid>
      <dc:creator>kamalqlik</dc:creator>
      <dc:date>2011-09-20T07:33:00Z</dc:date>
    </item>
    <item>
      <title>How to capture null value in following example</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-null-value-in-following-example/m-p/274420#M1187187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use thee formula beelow in expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Revenue -Expenses-if(isnull(tax)=0,tax))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Revenue -Expenses-if(len(tax)&amp;gt;0,tax))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry if its not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hopee someone will hep you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 08:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-null-value-in-following-example/m-p/274420#M1187187</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-20T08:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture null value in following example</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-capture-null-value-in-following-example/m-p/274421#M1187188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunil's formula's are correct.&lt;/P&gt;&lt;P&gt;Just make sure "Tax" is with a capital, like in your Excelfile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;EM&gt;&amp;nbsp; (Revenue -Expenses-if(len(Tax)&amp;gt;0,Tax))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 12:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-capture-null-value-in-following-example/m-p/274421#M1187188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-26T12:56:15Z</dc:date>
    </item>
  </channel>
</rss>

