<?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: Qlik Sense Resident Table Load not Working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Resident-Table-Load-not-Working/m-p/948165#M645297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well this seemed to work, I guess I just never ran into this before Qlik Sense. Typically if I created a second table referencing some/all the fields, then dropped the first table, the second one would be left. This makes it look as if ignored the drop table statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either way, the NoConcatenate seems to have worked here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2015 20:19:07 GMT</pubDate>
    <dc:creator>MalcolmCICWF</dc:creator>
    <dc:date>2015-12-03T20:19:07Z</dc:date>
    <item>
      <title>Qlik Sense Resident Table Load not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Resident-Table-Load-not-Working/m-p/948159#M645291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running into an issues that I am having a problem figuring out. I am loading a table in script from and Excel file and then trying to create a secondtable where I will do some other data manipulation, but this second table will not load. After loading the data, only the first table exists. Am I doing something wrong? I have done this many times in Qlikview, is there a bug in Qlik Sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[TableImport]:&lt;BR /&gt;LOAD &lt;BR /&gt;&amp;nbsp; [Status],&lt;BR /&gt;&amp;nbsp; [Location],&lt;BR /&gt;&amp;nbsp; [Created By(Name)] as CreatedBy,&lt;BR /&gt;&amp;nbsp; [Ticket #] as TicketNum,&lt;BR /&gt;&amp;nbsp; [Summary],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Timestamp#([Create Date],'YYYY-MM-DD @ hh:mm TT')) as CreateDate,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(Timestamp#([Create Date],'YYYY-MM-DD @ hh:mm TT')) as CreateTime,&lt;BR /&gt;&amp;nbsp; [Close Date],&lt;BR /&gt;&amp;nbsp; [Assigned to],&lt;BR /&gt;&amp;nbsp; [Request Type],&lt;BR /&gt;&amp;nbsp; [Categorization]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;FROM [lib://Apps/ServiceDesk.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Spiceworks Report]);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[ServiceDesk]:&lt;BR /&gt;LOAD &lt;BR /&gt;&amp;nbsp; [Status],&lt;BR /&gt;&amp;nbsp; [Location],&lt;BR /&gt;&amp;nbsp; CreatedBy,&lt;BR /&gt;&amp;nbsp; TicketNum,&lt;BR /&gt;&amp;nbsp; [Summary],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreateDate,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreateTime,&lt;BR /&gt;&amp;nbsp; [Close Date],&lt;BR /&gt;&amp;nbsp; [Assigned to],&lt;BR /&gt;&amp;nbsp; [Request Type],&lt;BR /&gt;&amp;nbsp; [Categorization]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Resident TableImport;&lt;/P&gt;&lt;P&gt;// Drop table TableImport;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 17:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Resident-Table-Load-not-Working/m-p/948159#M645291</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2015-12-03T17:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Resident Table Load not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Resident-Table-Load-not-Working/m-p/948160#M645292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any problem here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can put the error screen shot it will be helpful to understand much better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 17:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Resident-Table-Load-not-Working/m-p/948160#M645292</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2015-12-03T17:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Resident Table Load not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Resident-Table-Load-not-Working/m-p/948161#M645293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the 2 tables have the same number and names of fields Qlik will concatenate (like a SQL union all) the tables and you get all records in first one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a noconcatenate to the second one.&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; font-size: 13px;"&gt;[ServiceDesk]:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;noconcatenate&lt;/STRONG&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; font-size: 13px;"&gt;LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 18:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Resident-Table-Load-not-Working/m-p/948161#M645293</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-03T18:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Resident Table Load not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Resident-Table-Load-not-Working/m-p/948162#M645294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They seem to be loading the same kind of data because all the columns are the same. Maybe you want this ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, you can differentiate the records by adding a new field with a different constant value for each load. Then you can slice the data sets by this new field 'Source' with values of your choice (in my ex below&amp;nbsp; file1, file2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[TableImport]:&lt;BR /&gt;LOAD &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp; 'File1'&amp;nbsp; as Source,&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; [Status],&lt;BR /&gt;&amp;nbsp; [Location],&lt;BR /&gt;&amp;nbsp; [Created By(Name)] as CreatedBy,&lt;BR /&gt;&amp;nbsp; [Ticket #] as TicketNum,&lt;BR /&gt;&amp;nbsp; [Summary],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Timestamp#([Create Date],'YYYY-MM-DD @ hh:mm TT')) as CreateDate,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(Timestamp#([Create Date],'YYYY-MM-DD @ hh:mm TT')) as CreateTime,&lt;BR /&gt;&amp;nbsp; [Close Date],&lt;BR /&gt;&amp;nbsp; [Assigned to],&lt;BR /&gt;&amp;nbsp; [Request Type],&lt;BR /&gt;&amp;nbsp; [Categorization]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;FROM [lib://Apps/ServiceDesk.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Spiceworks Report]);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;[ServiceDesk]:&lt;BR /&gt;LOAD &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp; 'File2'&amp;nbsp; as Source,&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; [Status],&lt;BR /&gt;&amp;nbsp; [Location],&lt;BR /&gt;&amp;nbsp; CreatedBy,&lt;BR /&gt;&amp;nbsp; TicketNum,&lt;BR /&gt;&amp;nbsp; [Summary],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreateDate,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreateTime,&lt;BR /&gt;&amp;nbsp; [Close Date],&lt;BR /&gt;&amp;nbsp; [Assigned to],&lt;BR /&gt;&amp;nbsp; [Request Type],&lt;BR /&gt;&amp;nbsp; [Categorization]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Resident TableImport;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;// Drop table TableImport;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 18:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Resident-Table-Load-not-Working/m-p/948162#M645294</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-12-03T18:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Resident Table Load not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Resident-Table-Load-not-Working/m-p/948163#M645295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I never had this issue in QlikView. I plan on adding some fields based on calculations, but I was just testing and noticed they were combining into 1 table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 19:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Resident-Table-Load-not-Working/m-p/948163#M645295</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2015-12-03T19:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Resident Table Load not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Resident-Table-Load-not-Working/m-p/948164#M645296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not an issue, it's by design&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;automatic concat for same number and names of fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;concatenate&lt;/STRONG&gt; to force concat also for different number and/or names &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;noconcatenate&lt;/STRONG&gt; to force no concat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 19:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Resident-Table-Load-not-Working/m-p/948164#M645296</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-03T19:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Resident Table Load not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-Resident-Table-Load-not-Working/m-p/948165#M645297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well this seemed to work, I guess I just never ran into this before Qlik Sense. Typically if I created a second table referencing some/all the fields, then dropped the first table, the second one would be left. This makes it look as if ignored the drop table statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either way, the NoConcatenate seems to have worked here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 20:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-Resident-Table-Load-not-Working/m-p/948165#M645297</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2015-12-03T20:19:07Z</dc:date>
    </item>
  </channel>
</rss>

