<?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 What is wrong with this script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-wrong-with-this-script/m-p/524862#M196102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello friends,&lt;/P&gt;&lt;P&gt;I am using this script to concatenate two table whose path is provided with the concatenate function as follow.&lt;/P&gt;&lt;P&gt;Concatenate (E:\Poornima\Company.xlsx) load * from E:\Poornima\CompanyPurchase.xlsx ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is giving me error table not found.&lt;/P&gt;&lt;P&gt;please tell me my mistake.&lt;/P&gt;&lt;P&gt;Thanks in advance;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Oct 2013 06:55:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-25T06:55:04Z</dc:date>
    <item>
      <title>What is wrong with this script?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-wrong-with-this-script/m-p/524862#M196102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello friends,&lt;/P&gt;&lt;P&gt;I am using this script to concatenate two table whose path is provided with the concatenate function as follow.&lt;/P&gt;&lt;P&gt;Concatenate (E:\Poornima\Company.xlsx) load * from E:\Poornima\CompanyPurchase.xlsx ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is giving me error table not found.&lt;/P&gt;&lt;P&gt;please tell me my mistake.&lt;/P&gt;&lt;P&gt;Thanks in advance;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 06:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-wrong-with-this-script/m-p/524862#M196102</guid>
      <dc:creator />
      <dc:date>2013-10-25T06:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with this script?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-wrong-with-this-script/m-p/524863#M196103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nupur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load the Company.xlsx data first, then concatenate the data from CompanyPurchase.&lt;/P&gt;&lt;P&gt;Use also the wizard when loading data from excel for complete syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Company:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;from ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Company)&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;from ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On another hand, be sure that your really want to concatenate those two tables.&lt;/P&gt;&lt;P&gt;If the Company xls represents info about companies (id, description, etc...), you'll use it as dimension to be linked to the Purchases.&lt;/P&gt;&lt;P&gt;But that's just a hint &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 07:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-wrong-with-this-script/m-p/524863#M196103</guid>
      <dc:creator />
      <dc:date>2013-10-25T07:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with this script?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-wrong-with-this-script/m-p/524864#M196104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;E:\Poornima\Company.xlsx&lt;/SPAN&gt; first, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Company:&lt;/P&gt;&lt;P&gt;LOAD * from &lt;/P&gt;&lt;P&gt;[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;E:\Poornima\Company.xlsx&lt;/SPAN&gt;]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (Company)&lt;/P&gt;&lt;P&gt;LOAD * from&lt;/P&gt;&lt;P&gt;[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;E:\Poornima\CompanyPurchase.xlsx&lt;/SPAN&gt;]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure concatenate is what you actually want to do. Or do you want to join (associate) the two tables? Please provide the field names in both tables if that is the case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 07:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-wrong-with-this-script/m-p/524864#M196104</guid>
      <dc:creator />
      <dc:date>2013-10-25T07:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with this script?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-wrong-with-this-script/m-p/524865#M196105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nupur ...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;First load the Company table first and then give an alias name to it (better)...&lt;/P&gt;&lt;P&gt;CPNY:&lt;/P&gt;&lt;P&gt;Load * &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;E:\Poornima\Company.xlsx;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;concatenate(CPNY)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;load *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;from .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will work....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 07:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-wrong-with-this-script/m-p/524865#M196105</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2013-10-25T07:21:15Z</dc:date>
    </item>
  </channel>
</rss>

