<?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: Concatenate  load is not loading the second Table Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-load-is-not-loading-the-second-Table-Data/m-p/291070#M108052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it adds column only ...data is not added&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2012 19:46:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-01-19T19:46:32Z</dc:date>
    <item>
      <title>Concatenate  load is not loading the second Table Data</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-load-is-not-loading-the-second-Table-Data/m-p/291067#M108049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calender:&lt;/P&gt;&lt;P&gt;load Model,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; month(month) as MONTH,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Monthstart(month), 'MMM-YYYY') as YearMonth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Q' &amp;amp; Ceil(Month(month)/3) as Quarter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(Year(month) &amp;amp; '-Q' &amp;amp; Ceil(Month(month)/3), Year(month) &amp;amp; Ceil(Month(month)/3)) as YearQtr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; resident MobileTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Concatenate LOAD&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&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; Model,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&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; year(Month)as year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; month(Month) as MONTH,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Monthstart(Month), 'MMM-YYYY') as YearMonth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Q' &amp;amp; Ceil(Month(Month)/3) as Quarter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(Year(Month) &amp;amp; '-Q' &amp;amp; Ceil(Month(Month)/3), Year(Month) &amp;amp; Ceil(Month(Month)/3)) as YearQtr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; resident HardDiskTable;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 19:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-load-is-not-loading-the-second-Table-Data/m-p/291067#M108049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T19:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate  load is not loading the second Table Data</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-load-is-not-loading-the-second-Table-Data/m-p/291068#M108050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;It Must be concatenating the tables. You can check it by adding one more column like Year&amp;amp;Month as Yearmonth in second table and see the result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: comic sans ms,sans-serif;"&gt;VIjay&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 19:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-load-is-not-loading-the-second-Table-Data/m-p/291068#M108050</guid>
      <dc:creator>vijay_iitkgp</dc:creator>
      <dc:date>2012-01-19T19:37:20Z</dc:date>
    </item>
    <item>
      <title>Concatenate  load is not loading the second Table Data</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-load-is-not-loading-the-second-Table-Data/m-p/291069#M108051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. It looks like your existing resident tables MobileTable and HardDiskTable were loaded before, and they might have an identical structure... Check that both tables exist (and not concatenated together) prior to those two statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The structure of those 2 loads should result in automatic concatenation, so you don't have to specify "Concatenate". However, if you do, make sure that there are no other load statements between those two, or specify explicity what table (Calender) you want to concatenate to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 19:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-load-is-not-loading-the-second-Table-Data/m-p/291069#M108051</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2012-01-19T19:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate  load is not loading the second Table Data</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-load-is-not-loading-the-second-Table-Data/m-p/291070#M108052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it adds column only ...data is not added&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 19:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-load-is-not-loading-the-second-Table-Data/m-p/291070#M108052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-19T19:46:32Z</dc:date>
    </item>
    <item>
      <title>Concatenate  load is not loading the second Table Data</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-load-is-not-loading-the-second-Table-Data/m-p/291071#M108053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Sarathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1 :&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;table2:&lt;/P&gt;&lt;P&gt;concatenate (table1)&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table3:&lt;/P&gt;&lt;P&gt;concatenate(table1 / table2)&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 19:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-load-is-not-loading-the-second-Table-Data/m-p/291071#M108053</guid>
      <dc:creator />
      <dc:date>2012-01-19T19:54:36Z</dc:date>
    </item>
    <item>
      <title>Concatenate  load is not loading the second Table Data</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-load-is-not-loading-the-second-Table-Data/m-p/291072#M108054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Is it possible that MobileTable and HardDiskTable contain the same data? With the fields you are loading any duplicate data will tend to disappear because of the way QlikView stores field values. I would suggest two things: 1. In document properties, General tab turn on the log - that will help you see the number of rows loaded from each load statement. And, 2., Under the load statement for HardDiskTable add one more field:&amp;nbsp; 1 as HardDiskTable_flag. Then, after the data is loaded you can select on that field and see what was loaded from the second load statement, if anything was loaded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 20:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-load-is-not-loading-the-second-Table-Data/m-p/291072#M108054</guid>
      <dc:creator />
      <dc:date>2012-01-19T20:31:11Z</dc:date>
    </item>
  </channel>
</rss>

