<?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: Crosstable auto concatenation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623333#M229387</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;While cross table creation try to make QVD of that table and then load one by one table and then concate that tables with check the fields in the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2014 06:29:20 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-03-26T06:29:20Z</dc:date>
    <item>
      <title>Crosstable auto concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623327#M229381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an excel sheet containing three tables. I am loading all three (Tables A,B,C) as crosstables (with different no. of fields in each) . Yet my data from first table (Table A) shows in the data of second table (Table B) which has a lot of empty cells!! please advice. I cannot upload the sheet either.&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;TableA:&lt;/P&gt;&lt;P&gt;CrossTable(Month, Data, 10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate(Table1)&lt;/P&gt;&lt;P&gt;resident TableA&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;CrossTable(Month, Data, 11)&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;concatenate(Table1)&lt;/P&gt;&lt;P&gt;resident TableB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableC:&lt;/P&gt;&lt;P&gt;CrossTable(Month, Data, 12)&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;concatenate(Table1)&lt;/P&gt;&lt;P&gt;resident TableC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 04:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623327#M229381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-26T04:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable auto concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623328#M229382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you are getting automatic concatenation -- which QV does whenever tables share the same field names. You can try overriding that by adding the NoConcatenate prefix to the CrossTable statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 04:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623328#M229382</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-03-26T04:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable auto concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623329#M229383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesnt work!! Says Illegal combination of prefixes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 05:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623329#M229383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-26T05:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable auto concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623330#M229384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about if you drop TableA after you concatenate it with Table1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 05:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623330#M229384</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-03-26T05:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable auto concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623331#M229385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since I am concatenating on resident load, anyway i am dropping the tables there. I have tired few other ways now. Still it is getting concatenated Phew!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 06:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623331#M229385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-26T06:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable auto concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623332#M229386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruchi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can't attach the excel I suggest you to do some RND with steps like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a new App and Load all 3 table one by one with Check&lt;/P&gt;&lt;P&gt;Load Table A&lt;/P&gt;&lt;P&gt;check on Front end all data and columns are as expected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Table B&lt;/P&gt;&lt;P&gt;check on Front end all data and columns are as expected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Table C&lt;/P&gt;&lt;P&gt;check on Front end all data and columns are as expected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;concatenate all Three and Check which will be Table ABC.&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;Step 3:&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 Table ABC&amp;nbsp; with Table 1 and drop Table ABC.&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;it should work &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;.. Good Luck &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&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;&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; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 06:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623332#M229386</guid>
      <dc:creator>qlikpahadi07</dc:creator>
      <dc:date>2014-03-26T06:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable auto concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623333#M229387</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;While cross table creation try to make QVD of that table and then load one by one table and then concate that tables with check the fields in the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 06:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623333#M229387</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-03-26T06:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable auto concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623334#M229388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change Attribute and Data field names for all the 3 tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 06:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623334#M229388</guid>
      <dc:creator />
      <dc:date>2014-03-26T06:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable auto concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623335#M229389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the actual script -- and document log -- instead of the pseudo code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 19:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623335#M229389</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-03-26T19:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable auto concatenation</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623336#M229390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the late reply. I re did it in a totally different manner. I took three tables, normal loads and stored them in 3 QVDs. &lt;/P&gt;&lt;P&gt;From the QVDs when I am doing a cross table on them... it works fine. &lt;/P&gt;&lt;P&gt;Thank you all so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 02:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-auto-concatenation/m-p/623336#M229390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-07T02:14:17Z</dc:date>
    </item>
  </channel>
</rss>

