<?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 Mapping Select in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mapping-Select/m-p/241037#M91488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;well I still dont know what Im doing wrong.. I have tried it with different tables, and its not working - I get a NULL value.&lt;/P&gt;&lt;P&gt;I guess Im missing something..&lt;/P&gt;&lt;P&gt;Finally I just used LEFT JOIN since my tables are not big.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Oct 2010 09:43:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-21T09:43:19Z</dc:date>
    <item>
      <title>Mapping Select</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Select/m-p/241035#M91486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have 2 tables and I want to use one as a mapping table.&lt;/P&gt;&lt;P&gt;When I run the script below I get a table containing the TblJob with Null values in the added field, and following, rows of the added field with Null in all the other fields.To simplfy this - if one table had 100 rows and the second had 50 rows, now I have 150 rows in the new table.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;anat&lt;/P&gt;&lt;P&gt;&lt;I&gt;TblOrderJobs_Map:&lt;/I&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;/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;/P&gt;&lt;P&gt;&lt;B&gt;MAPPING&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt; JobID as ID,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OrderLineNum&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;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;FROM&lt;/B&gt; LiadData.dbo.TblOrderJobs; &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;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 style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;ActiveTimeMin, &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;BR /&gt;&lt;BR /&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;BR /&gt;&lt;BR /&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;ID &lt;B&gt;as&lt;/B&gt; JobID&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;applymap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;('TblOrderJobs_Map',ID,0) &lt;B&gt;as&lt;/B&gt; OrderLineNum;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt; ActiveTimeMin,&lt;/P&gt;&lt;P&gt;ID&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;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;FROM&lt;/B&gt; LiadData.dbo.TblJob;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 11:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Select/m-p/241035#M91486</guid>
      <dc:creator />
      <dc:date>2010-10-19T11:13:04Z</dc:date>
    </item>
    <item>
      <title>Mapping Select</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Select/m-p/241036#M91487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anat,&lt;/P&gt;&lt;P&gt;is your problem still newsworthy. I tried to rebuild your script with two oracle-tables of my own. It worked as expected.&lt;/P&gt;&lt;P&gt;Here is my script:&lt;/P&gt;&lt;P&gt;TblOrderJobs_Map:&lt;BR /&gt;Mapping&lt;BR /&gt;LOAD JOBID AS ID,&lt;BR /&gt; ORDERLINE;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM "DWH_LOKAL".MAPJOBS;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TblJob:&lt;BR /&gt;LOAD ACTIVETIMEMIN,&lt;BR /&gt; ID,&lt;BR /&gt; applymap ('TblOrderJobs_Map',ID,0) as OrderLineNum;&lt;BR /&gt;&lt;BR /&gt;SQL SELECT ACTIVETIMEMIN,&lt;BR /&gt; ID&lt;BR /&gt;FROM "DWH_LOKAL".JOB;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure, your scource-data is as you expect it ?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 08:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Select/m-p/241036#M91487</guid>
      <dc:creator />
      <dc:date>2010-10-20T08:45:40Z</dc:date>
    </item>
    <item>
      <title>Mapping Select</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Select/m-p/241037#M91488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;well I still dont know what Im doing wrong.. I have tried it with different tables, and its not working - I get a NULL value.&lt;/P&gt;&lt;P&gt;I guess Im missing something..&lt;/P&gt;&lt;P&gt;Finally I just used LEFT JOIN since my tables are not big.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 09:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Select/m-p/241037#M91488</guid>
      <dc:creator />
      <dc:date>2010-10-21T09:43:19Z</dc:date>
    </item>
    <item>
      <title>Mapping Select</title>
      <link>https://community.qlik.com/t5/QlikView/Mapping-Select/m-p/241038#M91489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure whether this is the real problem, but you do miss a ',' (comma) between&lt;/P&gt;&lt;P&gt;ID as JobID&lt;/P&gt;&lt;H4&gt;and&lt;/H4&gt;&lt;P&gt;applymap(...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 10:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mapping-Select/m-p/241038#M91489</guid>
      <dc:creator />
      <dc:date>2010-10-21T10:17:02Z</dc:date>
    </item>
  </channel>
</rss>

