<?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: NULL values in table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/NULL-values-in-table/m-p/1894793#M73812</link>
    <description>&lt;P&gt;Give a try with below:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if(Len(country)=0, peek('country', -1), country) as COUNTRY&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Hope that helps...&lt;/P&gt;</description>
    <pubDate>Fri, 18 Feb 2022 11:29:18 GMT</pubDate>
    <dc:creator>Raja2022</dc:creator>
    <dc:date>2022-02-18T11:29:18Z</dc:date>
    <item>
      <title>NULL values in table</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-values-in-table/m-p/1894776#M73811</link>
      <description>&lt;P&gt;HI&lt;/P&gt;
&lt;P&gt;I have a table which has Address, city , Country and Unique IDs's&lt;/P&gt;
&lt;P&gt;Table:&lt;BR /&gt;Load &lt;BR /&gt;IDs,&lt;BR /&gt;Addr,&lt;BR /&gt;city,&lt;BR /&gt;Country&lt;/P&gt;
&lt;P&gt;from abc.qvd;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sample&amp;nbsp; raw data:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlikuser22_0-1645181665745.png" style="width: 246px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72618i647A517416E217F9/image-dimensions/246x153?v=v2" width="246" height="153" role="button" title="qlikuser22_0-1645181665745.png" alt="qlikuser22_0-1645181665745.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Since I have NULL value , i am getting 2 rows in qliksense table, one with proper address and the other with NULL.&lt;/P&gt;
&lt;P&gt;I want to do, if Country is NULL, pick the values which is not null.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried the below expression in my load statement and I am not getting the desired result.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(isnull(country), peek('country', -1), country) as COUNTRY.&lt;/P&gt;
&lt;P&gt;I am sure this is a common problem and I am not how to fix this. Please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 10:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-values-in-table/m-p/1894776#M73811</guid>
      <dc:creator>qlikuser22</dc:creator>
      <dc:date>2022-02-18T10:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: NULL values in table</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-values-in-table/m-p/1894793#M73812</link>
      <description>&lt;P&gt;Give a try with below:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if(Len(country)=0, peek('country', -1), country) as COUNTRY&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Hope that helps...&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 11:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-values-in-table/m-p/1894793#M73812</guid>
      <dc:creator>Raja2022</dc:creator>
      <dc:date>2022-02-18T11:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: NULL values in table</title>
      <link>https://community.qlik.com/t5/App-Development/NULL-values-in-table/m-p/1894850#M73819</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used this link and solved my issue. Thanks to qlik community.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/App-Development/Fill-column-value-with-previous-not-null-value/td-p/1524005" target="_blank"&gt;Solved: Fill column value with previous not null value - Qlik Community - 1524005&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 13:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/NULL-values-in-table/m-p/1894850#M73819</guid>
      <dc:creator>qlikuser22</dc:creator>
      <dc:date>2022-02-18T13:35:09Z</dc:date>
    </item>
  </channel>
</rss>

