<?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 ODBC Connection Failed and Hidden Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ODBC-Connection-Failed-and-Hidden-Script/m-p/681762#M247183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I moved all tabs into hidden-script tabs, but the Main Tab which has the connection definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I pressed the Reload button. I got Error messages:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each table from database the error showed: &lt;STRONG&gt;ODBC Connection Failed&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Each resident table error showed was: &lt;STRONG&gt;Field not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't I hide all my scripts, or can I?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2014 20:14:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-30T20:14:23Z</dc:date>
    <item>
      <title>ODBC Connection Failed and Hidden Script</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Connection-Failed-and-Hidden-Script/m-p/681762#M247183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I moved all tabs into hidden-script tabs, but the Main Tab which has the connection definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I pressed the Reload button. I got Error messages:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each table from database the error showed: &lt;STRONG&gt;ODBC Connection Failed&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Each resident table error showed was: &lt;STRONG&gt;Field not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't I hide all my scripts, or can I?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 20:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Connection-Failed-and-Hidden-Script/m-p/681762#M247183</guid>
      <dc:creator />
      <dc:date>2014-06-30T20:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection Failed and Hidden Script</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Connection-Failed-and-Hidden-Script/m-p/681763#M247184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gil, I think the confusion is the order of the hidden script. Hidden script tabs are always executed first (before the Main tab). So you'd need to move your connection string into the hidden script, most likely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 21:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Connection-Failed-and-Hidden-Script/m-p/681763#M247184</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2014-06-30T21:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection Failed and Hidden Script</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Connection-Failed-and-Hidden-Script/m-p/681764#M247185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Vlad G. here. Hidden Scripts are run first, then the viewable scripts. You can create include statements to hide the ODBC connection (truly) and the script (as another thought).&lt;/P&gt;&lt;P&gt;#include filename;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 21:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Connection-Failed-and-Hidden-Script/m-p/681764#M247185</guid>
      <dc:creator>Greg_Williams</dc:creator>
      <dc:date>2014-06-30T21:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection Failed and Hidden Script</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Connection-Failed-and-Hidden-Script/m-p/681765#M247186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Greg and Vlad say, try to put out the string conection&amp;nbsp; would be a good option and more secure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do some like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET Path_ConnectionString='../6_Seguridad';&lt;/P&gt;&lt;P&gt;$(must_include=$(Path_ConnectionString)/ConexionPP.txt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the ConexionPP.txt will have the string conecction and would be in the 6_Seguridad folder in the root folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 02:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Connection-Failed-and-Hidden-Script/m-p/681765#M247186</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-07-01T02:51:08Z</dc:date>
    </item>
  </channel>
</rss>

