<?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 Loading problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-problem/m-p/260468#M706800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am facing a loading problem, I have three tables: sales, purchase and store and I need to use all of them in a single qvw file.&lt;/P&gt;&lt;P&gt;Now, sales and purchase are indexed by documentID and article, and I have the date; Store is indexed by month-year and article.&lt;/P&gt;&lt;P&gt;Does anyone knows if a loading pattern exists about this problem? Or, how can I "merge" these files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2011 14:45:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-28T14:45:37Z</dc:date>
    <item>
      <title>Loading problem</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-problem/m-p/260468#M706800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am facing a loading problem, I have three tables: sales, purchase and store and I need to use all of them in a single qvw file.&lt;/P&gt;&lt;P&gt;Now, sales and purchase are indexed by documentID and article, and I have the date; Store is indexed by month-year and article.&lt;/P&gt;&lt;P&gt;Does anyone knows if a loading pattern exists about this problem? Or, how can I "merge" these files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 14:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-problem/m-p/260468#M706800</guid>
      <dc:creator />
      <dc:date>2011-11-28T14:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Loading problem</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-problem/m-p/260469#M706801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView links tables when one or more fields are named alike. Note that QlikView is case sensitive, so "Field" is not the same as "FIELD". This happens regardless the actual key fields or indexes in the data source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can append one table to any previously loaded table using the keyword CONCATENATE before the load, so both tables result in one bigger table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;LOAD DocID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Sales' AS Source;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Sales;&lt;/P&gt;&lt;P&gt;CONCATENATE (Sales) LOAD DocID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Purchase' AS Source;&lt;/P&gt;&lt;P&gt;SQL SELECT * &lt;/P&gt;&lt;P&gt;FROM Purchases;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stores:&lt;/P&gt;&lt;P&gt;LOAD StoreNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Item,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Store' AS Source;&lt;/P&gt;&lt;P&gt;SQL SELECT * &lt;/P&gt;&lt;P&gt;FROM Stores;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create a table for the calendar where all possible date related dimensions are stored as in &lt;A _jive_internal="true" href="https://community.qlik.com/community.qlik.com/qlikviews/1075"&gt;this application&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 14:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-problem/m-p/260469#M706801</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-11-28T14:55:18Z</dc:date>
    </item>
    <item>
      <title>Loading problem</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-problem/m-p/260470#M706802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without knowing the Data, it cannot be merged. I can propose a Datamodel based on your explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Sales:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; documentID &amp;amp;'_' &amp;amp;article as Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; documentID as DocId, // renaming so that no synthetic key arises&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; article as Material // renaming so that no synthetic key arises&lt;/P&gt;&lt;P&gt;From Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Purchase:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; documentID &amp;amp;'_' &amp;amp;article as Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; documentID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; article&lt;/P&gt;&lt;P&gt;From Purchase;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the next step..I dont know when you meant I have a date, whether it is in Purchase or Sales Table&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Store:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load article,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month-year&lt;/P&gt;&lt;P&gt;From Store;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hope it gives a basic Idea. If data is present in purchase table, you can make a Key between Article and date, like I made between DocumentID and article in first table.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 15:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-problem/m-p/260470#M706802</guid>
      <dc:creator />
      <dc:date>2011-11-28T15:05:33Z</dc:date>
    </item>
  </channel>
</rss>

