<?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 Issues With NOCONCATENATE in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issues-With-NOCONCATENATE/m-p/289091#M107414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many&amp;nbsp; Thanks Miguel..&lt;/P&gt;&lt;P&gt;I am using v9....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2012 11:32:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-19T11:32:14Z</dc:date>
    <item>
      <title>Issues With NOCONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-With-NOCONCATENATE/m-p/289087#M107410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;I have attached qlikview file in which i pull data from table t1 using resident to table t2. I used noconcatenate because i am pulling same copy of data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Whenever I want to view the data in t1 and t2 in internal table view, by rirght clicking on table, and then clicking on data, the qlikview application file is getting struck, however no problem in front end. Can anyone come about this clearly?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Murali&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 10:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-With-NOCONCATENATE/m-p/289087#M107410</guid>
      <dc:creator />
      <dc:date>2012-01-19T10:55:19Z</dc:date>
    </item>
    <item>
      <title>Issues With NOCONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-With-NOCONCATENATE/m-p/289088#M107411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t1:&lt;/P&gt;&lt;P&gt;Load * inline [a,b,c&lt;/P&gt;&lt;P&gt;1,2,3];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t2:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load * resident t1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 11:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-With-NOCONCATENATE/m-p/289088#M107411</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-01-19T11:05:45Z</dc:date>
    </item>
    <item>
      <title>Issues With NOCONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-With-NOCONCATENATE/m-p/289089#M107412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still same problem exists for t1 and t2, not for synTable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 11:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-With-NOCONCATENATE/m-p/289089#M107412</guid>
      <dc:creator />
      <dc:date>2012-01-19T11:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issues With NOCONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-With-NOCONCATENATE/m-p/289090#M107413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a couple of things here. One is the version of QlikView you are using. That was a known issue (registered as bug ID 24386 crashing when right clicking on the table viewer when synthetic keys are in the data model) in some release of version 9 SR6 under some circumstances. I don't know if the problem still persists in version 10. As far as I'm concerned, I can open your file and see the tables and the synthetic table without crashes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second is that the synthetic table that is created after the load is bound to be unwanted, so to avoid it, add below the script the line&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;t1:&lt;/P&gt;&lt;P&gt;Load * inline [a,b,c&lt;/P&gt;&lt;P&gt;1,2,3];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;t2:&lt;/P&gt;&lt;P&gt;Load * resident t1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE t1;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will remove from memory table "t1" leaving only "t2". There shouldn't be any crash now.&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;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: I forgot to mention, regarding the first point, to update to the latest release of QlikView (version 10 SR4 build 9282 or version 9 SR7 7778). Updated with the bug info. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 11:27:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-With-NOCONCATENATE/m-p/289090#M107413</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-19T11:27:46Z</dc:date>
    </item>
    <item>
      <title>Issues With NOCONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/Issues-With-NOCONCATENATE/m-p/289091#M107414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many&amp;nbsp; Thanks Miguel..&lt;/P&gt;&lt;P&gt;I am using v9....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 11:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issues-With-NOCONCATENATE/m-p/289091#M107414</guid>
      <dc:creator />
      <dc:date>2012-01-19T11:32:14Z</dc:date>
    </item>
  </channel>
</rss>

