<?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 exclude nulls of field from other table in load script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/exclude-nulls-of-field-from-other-table-in-load-script/m-p/1583977#M42695</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was wondering if it's possible to exclude null values in loadscript using&amp;nbsp; &lt;U&gt;&lt;STRONG&gt;Where Len(Trim([field])) &amp;gt; 0&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Altough using &lt;U&gt;&lt;STRONG&gt;field&lt;/STRONG&gt;&lt;/U&gt; from another table.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:45:36 GMT</pubDate>
    <dc:creator>FilippoValli</dc:creator>
    <dc:date>2024-11-16T05:45:36Z</dc:date>
    <item>
      <title>exclude nulls of field from other table in load script</title>
      <link>https://community.qlik.com/t5/App-Development/exclude-nulls-of-field-from-other-table-in-load-script/m-p/1583977#M42695</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was wondering if it's possible to exclude null values in loadscript using&amp;nbsp; &lt;U&gt;&lt;STRONG&gt;Where Len(Trim([field])) &amp;gt; 0&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Altough using &lt;U&gt;&lt;STRONG&gt;field&lt;/STRONG&gt;&lt;/U&gt; from another table.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/exclude-nulls-of-field-from-other-table-in-load-script/m-p/1583977#M42695</guid>
      <dc:creator>FilippoValli</dc:creator>
      <dc:date>2024-11-16T05:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: exclude nulls of field from other table in load script</title>
      <link>https://community.qlik.com/t5/App-Development/exclude-nulls-of-field-from-other-table-in-load-script/m-p/1584105#M42708</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;You should be able to do it by either using ApplyMap in the condition for your table (where you pass a field to a mapping table) and evaluate the returned value using isnull or len, etc.&lt;/P&gt;&lt;P&gt;The second option is to perform an inner join on a table and only loading the joining column from the second table, but restricting it to where your field is not null.&lt;/P&gt;&lt;P&gt;Both these options will work. If you are still unsure then you can post a sample of your two tables I can help you with the script.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 17:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/exclude-nulls-of-field-from-other-table-in-load-script/m-p/1584105#M42708</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2019-05-23T17:59:53Z</dc:date>
    </item>
  </channel>
</rss>

