<?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: Supress null values in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033330#M348659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;FileldName= {"=Len(Trim(FieldName)) &amp;gt; 0"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2016 10:19:23 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2016-01-06T10:19:23Z</dc:date>
    <item>
      <title>Supress null values in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033328#M348657</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;I have an expression previously in my straight table and now i have added a dimension and a new expression to the same straight table which resulted null values in the previous expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we supress or remove null values in expression level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 06:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033328#M348657</guid>
      <dc:creator />
      <dc:date>2016-01-06T06:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Supress null values in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033329#M348658</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;try like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;FieldName={"=not isnull(FieldName)"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 10:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033329#M348658</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-01-06T10:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Supress null values in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033330#M348659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;FileldName= {"=Len(Trim(FieldName)) &amp;gt; 0"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 10:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033330#M348659</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-01-06T10:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Supress null values in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033331#M348660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to remove all rows that have a NULL value in the first (original) expression column?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then change your second expression into something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=IF (NOT IsNull([&lt;EM&gt;LabelOfOriginalExpression&lt;/EM&gt;]), &lt;EM&gt;SecondExpression&lt;/EM&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace the two words in italics with what you have in your table.&lt;/P&gt;&lt;P&gt;With this trick, we force Expression2 to NULL if the outcome of Expression1 proves to be NULL. NULLs in all expression will cause a row to be suppressed. That is if you didn't change the Show NULL value setting in your table properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 10:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033331#M348660</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-06T10:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Supress null values in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033332#M348661</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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(IsNull(expresion, Null(), Dimension)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and select the option to supress if is null&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HTH,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 10:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033332#M348661</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-06T10:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Supress null values in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033333#M348662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can we remove duplicates in dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 15:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033333#M348662</guid>
      <dc:creator />
      <dc:date>2016-01-11T15:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Supress null values in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033334#M348663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You can remove all the null values&amp;nbsp; like this at back end itself,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14525715627803044" jivemacro_uid="_14525715627803044"&gt;
&lt;P style="font-size: 13.3333px;"&gt;LOAD MainKey,&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;IF(IsNull(Data),0, Data) as MainData ,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;FROM&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;[$(vExcelPath)\1.xlsx]&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is 1) Where MainKey&amp;lt;&amp;gt;Null();&lt;/P&gt;
&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Hope this Helps,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 04:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033334#M348663</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-12T04:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Supress null values in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033335#M348664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;=if (not isnull(FieldName),FieldName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 04:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-null-values-in-expression/m-p/1033335#M348664</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-01-12T04:19:17Z</dc:date>
    </item>
  </channel>
</rss>

