<?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: Isnull() function in Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Isnull-function-in-Pivot-table/m-p/699014#M1060147</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;with column() you are adressing the content of your current row for the specified column. Depending on your expression in Column 1 it will not return null even if data is null. For example sum always returns 0, even if you sum null values. This maybe the reason why isnull() will not work on column(1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 08:15:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-10T08:15:59Z</dc:date>
    <item>
      <title>Isnull() function in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Isnull-function-in-Pivot-table/m-p/699012#M1060145</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'm using pivot table, my requirement is monthwise sales .if currect month sales is zero or null means, to carry last month sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(&lt;STRONG&gt;Column(1)&lt;/STRONG&gt;=0,Before(Column(1))&lt;STRONG&gt;,sum(sales)&lt;/STRONG&gt;)&amp;nbsp; /*Working Correctly */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(isnull(column(1)),&lt;STRONG&gt;Before(Column(1))&lt;STRONG&gt;,sum(sales)&lt;/STRONG&gt;) &lt;/STRONG&gt; /* Not Working */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the reason using isnll() function entire row getting null ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Required Expression :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(( isnull(column(1)) or Column(1)=0),&lt;STRONG&gt;Before(Column(1))&lt;STRONG&gt;,sum(sales)&lt;/STRONG&gt;) &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Muni&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 07:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Isnull-function-in-Pivot-table/m-p/699012#M1060145</guid>
      <dc:creator>muniyandi</dc:creator>
      <dc:date>2014-10-10T07:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Isnull() function in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Isnull-function-in-Pivot-table/m-p/699013#M1060146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;anybody help to me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 08:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Isnull-function-in-Pivot-table/m-p/699013#M1060146</guid>
      <dc:creator>muniyandi</dc:creator>
      <dc:date>2014-10-10T08:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Isnull() function in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Isnull-function-in-Pivot-table/m-p/699014#M1060147</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;with column() you are adressing the content of your current row for the specified column. Depending on your expression in Column 1 it will not return null even if data is null. For example sum always returns 0, even if you sum null values. This maybe the reason why isnull() will not work on column(1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 08:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Isnull-function-in-Pivot-table/m-p/699014#M1060147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-10T08:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Isnull() function in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Isnull-function-in-Pivot-table/m-p/699015#M1060148</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;Thanks For reply,&lt;/P&gt;&lt;P&gt;My data have null value , how to deal null and zero values. in my expression .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 09:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Isnull-function-in-Pivot-table/m-p/699015#M1060148</guid>
      <dc:creator>muniyandi</dc:creator>
      <dc:date>2014-10-10T09:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Isnull() function in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Isnull-function-in-Pivot-table/m-p/699016#M1060149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(( column(1)=null() or Column(1)=0),&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Before(Column(1))&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;,sum(sales)&lt;/STRONG&gt;)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 09:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Isnull-function-in-Pivot-table/m-p/699016#M1060149</guid>
      <dc:creator />
      <dc:date>2014-10-10T09:17:50Z</dc:date>
    </item>
  </channel>
</rss>

