<?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 Load data only if record not contains nulls in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-data-only-if-record-not-contains-nulls/m-p/1827014#M68034</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Im wondering if there is a shortcut to write a load script that will not load all records that contains at least one null attribute at once&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Instead of writing all the attributes in the where statement)&lt;/P&gt;</description>
    <pubDate>Fri, 06 Aug 2021 07:58:37 GMT</pubDate>
    <dc:creator>seWork</dc:creator>
    <dc:date>2021-08-06T07:58:37Z</dc:date>
    <item>
      <title>Load data only if record not contains nulls</title>
      <link>https://community.qlik.com/t5/App-Development/Load-data-only-if-record-not-contains-nulls/m-p/1827014#M68034</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Im wondering if there is a shortcut to write a load script that will not load all records that contains at least one null attribute at once&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Instead of writing all the attributes in the where statement)&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 07:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-data-only-if-record-not-contains-nulls/m-p/1827014#M68034</guid>
      <dc:creator>seWork</dc:creator>
      <dc:date>2021-08-06T07:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load data only if record not contains nulls</title>
      <link>https://community.qlik.com/t5/App-Development/Load-data-only-if-record-not-contains-nulls/m-p/1827026#M68036</link>
      <description>&lt;P&gt;Without writing all attributes! I am not sure; may be someone has an idea. However, a short expression I can think of would be like:&lt;/P&gt;&lt;P&gt;Where &lt;STRONG&gt;Not RangeMin(IsNull(Field1), Isnull(Field2), ...)&lt;/STRONG&gt;;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 08:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-data-only-if-record-not-contains-nulls/m-p/1827026#M68036</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-08-06T08:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load data only if record not contains nulls</title>
      <link>https://community.qlik.com/t5/App-Development/Load-data-only-if-record-not-contains-nulls/m-p/1827145#M68050</link>
      <description>&lt;P&gt;In the case that your source is a crosstable you may to consider to transform it into a "normal" data-structure.&lt;/P&gt;&lt;P&gt;Another approach could be to pre-load your table like: first 1 load * from Source; and then looping over the available fields to create an appropriate where-statement within a variable.&lt;/P&gt;&lt;P&gt;- Marcus&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 14:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-data-only-if-record-not-contains-nulls/m-p/1827145#M68050</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-08-06T14:41:26Z</dc:date>
    </item>
  </channel>
</rss>

