<?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: Resident table loading problem-No table found in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696747#M676467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried , still not getting resolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jul 2014 09:51:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-02T09:51:13Z</dc:date>
    <item>
      <title>Resident table loading problem-No table found</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696741#M676461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two tables with same columns, (current years data and previous years data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;curr_year:&lt;/P&gt;&lt;P&gt;load a,b,c&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;curr_year_qvd.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;//prev_year:&lt;/P&gt;&lt;P&gt;load a,b,c&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;prev_year_qvd.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yearly_data:&lt;/P&gt;&lt;P&gt;load a,b,c&lt;/P&gt;&lt;P&gt;resident curr_year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join (yearly_data)&lt;/P&gt;&lt;P&gt;load c,d,e&lt;/P&gt;&lt;P&gt;from currency_dat.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ideally yearly_data table should give me consolidated result, but it gives me error while loading "table not found".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to take cosolidated result in one table and then join currency table with this cosilidated table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i resolve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 09:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696741#M676461</guid>
      <dc:creator />
      <dc:date>2014-07-02T09:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Resident table loading problem-No table found</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696742#M676462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Yearly_data table is automatic concatenated to curr_year or prev_year (or whatever the table is called)&lt;/P&gt;&lt;P&gt;Include the Noconcatenate keyword.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 09:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696742#M676462</guid>
      <dc:creator>jfkinspari</dc:creator>
      <dc:date>2014-07-02T09:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Resident table loading problem-No table found</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696743#M676463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the below script. It should resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;curr_year:&lt;/P&gt;&lt;P&gt;load a,b,c&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;curr_year_qvd.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prev_year:&lt;/P&gt;&lt;P&gt;load a,b,c&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;prev_year_qvd.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yearly_data:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;load a,b,c&lt;/P&gt;&lt;P&gt;resident curr_year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; inner join (yearly_data)&lt;/P&gt;&lt;P&gt;load c,d,e&lt;/P&gt;&lt;P&gt;from currency_dat.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table curr_year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/164025"&gt;Kranthikumar M&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 09:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696743#M676463</guid>
      <dc:creator />
      <dc:date>2014-07-02T09:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Resident table loading problem-No table found</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696744#M676464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;T&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ry below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;curr_year:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load a,b,c&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;curr_year_qvd.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Noconcatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//prev_year:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load a,b,c&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;prev_year_qvd.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Noconcatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;yearly_data:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load a,b,c&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident curr_year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="o68gs" style="border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; font-style: inherit; font-family: inherit; text-decoration: underline; color: #009900 !important;"&gt;inner join&lt;/SPAN&gt; (yearly_data)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load c,d,e&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from currency_dat.qvd(qvd);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 09:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696744#M676464</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-02T09:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Resident table loading problem-No table found</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696745#M676465</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;Give NoConatenate keyword to Yearly_data table to restrict auto concatenation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;curr_year:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load a,b,c&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;curr_year_qvd.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Noconcatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//prev_year:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load a,b,c&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;prev_year_qvd.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;yearly_data:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Noconcatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load a,b,c&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;resident curr_year;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;inner join (yearly_data)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load c,d,e&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from currency_dat.qvd(qvd);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 09:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696745#M676465</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-07-02T09:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Resident table loading problem-No table found</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696746#M676466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Another no concatenate is required between prev_year and yearly_data&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Ravi N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 09:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696746#M676466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-02T09:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Resident table loading problem-No table found</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696747#M676467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried , still not getting resolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 09:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696747#M676467</guid>
      <dc:creator />
      <dc:date>2014-07-02T09:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Resident table loading problem-No table found</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696748#M676468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Jagan. i tried and its working now. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 09:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696748#M676468</guid>
      <dc:creator />
      <dc:date>2014-07-02T09:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Resident table loading problem-No table found</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696749#M676469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry , small correction, instead of NOconcatenation between two tables, it should be concatenation . else it will leads to synthetic keys, which will hamper our performance.&lt;/P&gt;&lt;P&gt;so it should be&lt;/P&gt;&lt;P&gt;Table A&lt;/P&gt;&lt;P&gt;a,b,c from table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table B&lt;/P&gt;&lt;P&gt;a,b,c from table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;final_table:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;a,b,c&lt;BR /&gt;resident TableA;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 08:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-table-loading-problem-No-table-found/m-p/696749#M676469</guid>
      <dc:creator />
      <dc:date>2014-07-03T08:50:35Z</dc:date>
    </item>
  </channel>
</rss>

