<?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: Load if there's a value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-if-there-s-a-value/m-p/448804#M483809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did the trick!&amp;nbsp; Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jun 2013 00:09:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-07T00:09:33Z</dc:date>
    <item>
      <title>Load if there's a value</title>
      <link>https://community.qlik.com/t5/QlikView/Load-if-there-s-a-value/m-p/448802#M483807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an excel sheet with 3 columns (containing text only): Category, PrimaryDomain, and SecondaryDomain.&amp;nbsp; Every Category has one or two domains, so PrimaryDomain always has a value, but SecondaryDomain only has a value sometimes.&amp;nbsp; I would like any calculations made in the Qlikview document associate a Category as having one or two Domains, but it's not loading right.&amp;nbsp; I'm trying to test it in a document with less data to test the theory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's my test load statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Category, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PrimaryDomain as Domain&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;S&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/S&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is Sheet1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Category,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( IsText(SecondaryDomain), SecondaryDomain) as Domain&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;&lt;S&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/S&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is Sheet1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my test document which uses this script, Categories which only have one Domain are loading as if they have two values for Domain: the PrimaryDomain value and NULL.&amp;nbsp; (The test QVW is attached.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on how to remove the NULL value and/or how to essentially two excel columns into one field with correct connections?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 23:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-if-there-s-a-value/m-p/448802#M483807</guid>
      <dc:creator />
      <dc:date>2013-06-06T23:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load if there's a value</title>
      <link>https://community.qlik.com/t5/QlikView/Load-if-there-s-a-value/m-p/448803#M483808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;LOAD Category,&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PrimaryDomain as Domain&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;&lt;/EM&gt;&lt;S&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/S&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;(ooxml, embedded labels, table is Sheet1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;LOAD Category,&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SecondaryDomain as Domain&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;&lt;/EM&gt;&lt;S&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/S&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;EM&gt;(ooxml, embedded labels, table is Sheet1)&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;EM&gt;WHERE Len(Trim(SecondaryDomain)) &amp;gt; 0;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 00:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-if-there-s-a-value/m-p/448803#M483808</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-06-07T00:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load if there's a value</title>
      <link>https://community.qlik.com/t5/QlikView/Load-if-there-s-a-value/m-p/448804#M483809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did the trick!&amp;nbsp; Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 00:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-if-there-s-a-value/m-p/448804#M483809</guid>
      <dc:creator />
      <dc:date>2013-06-07T00:09:33Z</dc:date>
    </item>
  </channel>
</rss>

