<?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: QlikView Direct Discovery in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Direct-Discovery/m-p/1327301#M410474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had faced the same issue earlier and got it resolved by adding the below variable before loading the data.Request you to try the same:&lt;/P&gt;&lt;P&gt;SET DirectCacheSeconds= 15;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DirectStringQuoteChar=’”’; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DirectIdentifierQuoteChar=' ';&lt;/P&gt;&lt;P&gt;SET DirectConnectionMax= 4;&lt;/P&gt;&lt;P&gt;SET DirectTableBoxListThreshold= 100000;&lt;/P&gt;&lt;P&gt;SET DirectDistinctSupport=true;&lt;/P&gt;&lt;P&gt;SET DirectIdentifierQuoteStyle=’ANSI’;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Apr 2017 14:20:05 GMT</pubDate>
    <dc:creator>anushree1</dc:creator>
    <dc:date>2017-04-17T14:20:05Z</dc:date>
    <item>
      <title>QlikView Direct Discovery</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Direct-Discovery/m-p/1327299#M410472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using QlikView 11.2 SR 15. I am trying to set up a Direct Discovery connection to an OLEDB SQL server using the following syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;DIRECT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SELECT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Database.&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Owner"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Database Tables"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;When I run the script, I receive a "Line is not valid." error. The script does not seem to like the quotation marks, but that is what the connection set up provides.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 12:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Direct-Discovery/m-p/1327299#M410472</guid>
      <dc:creator />
      <dc:date>2017-04-17T12:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Direct Discovery</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Direct-Discovery/m-p/1327300#M410473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From help it is showing like below link. Check if it helps you&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptRegularStatements/direct-query.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptRegularStatements/direct-query.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptRegularStatements/direct-query.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 13:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Direct-Discovery/m-p/1327300#M410473</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-17T13:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Direct Discovery</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Direct-Discovery/m-p/1327301#M410474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had faced the same issue earlier and got it resolved by adding the below variable before loading the data.Request you to try the same:&lt;/P&gt;&lt;P&gt;SET DirectCacheSeconds= 15;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DirectStringQuoteChar=’”’; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET DirectIdentifierQuoteChar=' ';&lt;/P&gt;&lt;P&gt;SET DirectConnectionMax= 4;&lt;/P&gt;&lt;P&gt;SET DirectTableBoxListThreshold= 100000;&lt;/P&gt;&lt;P&gt;SET DirectDistinctSupport=true;&lt;/P&gt;&lt;P&gt;SET DirectIdentifierQuoteStyle=’ANSI’;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2017 14:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Direct-Discovery/m-p/1327301#M410474</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2017-04-17T14:20:05Z</dc:date>
    </item>
  </channel>
</rss>

