<?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. :Re: Re. :Attaching an inline table with unsued values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Attaching-an-inline-table-with-unsued-values/m-p/240900#M91355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you use JOIN without parameter, you join with the last table loaded.&lt;/P&gt;&lt;P&gt;If you want to join with another table, you have to precise the name like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LEFT JOIN (table_to_join)&lt;BR /&gt;LOAD ....&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 May 2010 13:54:29 GMT</pubDate>
    <dc:creator>martin59</dc:creator>
    <dc:date>2010-05-14T13:54:29Z</dc:date>
    <item>
      <title>Attaching an inline table with unsued values</title>
      <link>https://community.qlik.com/t5/QlikView/Attaching-an-inline-table-with-unsued-values/m-p/240897#M91352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am loading a CSV table into my QV application. I've also loading an inline table which maps a single letter code field in the CSV file to a description of that code. The problem is that not all the codes are currently used in the CSV, but, once loaded, the application shows these unused codes in list boxes and they appear in the tables/charts as extra, empty, rows.&lt;/P&gt;&lt;P&gt;How do I prevent the unused codes in my inline table from appearing in the application? I tried using left join, but that doesn't seem to work.&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 13:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Attaching-an-inline-table-with-unsued-values/m-p/240897#M91352</guid>
      <dc:creator />
      <dc:date>2010-05-14T13:26:54Z</dc:date>
    </item>
    <item>
      <title>Re. :Attaching an inline table with unsued values</title>
      <link>https://community.qlik.com/t5/QlikView/Attaching-an-inline-table-with-unsued-values/m-p/240898#M91353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you send an extract of your script ?&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 13:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Attaching-an-inline-table-with-unsued-values/m-p/240898#M91353</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-05-14T13:32:47Z</dc:date>
    </item>
    <item>
      <title>Re. :Attaching an inline table with unsued values</title>
      <link>https://community.qlik.com/t5/QlikView/Attaching-an-inline-table-with-unsued-values/m-p/240899#M91354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since sending my first message I've been experimenting with it. Originally my script loaded in the CSV and then there was an inline table as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;left join load * inline [&lt;BR /&gt;code, code_desc&lt;BR /&gt;A, Alpha&lt;BR /&gt;B, Beta&lt;BR /&gt;C, Charlie];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;But this inline table was on a different script tab and the unused codes still appeared in my application. I moved this code onto the same tab as the CSV load script and now it seems to work.&lt;/P&gt;&lt;P&gt;Is there some priority or grouping applied to the script tabs?&lt;/P&gt;&lt;P&gt;Hope that makes sense! Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 13:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Attaching-an-inline-table-with-unsued-values/m-p/240899#M91354</guid>
      <dc:creator />
      <dc:date>2010-05-14T13:50:39Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Attaching an inline table with unsued values</title>
      <link>https://community.qlik.com/t5/QlikView/Attaching-an-inline-table-with-unsued-values/m-p/240900#M91355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you use JOIN without parameter, you join with the last table loaded.&lt;/P&gt;&lt;P&gt;If you want to join with another table, you have to precise the name like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LEFT JOIN (table_to_join)&lt;BR /&gt;LOAD ....&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 13:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Attaching-an-inline-table-with-unsued-values/m-p/240900#M91355</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-05-14T13:54:29Z</dc:date>
    </item>
  </channel>
</rss>

