<?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 Load tables from database by conditional in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-tables-from-database-by-conditional/m-p/1315592#M408505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I loaded 3 tables from Database like &lt;/P&gt;&lt;P&gt;Table_1 :&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;Table_2 :&lt;/P&gt;&lt;P&gt;Concatenate &lt;/P&gt;&lt;P&gt;Table_3 :&lt;/P&gt;&lt;P&gt;But the problem is sometimes Table_1 or Table_2 or Table_3 dropped in Database by someone as per requirement. But I need to load reaming 2 Tables or one Table. How can we overcome this kind of problems? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Jul 2017 06:18:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-30T06:18:50Z</dc:date>
    <item>
      <title>Load tables from database by conditional</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables-from-database-by-conditional/m-p/1315592#M408505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I loaded 3 tables from Database like &lt;/P&gt;&lt;P&gt;Table_1 :&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;Table_2 :&lt;/P&gt;&lt;P&gt;Concatenate &lt;/P&gt;&lt;P&gt;Table_3 :&lt;/P&gt;&lt;P&gt;But the problem is sometimes Table_1 or Table_2 or Table_3 dropped in Database by someone as per requirement. But I need to load reaming 2 Tables or one Table. How can we overcome this kind of problems? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jul 2017 06:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables-from-database-by-conditional/m-p/1315592#M408505</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-30T06:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables from database by conditional</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables-from-database-by-conditional/m-p/1315593#M408506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can load the tables in QVD and then you can use QUALIFY statement to rename the field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jul 2017 08:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables-from-database-by-conditional/m-p/1315593#M408506</guid>
      <dc:creator>karthikoffi27se</dc:creator>
      <dc:date>2017-07-30T08:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Load tables from database by conditional</title>
      <link>https://community.qlik.com/t5/QlikView/Load-tables-from-database-by-conditional/m-p/1315594#M408507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;You could consider adding a new field when loading from each table, call it Source. Set this equal to 'Table 1', 'Table 2', 'Table 3' or whatever values make sense in your data.&lt;/P&gt;&lt;P&gt;Then instead of dropping Table 3 have you user select only Source = {&lt;SPAN style="font-size: 13.3333px;"&gt;'Table 1', 'Table 2'}. If you really need to drop the records taken from Table 3 from the model then, assuming your resident table is called Data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Noconcatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;NewData:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;*&amp;nbsp; resident Data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Where Source &amp;lt;&amp;gt; 'Table 3';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Drop table Data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Rename table NewData to Data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Good luck&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Andrew&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jul 2017 10:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-tables-from-database-by-conditional/m-p/1315594#M408507</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-07-30T10:12:00Z</dc:date>
    </item>
  </channel>
</rss>

