<?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: NoConcatenate CrossTables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/NoConcatenate-CrossTables/m-p/194590#M55428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if the two tables are very big in size? I do not want to rename all of my fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 09:05:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-19T09:05:53Z</dc:date>
    <item>
      <title>NoConcatenate CrossTables</title>
      <link>https://community.qlik.com/t5/QlikView/NoConcatenate-CrossTables/m-p/194586#M55424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm having trouble with a script. I have two identical crosstables in Excel which I need to load into separate temp tables in my script. Usually I would use NoConcatenate to prevent them being added to the same table, but QV won't let me use that in conjunction with CrossTable. See my script below (including the NoConcatenate that fails)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;TempBudgetUSA:&lt;BR /&gt;CrossTable(DocumentDate, Amount, 3)&lt;BR /&gt;LOAD Site,&lt;BR /&gt; Include,&lt;BR /&gt; [Account No],&lt;BR /&gt; [13/12/2010],&lt;BR /&gt; [20/12/2010],&lt;BR /&gt; [27/12/2010],&lt;BR /&gt; [03/01/2011]&lt;BR /&gt;FROM&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1) where Include = 'y';&lt;BR /&gt;NoConcatenate&lt;BR /&gt;TempBudgetUK:&lt;BR /&gt;CrossTable(DocumentDate, Amount, 3)&lt;BR /&gt;LOAD Site,&lt;BR /&gt; Include,&lt;BR /&gt; [Account No],&lt;BR /&gt; [13/12/2010],&lt;BR /&gt; [20/12/2010],&lt;BR /&gt; [27/12/2010],&lt;BR /&gt; [03/01/2011]&lt;BR /&gt;FROM&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1) where Include = 'y';&lt;BR /&gt;&lt;/C&gt;&lt;/C&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;How can I use these keywords together - or do I need to rethink my script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 11:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NoConcatenate-CrossTables/m-p/194586#M55424</guid>
      <dc:creator />
      <dc:date>2011-04-01T11:25:28Z</dc:date>
    </item>
    <item>
      <title>NoConcatenate CrossTables</title>
      <link>https://community.qlik.com/t5/QlikView/NoConcatenate-CrossTables/m-p/194587#M55425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nick,&lt;/P&gt;&lt;P&gt;According to your code, I've modified some things&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;TempBudgetUSA:CrossTable(DocumentDateUSA, AmountUSA, 3)LOAD Site AS SiteUSA, Include AS IncludeUSA, [Account No] AS AccountNoUSA, [13/12/2010], [20/12/2010], [27/12/2010], [03/01/2011]FROM&lt;C&gt;(ooxml, embedded labels, table is Sheet1) where Include = 'y'; TempBudgetUK:CrossTable(DocumentDateUK, AmountUK, 3)LOAD Site AS SiteUK, Include AS IncludeUK, [Account No] AS AccountNoUK, [13/12/2010], [20/12/2010], [27/12/2010], [03/01/2011]FROM&lt;C&gt;(ooxml, embedded labels, table is Sheet1) where Include = 'y';&lt;/C&gt;&lt;/C&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That should create two different tables with their fields suffixed by UK or USA.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 11:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NoConcatenate-CrossTables/m-p/194587#M55425</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-01T11:35:39Z</dc:date>
    </item>
    <item>
      <title>NoConcatenate CrossTables</title>
      <link>https://community.qlik.com/t5/QlikView/NoConcatenate-CrossTables/m-p/194588#M55426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course! Thanks that works perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 11:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NoConcatenate-CrossTables/m-p/194588#M55426</guid>
      <dc:creator />
      <dc:date>2011-04-01T11:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: NoConcatenate CrossTables</title>
      <link>https://community.qlik.com/t5/QlikView/NoConcatenate-CrossTables/m-p/194589#M55427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this workaround the only way to solve the problem? It's fine if you have something simple like the original post example with UK and USA which is meaningful and short to use as a suffix. It's not very helpful that QV defaults to concatenate if you can't override it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 11:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NoConcatenate-CrossTables/m-p/194589#M55427</guid>
      <dc:creator />
      <dc:date>2013-07-03T11:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: NoConcatenate CrossTables</title>
      <link>https://community.qlik.com/t5/QlikView/NoConcatenate-CrossTables/m-p/194590#M55428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if the two tables are very big in size? I do not want to rename all of my fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 09:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NoConcatenate-CrossTables/m-p/194590#M55428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-19T09:05:53Z</dc:date>
    </item>
  </channel>
</rss>

