<?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: Loading table from ODBC database without SQL statements in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-table-from-ODBC-database-without-SQL-statements/m-p/1509488#M600413</link>
    <description>&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;unfortunately not...&lt;/P&gt;</description>
    <pubDate>Tue, 20 Nov 2018 07:30:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-20T07:30:02Z</dc:date>
    <item>
      <title>Loading table from ODBC database without SQL statements</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-table-from-ODBC-database-without-SQL-statements/m-p/1509022#M600411</link>
      <description>&lt;P&gt;Hello dear Community!&lt;/P&gt;&lt;P&gt;I would like to load a table from an ODBC database, but filter the colums before i load them, because the entries are huge and my loadscript takes lots of time to load it. As I can see, the wizard uses SQL statements, for instance:&lt;/P&gt;&lt;PRE&gt;random_table:
SQL SELECT column1,
column2,
column3
FROM owner."table_name";&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I know, I can't use functions like "for" or "if" with SQL statements.&lt;/P&gt;&lt;P&gt;So my question is: Can I load tables from databases without SQL statements (like regular Excel or CSV files)?&lt;/P&gt;&lt;P&gt;My Goal is to&amp;nbsp;do something like this:&lt;/P&gt;&lt;PRE&gt;*loading table1 with column1*

new_table:
for column1 in table1:
       load
         .
         .
         .
from table2 where column2=column1;

table2 is the huge one, I would like to filter before loading it...&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 12:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-table-from-ODBC-database-without-SQL-statements/m-p/1509022#M600411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-19T12:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Loading table from ODBC database without SQL statements</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-table-from-ODBC-database-without-SQL-statements/m-p/1509101#M600412</link>
      <description>&lt;P&gt;Can't you just use WHERE in the SQL statement?&lt;/P&gt;&lt;P&gt;Tomasz&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 13:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-table-from-ODBC-database-without-SQL-statements/m-p/1509101#M600412</guid>
      <dc:creator>tomasz_tru</dc:creator>
      <dc:date>2018-11-19T13:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Loading table from ODBC database without SQL statements</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-table-from-ODBC-database-without-SQL-statements/m-p/1509488#M600413</link>
      <description>&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;unfortunately not...&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 07:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-table-from-ODBC-database-without-SQL-statements/m-p/1509488#M600413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-20T07:30:02Z</dc:date>
    </item>
  </channel>
</rss>

