<?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: Direct Discovery is not working in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Direct-Discovery-is-not-working-in-Qlik-Sense/m-p/1677377#M51501</link>
    <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;First of all check if the database connection is right. And see if Qlik can fetch the data without Direct Discovery.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2020 07:05:34 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2020-02-20T07:05:34Z</dc:date>
    <item>
      <title>Direct Discovery is not working in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Direct-Discovery-is-not-working-in-Qlik-Sense/m-p/1677084#M51481</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;Hope you are doing well!&lt;/P&gt;&lt;P&gt;I am trying to build a Qlik Sense application with Direct Discovery feature (Direct Query); however, it is not working &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below is the scenario:&lt;BR /&gt;&lt;STRONG&gt;- Fact tables and dimension tables loaded into Qlik application&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- Config table (with frequent data changes) are loaded with Direct Query&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- Fact tables are linked to Config&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- We are passing config_uuid as parameter in iFrame tag (&amp;amp;select=config_uuid,14CBEE1A-8CBA-430F-9ECA-1E34E97CC999)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- When I insert/update/delete a record in Config table then it should be loaded in Qlik application with reload; WHICH IS NOT WORKING CURRENTLY.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any help on this will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;//Definition of Config table - Loaded from PostgreSQL database via ODBC&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;config:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;DIRECT QUERY&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;DIMENSION&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;config_uuid&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,config_name&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FROM "dbo"."config";&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul Pawar&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Direct-Discovery-is-not-working-in-Qlik-Sense/m-p/1677084#M51481</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2024-11-16T19:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery is not working in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Direct-Discovery-is-not-working-in-Qlik-Sense/m-p/1677370#M51500</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12989"&gt;@Michael_Tarallo&lt;/a&gt;&amp;nbsp; could you please help me on this?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 06:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Direct-Discovery-is-not-working-in-Qlik-Sense/m-p/1677370#M51500</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2020-02-20T06:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery is not working in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Direct-Discovery-is-not-working-in-Qlik-Sense/m-p/1677377#M51501</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;First of all check if the database connection is right. And see if Qlik can fetch the data without Direct Discovery.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 07:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Direct-Discovery-is-not-working-in-Qlik-Sense/m-p/1677377#M51501</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-02-20T07:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery is not working in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Direct-Discovery-is-not-working-in-Qlik-Sense/m-p/1677379#M51502</link>
      <description>&lt;P&gt;Hello Kaushik,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response!&lt;/P&gt;&lt;P&gt;I did checked that! I am able to access the database without Direct Discover via ODBC as well as PostgreSQL connector.&lt;/P&gt;&lt;P&gt;I wonder why it is not working with Direct Discovery?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul Pawar&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 07:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Direct-Discovery-is-not-working-in-Qlik-Sense/m-p/1677379#M51502</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2020-02-20T07:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Discovery is not working in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Direct-Discovery-is-not-working-in-Qlik-Sense/m-p/1677702#M51534</link>
      <description>&lt;P&gt;Hi Ranul -&lt;/P&gt;
&lt;P&gt;First please verify this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/DirectDiscovery/data-sources-supported-in-direct-discovery.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/DirectDiscovery/data-sources-supported-in-direct-discovery.htm&lt;/A&gt;&lt;/P&gt;
&lt;H2 id="anchor-4" tabindex="-1"&gt;DB2,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Oracle&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;PostgreSQL&lt;/H2&gt;
&lt;P&gt;Direct discovery can be used in conjunction with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;DB2,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Oracle&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;PostgreSQL&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;but may require the following parameter in the set variables due to the quoting characters used in these sources:&lt;/P&gt;
&lt;DIV class="code" data-mc-conditions="Targets.NotToTranslate"&gt;SET DirectIdentifierQuoteChar='""';&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If all looks well - then please open a case with Qlik Support - preferably with your Qlik Support credentials.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you don't have Qlik Support contract - you can still open and report the problem as a guest:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Open-a-Support-Case-as-a-Guest/td-p/1669051" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Open-a-Support-Case-as-a-Guest/td-p/1669051&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this help.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Mike&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 18:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Direct-Discovery-is-not-working-in-Qlik-Sense/m-p/1677702#M51534</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2020-02-20T18:04:37Z</dc:date>
    </item>
  </channel>
</rss>

