<?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: Load Excel file into QLikView - merge tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517358#M688028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using your script, i am getting the enclosed file. I now have three tables: Corporate accounts, Months and Data. Data is a one column table, so that it is not possible to read all the data as entered in .xls file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further help would be much appreciated : )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Dec 2013 15:39:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-21T15:39:41Z</dc:date>
    <item>
      <title>Load Excel file into QLikView - merge tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517351#M688020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; font-size: 13.333333969116211px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;All,&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 13.333333969116211px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;I am loading a table from excel into QLikView using&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;New&lt;/LI&gt;&lt;LI&gt;Edit Script&lt;/LI&gt;&lt;LI&gt;Table Files as datasource --&amp;gt; browse my .xls file&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="margin-bottom: 1em; font-size: 13.333333969116211px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;my .xls document is a table with monthly sales: rows are companies, columns are months in 2012 Jan to Dec. Into QlikView, import gives me 13 tables: one with the companies names, and 12 with sales for each months.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="margin-bottom: 1em; margin-left: 30px; font-size: 13.333333969116211px; list-style-position: initial; list-style-image: initial; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;&lt;LI&gt;how do i get a single table on import, very similar to the table in Excel ? what is it not the default presentation mode ?&lt;/LI&gt;&lt;LI&gt;if there is no mean to load the .xls into one single table, how can i merge the tables as to get a single table ?&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: 1em; font-size: 13.333333969116211px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;thanks&lt;/P&gt;&lt;HR style="color: #dddddd; background-color: #dddddd; margin-bottom: 20px; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 13.333333969116211px;" /&gt;&lt;P style="margin-bottom: 1em; font-size: 13.333333969116211px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;my script looks like this&lt;/P&gt;&lt;PRE style="margin: 0 0 10px; padding: 5px; font-size: 13.333333969116211px; background-color: #eeeeee; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; color: #000000;"&gt;
&lt;P&gt;LOAD [Corporate Account], &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Apr, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; May&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&lt;F&gt;&lt;/F&gt;&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;/PRE&gt;&lt;P style="margin-bottom: 1em; font-size: 13.333333969116211px; color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif;"&gt;and it brings one QlikView table per month plus one for accounts name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 14:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517351#M688020</guid>
      <dc:creator />
      <dc:date>2013-12-21T14:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load Excel file into QLikView - merge tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517352#M688021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please load your sample data file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 14:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517352#M688021</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-12-21T14:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Load Excel file into QLikView - merge tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517353#M688022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I enclose source xls file and obtained .qwv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 14:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517353#M688022</guid>
      <dc:creator />
      <dc:date>2013-12-21T14:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Load Excel file into QLikView - merge tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517354#M688023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 14:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517354#M688023</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-12-21T14:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load Excel file into QLikView - merge tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517355#M688024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to open it in personal edition, as not created by me ? it seems that it is not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would you like to share how you built it, or share your script when based on a script ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 15:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517355#M688024</guid>
      <dc:creator />
      <dc:date>2013-12-21T15:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load Excel file into QLikView - merge tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517356#M688025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write below script in your script editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;CrossTable(Month, Data)&lt;/P&gt;&lt;P&gt;LOAD [Corporate Account], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Apr, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; May&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Book1.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 15:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517356#M688025</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-12-21T15:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load Excel file into QLikView - merge tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517357#M688027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure the location of the file should be according&amp;nbsp; to your file placed in your drive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 15:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517357#M688027</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-12-21T15:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Load Excel file into QLikView - merge tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517358#M688028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using your script, i am getting the enclosed file. I now have three tables: Corporate accounts, Months and Data. Data is a one column table, so that it is not possible to read all the data as entered in .xls file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further help would be much appreciated : )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 15:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517358#M688028</guid>
      <dc:creator />
      <dc:date>2013-12-21T15:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load Excel file into QLikView - merge tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517359#M688029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right Click&lt;/P&gt;&lt;P&gt;new sheet object&lt;/P&gt;&lt;P&gt;Table BOx&lt;/P&gt;&lt;P&gt;add all&lt;/P&gt;&lt;P&gt;OK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2013 15:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Excel-file-into-QLikView-merge-tables/m-p/517359#M688029</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-12-21T15:47:33Z</dc:date>
    </item>
  </channel>
</rss>

