<?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 Load data through external script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-data-through-external-script/m-p/381804#M1168578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a Txt file, which contains a select statement from SQL.&lt;/P&gt;&lt;P&gt;I want to use this text file as my datasource for qvw file.&lt;/P&gt;&lt;P&gt;But&lt;/P&gt;&lt;P&gt;- I want to load the same script 3 times... because we have 3 identical DB's&lt;/P&gt;&lt;P&gt;How can i do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i create in my QVW file &lt;/P&gt;&lt;P&gt;first the OLE DB provider and after this sentence&lt;/P&gt;&lt;P&gt;i reference to the extern script.&lt;/P&gt;&lt;P&gt;then i create a new OLE DB (to the next Database)&lt;/P&gt;&lt;P&gt;and again load the sript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is there another way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Alwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2012 12:08:20 GMT</pubDate>
    <dc:creator>alwinsch</dc:creator>
    <dc:date>2012-08-29T12:08:20Z</dc:date>
    <item>
      <title>Load data through external script</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-through-external-script/m-p/381804#M1168578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a Txt file, which contains a select statement from SQL.&lt;/P&gt;&lt;P&gt;I want to use this text file as my datasource for qvw file.&lt;/P&gt;&lt;P&gt;But&lt;/P&gt;&lt;P&gt;- I want to load the same script 3 times... because we have 3 identical DB's&lt;/P&gt;&lt;P&gt;How can i do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i create in my QVW file &lt;/P&gt;&lt;P&gt;first the OLE DB provider and after this sentence&lt;/P&gt;&lt;P&gt;i reference to the extern script.&lt;/P&gt;&lt;P&gt;then i create a new OLE DB (to the next Database)&lt;/P&gt;&lt;P&gt;and again load the sript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is there another way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Alwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 12:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-through-external-script/m-p/381804#M1168578</guid>
      <dc:creator>alwinsch</dc:creator>
      <dc:date>2012-08-29T12:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Load data through external script</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-through-external-script/m-p/381805#M1168579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create 3 tabs and each tab to particular db connection string and load the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 12:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-through-external-script/m-p/381805#M1168579</guid>
      <dc:creator>sreenivas</dc:creator>
      <dc:date>2012-08-29T12:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Load data through external script</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-through-external-script/m-p/381806#M1168580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;So i use in my final QVW file:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;OLEDB&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;CONNECT32....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;include (external.txt)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Oledb connect 32....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;include (external.txt)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is this what you mean?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 12:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-through-external-script/m-p/381806#M1168580</guid>
      <dc:creator>alwinsch</dc:creator>
      <dc:date>2012-08-29T12:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load data through external script</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-through-external-script/m-p/381807#M1168581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 12:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-through-external-script/m-p/381807#M1168581</guid>
      <dc:creator>sreenivas</dc:creator>
      <dc:date>2012-08-29T12:17:45Z</dc:date>
    </item>
  </channel>
</rss>

