<?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 excel loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/excel-loading/m-p/170765#M41053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Project field in the table and the excel file should be same. i.e the P should be capital in table.&lt;/P&gt;&lt;P&gt;Project and project will be considered as two different fields. hence you need to make sure its same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Jan 2011 04:19:14 GMT</pubDate>
    <dc:creator>deepakk</dc:creator>
    <dc:date>2011-01-15T04:19:14Z</dc:date>
    <item>
      <title>excel loading</title>
      <link>https://community.qlik.com/t5/QlikView/excel-loading/m-p/170764#M41052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Here is my script , somehow i get 2 columns for project_name and location , basically i want , 1 project_name and 1 location,&lt;/P&gt;&lt;P&gt;i have data in table1 , and i have excel sheet which has some additional values for Project and Location to be added to the table, as the table in databse did not have these values i thought of loading them in qlikview itself&lt;/P&gt;&lt;P&gt;but , after the reload with below scrit , i get 2 columns in the application one from table and the other from excel sheet , how do i avaoid this?&lt;/P&gt;&lt;P&gt;Calender:&lt;BR /&gt;load&lt;BR /&gt;Month(Month) AS [Month #],&lt;BR /&gt;Monthname(Month) AS [Month_Year],&lt;BR /&gt;Year(Month) AS Year,*;&lt;/P&gt;&lt;P&gt;Table1:&lt;BR /&gt;sql select rumi_device, project, location, trunc(hour) as Day, trunc(hour,'month') as "Month"&lt;/P&gt;&lt;P&gt;---- all my code&lt;BR /&gt; from table1&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;LEFT JOIN(table1)&lt;/P&gt;&lt;P&gt;LOAD Location,&lt;BR /&gt; SiteDesignator,&lt;BR /&gt; SiteName&lt;BR /&gt;FROM&lt;BR /&gt;C:\Users\c_rsrira\Desktop\rumi_meta_mappings.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Location_ALL);&lt;/P&gt;&lt;P&gt;LEFT JOIN(table1)&lt;/P&gt;&lt;P&gt;LOAD Project,&lt;BR /&gt; [Mapped Project],&lt;BR /&gt; [Finance Code]&lt;BR /&gt;FROM&lt;BR /&gt;C:\Users\c_rsrira\Desktop\rumi_meta_mappings.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Project_ALL);&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;/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;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;/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;/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;/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;/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;/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;/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;/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jan 2011 01:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel-loading/m-p/170764#M41052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-15T01:18:42Z</dc:date>
    </item>
    <item>
      <title>excel loading</title>
      <link>https://community.qlik.com/t5/QlikView/excel-loading/m-p/170765#M41053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Project field in the table and the excel file should be same. i.e the P should be capital in table.&lt;/P&gt;&lt;P&gt;Project and project will be considered as two different fields. hence you need to make sure its same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jan 2011 04:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel-loading/m-p/170765#M41053</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-01-15T04:19:14Z</dc:date>
    </item>
    <item>
      <title>excel loading</title>
      <link>https://community.qlik.com/t5/QlikView/excel-loading/m-p/170766#M41054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview is case-sensitive and hence ensure that the field names should be exactly same. In the above code Project and project will be treated as 2 different fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jan 2011 07:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/excel-loading/m-p/170766#M41054</guid>
      <dc:creator />
      <dc:date>2011-01-15T07:39:46Z</dc:date>
    </item>
  </channel>
</rss>

