<?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: Eliminate Null value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067730#M635669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get rid of the nulls in the script like attached:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2016 21:32:04 GMT</pubDate>
    <dc:creator>trdandamudi</dc:creator>
    <dc:date>2016-05-03T21:32:04Z</dc:date>
    <item>
      <title>Eliminate Null value</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067729#M635668</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 trying to eliminate the null value if the filed has value in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;If ID has Code values null and XK &lt;/P&gt;&lt;P&gt;Then i want to eliminate null and display only XK so as to avoid one extra line which is duplicating the records&lt;/P&gt;&lt;P&gt;Please see the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 21:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067729#M635668</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2016-05-03T21:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate Null value</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067730#M635669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get rid of the nulls in the script like attached:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 21:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067730#M635669</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-05-03T21:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate Null value</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067731#M635670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You code shows no NULL, but empty values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides this, if you want to filter your table to only show lines where code is not empty or NULL, you can't use a table box. Instead use a table chart with a calculated dimension or set analysis in all your expressions like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;[Code 1] = {'XK'}&amp;gt;} [Code 1])&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Only({&amp;lt;[Code 1] = {'XK'}&amp;gt;} [Code 3])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Only({&amp;lt;[Code 1] = {'XK'}&amp;gt;} [Code 4])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Only({&amp;lt;[Code 1] = {'XK'}&amp;gt;} [Code 5])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 21:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067731#M635670</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-03T21:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate Null value</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067732#M635671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If what Stefan and Thirumala provided did not work, would you be able to elaborate what you are trying to do? I am not sure I completely understand the issue that you are facing right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 00:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067732#M635671</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T00:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate Null value</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067733#M635672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;Is it not the Expressions has to be as below:&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;=Only({&amp;lt;[Code &lt;STRONG&gt;1&lt;/STRONG&gt;] = {'XK'}&amp;gt;} [Code 1])&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;=Only({&amp;lt;[Code &lt;STRONG&gt;3&lt;/STRONG&gt;] = {'XK'}&amp;gt;} [Code 3])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;=Only({&amp;lt;[Code &lt;STRONG&gt;4&lt;/STRONG&gt;] = {'XK'}&amp;gt;} [Code 4])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;=Only({&amp;lt;[Code &lt;STRONG&gt;5&lt;/STRONG&gt;] = {'XK'}&amp;gt;} [Code 5])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Unless&amp;nbsp; I am missing something here..&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Note: I learn a lot from your postings and Sunny. You guys are great and really appreciate for helping others. I do my bit as time permits.Keep up the good work.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 01:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067733#M635672</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-05-04T01:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate Null value</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067734#M635673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are not missing something, except a more detailed explanation of what the OP really wants to do and how his settings looks like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assumed that he wants to check Code1 for a special value and suppress all other lines. If he wants to check all codes for certain values, he needs to adapt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't really know what he wants to do. I just wanted to show a possible approach using a straight table instead of a table box and calculated dimension / set analysis in expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 09:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067734#M635673</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-04T09:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate Null value</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067735#M635674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 09:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067735#M635674</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-05-04T09:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate Null value</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067736#M635675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 09:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-Null-value/m-p/1067736#M635675</guid>
      <dc:creator>florentina_doga</dc:creator>
      <dc:date>2016-05-04T09:52:18Z</dc:date>
    </item>
  </channel>
</rss>

