<?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: Problem empty fields Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-empty-fields-Excel/m-p/1009647#M951017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your support. The dataset is from my company, so I can't post it here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Problem is, that I get my Data by binary load from an other QVW.&lt;/P&gt;&lt;P&gt;So your provided solutions don't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beginning of the script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary &lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to transform the interpretation of that original script ´by replacing missing values by 'UNKNOWN'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2015 10:07:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-09T10:07:47Z</dc:date>
    <item>
      <title>Problem empty fields Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-empty-fields-Excel/m-p/1009642#M951012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a small Problem. My Data in Excel has &lt;STRONG&gt;3 Colums: Company Holding, Companies' subsidiary, Amount.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Company Holding&lt;/SPAN&gt; : Apple, &lt;SPAN style="text-decoration: underline;"&gt;Companies subsidiary&lt;/SPAN&gt;: Apple subsidiary 1, Apple subsidiary 2.&lt;/P&gt;&lt;P&gt;Some of the Company Holdings don't have subsidiaries, so there Amount in Excel is "-".&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Company Holding:&lt;/SPAN&gt; Microsoft , &lt;SPAN style="text-decoration: underline;"&gt;Companies subsidiary&lt;/SPAN&gt; : -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;: When I take a selection direct In box 2 with the subsidiarys, the "-" is not displayed and so the total amount is not considering the amount of Microsoft. Does anybody have an idea how to solve this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 17:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-empty-fields-Excel/m-p/1009642#M951012</guid>
      <dc:creator />
      <dc:date>2015-11-30T17:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem empty fields Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-empty-fields-Excel/m-p/1009643#M951013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A solution could be to replace '-' or empty or null with somwthing the user can understand&lt;/P&gt;&lt;P&gt;UNKNOW, NOT AVAIL, ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if( [yourcompanysubfield] = '-', 'UNKNOWN', [&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;yourcompanysubfield]) as [&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;yourcompanysubfield]&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;if( len(trim([yourcompanysubfield])) = 0, 'UNKNOWN', [&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;yourcompanysubfield]) as [&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;yourcompanysubfield]&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 17:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-empty-fields-Excel/m-p/1009643#M951013</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-11-30T17:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem empty fields Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-empty-fields-Excel/m-p/1009644#M951014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks @maxgro for your help.&lt;/P&gt;&lt;P&gt;I tried both strings in the loading script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;EM&gt;yourcompanysubfield&lt;/EM&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '-', 'UNKNOWN', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;EM&gt;yourcompanysubfield&lt;/EM&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;EM&gt;yourcompanysubfield&lt;/EM&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;EM&gt;yourcompanysubfield&lt;/EM&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) = 0, 'UNKNOWN', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;EM&gt;yourcompanysubfield&lt;/EM&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;EM&gt;yourcompanysubfield&lt;/EM&gt;] &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but both don't work. Does someone have another idea?&lt;/P&gt;&lt;P&gt;May the problem be, that the data source is a *.qvw file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary &lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 09:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-empty-fields-Excel/m-p/1009644#M951014</guid>
      <dc:creator />
      <dc:date>2015-12-01T09:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem empty fields Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-empty-fields-Excel/m-p/1009645#M951015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try at script end, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Company Holding, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if([Companies' subsidiary]='-' or [&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Companies' subsidiary]=' '&lt;/STRONG&gt;,'NoSubsidiary', [&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Companies' subsidiary]&lt;/STRONG&gt;) as [&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Companies' subsidiary]&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From YourTable;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;Now at UI level if you select any company where their is no subsidiary, you will get &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NoSubsidiary&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 10:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-empty-fields-Excel/m-p/1009645#M951015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-01T10:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem empty fields Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-empty-fields-Excel/m-p/1009646#M951016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post&amp;nbsp; your excel, it would be simpler to help you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 18:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-empty-fields-Excel/m-p/1009646#M951016</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-01T18:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem empty fields Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-empty-fields-Excel/m-p/1009647#M951017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your support. The dataset is from my company, so I can't post it here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Problem is, that I get my Data by binary load from an other QVW.&lt;/P&gt;&lt;P&gt;So your provided solutions don't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beginning of the script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary &lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to transform the interpretation of that original script ´by replacing missing values by 'UNKNOWN'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-empty-fields-Excel/m-p/1009647#M951017</guid>
      <dc:creator />
      <dc:date>2015-12-09T10:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem empty fields Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-empty-fields-Excel/m-p/1009648#M951018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do a resident load of the tables your binary loaded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;binary ...............;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// if you have a table YourTable &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NewYourTable:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;noconcatenate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load ....................&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / / replace null with unknown&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;resident YourTable;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;drop table YourTable;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;rename table NewYourTable to YourTable;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 19:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-empty-fields-Excel/m-p/1009648#M951018</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-09T19:07:00Z</dc:date>
    </item>
  </channel>
</rss>

