<?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: Loading data in wrong table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356501#M704907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My bad. Saw the ".\" part in the NoCommunicationTmp From bit as an incorrect form of "..\" which moves up one folder. Nothing incorrect there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked that the NoCommunication.qvd file exists in the the path .\Data\Aerocom\NoCommunication.qvd? Could be the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hampus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2012 09:13:58 GMT</pubDate>
    <dc:creator>hps</dc:creator>
    <dc:date>2012-06-18T09:13:58Z</dc:date>
    <item>
      <title>Loading data in wrong table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356498#M704904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know why the following is happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="16510" class="jive-image-thumbnail jive-image" onclick="" alt="Explain.png" src="https://community.qlik.com/legacyfs/online/16510_Explain.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I think I am loading data into NoCommunicationTmp but it is actually inserting all of that data into another table (SmokeDetectionTmp).&lt;/P&gt;&lt;P&gt;I am out of ideas why this is occurring, any help is welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 08:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356498#M704904</guid>
      <dc:creator />
      <dc:date>2012-06-18T08:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in wrong table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356499#M704905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You've only got one dot (.) in the FROM PATH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the file cannot be loaded. Try changing it to "..\" instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hampus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 08:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356499#M704905</guid>
      <dc:creator>hps</dc:creator>
      <dc:date>2012-06-18T08:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in wrong table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356500#M704906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean, because I can't follow. Where should the dot be ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an extract of the screenshot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BlowOutsTmp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; timestamp#(DATE_TIME) as DateTime,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LINENUMBER as LineNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORIGIN as Origin&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(CSV_PATH)\*.nsp.blowOut.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute cmd /c del /Q $(CSV_PATH)\*.nsp.blowOut.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/******************************************************************************/&lt;/P&gt;&lt;P&gt;/* Load the times there is no communication with the lines.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;/P&gt;&lt;P&gt;/******************************************************************************/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoCommunicationTmp:&lt;/P&gt;&lt;P&gt;LOAD * FROM [$(CSV_PATH)\NoCommunication.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoCommunicationTmp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; timestamp#(DATE_TIME) as DateTime,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LINENUMBER as LineNumber&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[$(CSV_PATH)\*.nsp.noCommunication.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute cmd /c del /Q $(CSV_PATH)\*.nsp.noCommunication.csv;&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;The CSV_PATH is defined as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET CSV_PATH = .\Data\Aerocom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: uzg_developer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 08:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356500#M704906</guid>
      <dc:creator />
      <dc:date>2012-06-18T08:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in wrong table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356501#M704907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My bad. Saw the ".\" part in the NoCommunicationTmp From bit as an incorrect form of "..\" which moves up one folder. Nothing incorrect there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked that the NoCommunication.qvd file exists in the the path .\Data\Aerocom\NoCommunication.qvd? Could be the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hampus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 09:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356501#M704907</guid>
      <dc:creator>hps</dc:creator>
      <dc:date>2012-06-18T09:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in wrong table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356502#M704908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main problem is that it loads the NoCommunicationTmp data into the SmokeDetectionTmp...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the definition of SmokeDetectionTmp. Yes I know that they have the same structure, but the data is completly different so I can't merge these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SmokeDetectionTmp:&lt;/P&gt;&lt;P&gt;Load * FROM [$(CSV_PATH)\SmokeDetection.qvd](qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SmokeDetectionTmp:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt; timestamp#(DATE_TIME) as DateTime,&lt;/P&gt;&lt;P&gt; LINENUMBER as LineNumber&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;[$(CSV_PATH)\*.nsp.smokeDetection.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ';', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute cmd /c del /Q $(CSV_PATH)\*.nsp.smokeDetection.csv;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 09:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356502#M704908</guid>
      <dc:creator />
      <dc:date>2012-06-18T09:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in wrong table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356503#M704909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's your problem:&lt;/P&gt;&lt;P&gt;Since the tables have the exact same structure they will be automatically concatenated.&lt;/P&gt;&lt;P&gt;Look up automatic concatenation in the manuals.&lt;/P&gt;&lt;P&gt;You'll need to either use NoConcatenate or alter the field names so you don't have an identical field structure between the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 09:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356503#M704909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-18T09:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in wrong table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356504#M704910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's the problem then you should add the "noconcatenate" before the load statement of the NoCommunicationTmp sections, but you'll get synthetic keys (more keys linking the data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to avoid that you should instead encapsulate the NoCommunicationTmp with a qualify *;&lt;/P&gt;&lt;P&gt;The qualify will cause the field names from the table NoComm.. to be prefixed with the tablename.&lt;/P&gt;&lt;P&gt;In other words will LineNumber from NoComm.. be called NoCommunicationTmp.LineNumber, and it will no longer be linked or concatenated with the SmokeDetectionTmp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to add the unqualify *; when you're done with the NoCommunicationTmp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 09:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356504#M704910</guid>
      <dc:creator>hps</dc:creator>
      <dc:date>2012-06-18T09:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in wrong table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356505#M704911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The NoConcatenate causes my load with * (star) to create hundreds/thousands of different tables, that kind of sucks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 09:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356505#M704911</guid>
      <dc:creator />
      <dc:date>2012-06-18T09:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in wrong table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356506#M704912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's because you define NoCommunicationTmp more than once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you comment out the first NoCommunicationTmp load statement the NoCommunicationTmp tablename won't be increment with each file loaded..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could add the following prior to the first NoCommunicationTmp load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoCommunicationTmp:&lt;/P&gt;&lt;P&gt;noconcatenate LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LineNumber&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you'll still get the synthetic keys so you should rename the fieldnames a bit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the code above you have to remove the "noconcatenate" part from the two NoCommunicationTmp tables following&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 09:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-in-wrong-table/m-p/356506#M704912</guid>
      <dc:creator>hps</dc:creator>
      <dc:date>2012-06-18T09:55:59Z</dc:date>
    </item>
  </channel>
</rss>

