<?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 Empty Strings to Nulls in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Empty-Strings-to-Nulls/m-p/77829#M5173</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 am loading in a file to Qlik Sense that contains many empty strings as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="emptystring.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204715_emptystring.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I know in the script I can do&lt;/P&gt;&lt;P&gt;If(Len(Trim(Id)) &amp;lt;1, Null(),Id) as Id &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this table has 80+ fields and I believe this will be the case for other tables I am bringing in.&lt;/P&gt;&lt;P&gt;Is there a way for me to tell Qlik to universally treat strings with Len(Trim(Field)) = 0&amp;nbsp; as nulls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2018 14:21:06 GMT</pubDate>
    <dc:creator>m_perreault</dc:creator>
    <dc:date>2018-06-08T14:21:06Z</dc:date>
    <item>
      <title>Empty Strings to Nulls</title>
      <link>https://community.qlik.com/t5/App-Development/Empty-Strings-to-Nulls/m-p/77829#M5173</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 am loading in a file to Qlik Sense that contains many empty strings as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="emptystring.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204715_emptystring.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I know in the script I can do&lt;/P&gt;&lt;P&gt;If(Len(Trim(Id)) &amp;lt;1, Null(),Id) as Id &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this table has 80+ fields and I believe this will be the case for other tables I am bringing in.&lt;/P&gt;&lt;P&gt;Is there a way for me to tell Qlik to universally treat strings with Len(Trim(Field)) = 0&amp;nbsp; as nulls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 14:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Empty-Strings-to-Nulls/m-p/77829#M5173</guid>
      <dc:creator>m_perreault</dc:creator>
      <dc:date>2018-06-08T14:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Strings to Nulls</title>
      <link>https://community.qlik.com/t5/App-Development/Empty-Strings-to-Nulls/m-p/77830#M5174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Found the answer reading here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set NullInterpret = '';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 14:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Empty-Strings-to-Nulls/m-p/77830#M5174</guid>
      <dc:creator>m_perreault</dc:creator>
      <dc:date>2018-06-08T14:30:26Z</dc:date>
    </item>
  </channel>
</rss>

