<?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: How to remove Row with null value ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176959#M632824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much , it work fine . How about help me on below :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/222109"&gt;How to make my Table Total amount display same value when my dimension change from COMPANY TO SOURCE ?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2016 06:22:53 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2016-06-23T06:22:53Z</dc:date>
    <item>
      <title>How to remove Row with null value ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176949#M632814</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;&lt;/P&gt;&lt;P&gt;I like to count how many company sales go up, but the count also include those company sales =0 , &lt;/P&gt;&lt;P&gt;As my column data also capture those sales = 0 , may i know how to remove those row which have 0 value ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my Table have 50 Row , how to keep only 1 to 19 row ? As after 20 row all are null value.&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;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 05:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176949#M632814</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-06-23T05:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Row with null value ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176950#M632815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My QVW &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 05:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176950#M632815</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-06-23T05:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Row with null value ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176951#M632816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 05:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176951#M632816</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-06-23T05:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Row with null value ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176952#M632817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 11pt; font-family: Calibri, sans-serif; color: #3d3d3d;"&gt;script write this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11pt; font-family: Calibri, sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11pt; font-family: Calibri, sans-serif; color: #3d3d3d;"&gt;if(ISNULL(&lt;/STRONG&gt;&lt;STRONG style="font-size: 11pt; font-family: Calibri, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 14.6667px;"&gt;company_sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt;"&gt;) OR LEN(&lt;STRONG style="color: #3d3d3d; font-size: 14.6667px; font-family: Calibri, sans-serif;"&gt;company_sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt;"&gt;)=0,Null,c&lt;STRONG style="color: #3d3d3d; font-size: 14.6667px; font-family: Calibri, sans-serif;"&gt;ompany_sales&lt;/STRONG&gt;)) AS&amp;nbsp; c&lt;STRONG style="color: #3d3d3d; font-size: 14.6667px; font-family: Calibri, sans-serif;"&gt;ompany sales;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 14.6667px; font-family: Calibri, sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 14.6667px; font-family: Calibri, sans-serif;"&gt;select suppress when value is null in dimensions.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 14.6667px; font-family: Calibri, sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 14.6667px; font-family: Calibri, sans-serif;"&gt;and where ever you are calculating if(&lt;STRONG style="color: #3d3d3d; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 14.6667px; font-family: Calibri, sans-serif;"&gt;company_sales&amp;lt;&amp;gt;Null,&lt;/STRONG&gt;&lt;/STRONG&gt;sum(company_sales))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 14.6667px; font-family: Calibri, sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 14.6667px; font-family: Calibri, sans-serif;"&gt;thanks&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 14.6667px; font-family: Calibri, sans-serif;"&gt;Khushboo&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 05:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176952#M632817</guid>
      <dc:creator />
      <dc:date>2016-06-23T05:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Row with null value ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176953#M632818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was surprise how you manage to do it ? with out modify any dimension and expression. and I was wondering how you manage to do it ? atlest i manage to figure out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much. it work now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 05:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176953#M632818</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-06-23T05:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Row with null value ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176954#M632819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khishboo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your solution is more correct . Appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 05:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176954#M632819</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-06-23T05:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Row with null value ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176955#M632820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why do you want to keep 1 in expression.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 05:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176955#M632820</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-06-23T05:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Row with null value ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176956#M632821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to count how many company sales up ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 06:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176956#M632821</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-06-23T06:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Row with null value ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176957#M632822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 15.0pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica',sans-serif; color: #999999;"&gt;Hi Vikas &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 15.0pt;"&gt;Your reply is great , you should not remove it.&lt;/P&gt;&lt;P style="margin-bottom: 15.0pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica',sans-serif; color: #999999;"&gt;I want your expression to be here , So i can refer it later and try out your script , as i need to use this in situation to filter null value in SET.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 15.0pt;"&gt;Paul&lt;/P&gt;&lt;P style="margin-bottom: 15.0pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica',sans-serif; color: #999999;"&gt;reply from &lt;A _jive_internal="true" href="https://community.qlik.com/people/vikasmahajan?et=watches.email.thread"&gt;vikas mahajan&lt;/A&gt; in &lt;EM&gt;Scripting&lt;/EM&gt; - &lt;A _jive_internal="true" href="https://community.qlik.com/message/1068370?et=watches.email.thread#1068370"&gt;View the full discussion&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="center" style="margin-bottom: 15.0pt; text-align: center;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: #333333;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;HR align="center" size="1" width="100%" /&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #666666; font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;BR /&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #666666;"&gt;You can insert this in script , check null values and can skip this with set analysis&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #666666; font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;if(ISNULL(SALES_AMOUNT) OR LEN(SALES_AMOUNT)=0,1,0)) AS&amp;nbsp; NullSale&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #666666;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #666666; font-size: 10.5pt; font-family: 'Helvetica',sans-serif;"&gt;Sum ({&amp;lt;YEAR={"$(=Max(YEAR)-1)"},NullSale={'0'}&amp;gt; }SALES_AMOUNT)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 06:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176957#M632822</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-06-23T06:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Row with null value ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176958#M632823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to change anything. You can use this instead of expression 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If(Not IsNull([YTD Variance]),1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 06:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176958#M632823</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-06-23T06:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove Row with null value ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176959#M632824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much , it work fine . How about help me on below :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/222109"&gt;How to make my Table Total amount display same value when my dimension change from COMPANY TO SOURCE ?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 06:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-Row-with-null-value/m-p/1176959#M632824</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2016-06-23T06:22:53Z</dc:date>
    </item>
  </channel>
</rss>

