<?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 Direct Discovery in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Direct-Discovery/m-p/446864#M698862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My questions goes to new functionality of Direct Discovery (QV 11.2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is it possible to load more then one table like this?&lt;/LI&gt;&lt;LI&gt;Is it possible to make WHERE limitations to source data while using DIRECT?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried like this - and third statement failed (it fails even when I remove WHERE clause). It loads only tableA.&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 _jivemacro_uid_1355833338850525" jivemacro_uid="_1355833338850525"&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13558333455314915" jivemacro_uid="_13558333455314915"&gt;&lt;P&gt;ODBC CONNECT TO ODBC_Teradata (XUserId is zyzyryxy, XPassword is blablablasimple);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIRECT SELECT column_a, column_b IMPLICIT column_c&lt;/P&gt;&lt;P&gt;FROM schema.tableA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIRECT SELECT column_a,column_d IMPLICIT column_e&lt;/P&gt;&lt;P&gt;FROM schema.tableB &lt;/P&gt;&lt;P&gt;WHERE date_of_day &amp;gt; date - 1;&lt;/P&gt;&lt;/PRE&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Paweł&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2012 12:25:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-12-18T12:25:20Z</dc:date>
    <item>
      <title>Direct Discovery</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery/m-p/446864#M698862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My questions goes to new functionality of Direct Discovery (QV 11.2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is it possible to load more then one table like this?&lt;/LI&gt;&lt;LI&gt;Is it possible to make WHERE limitations to source data while using DIRECT?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried like this - and third statement failed (it fails even when I remove WHERE clause). It loads only tableA.&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 _jivemacro_uid_1355833338850525" jivemacro_uid="_1355833338850525"&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13558333455314915" jivemacro_uid="_13558333455314915"&gt;&lt;P&gt;ODBC CONNECT TO ODBC_Teradata (XUserId is zyzyryxy, XPassword is blablablasimple);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIRECT SELECT column_a, column_b IMPLICIT column_c&lt;/P&gt;&lt;P&gt;FROM schema.tableA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIRECT SELECT column_a,column_d IMPLICIT column_e&lt;/P&gt;&lt;P&gt;FROM schema.tableB &lt;/P&gt;&lt;P&gt;WHERE date_of_day &amp;gt; date - 1;&lt;/P&gt;&lt;/PRE&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Paweł&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 12:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery/m-p/446864#M698862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-18T12:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery/m-p/446865#M698863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paweł,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know, only one direct discovery table is allowed per load script / QVW file for the time being, so it makes sense that the second throws an error. You should use two different QVW applications if you want to use those two queries.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 12:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery/m-p/446865#M698863</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-12-18T12:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery</title>
      <link>https://community.qlik.com/t5/QlikView/Direct-Discovery/m-p/446866#M698864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use view at db side. Create common structure and provide data source indicator on result data set. Passing parameters value of particular table get data direct from db and draw what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 06:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Direct-Discovery/m-p/446866#M698864</guid>
      <dc:creator />
      <dc:date>2013-09-26T06:38:06Z</dc:date>
    </item>
  </channel>
</rss>

