<?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 automate loading from database in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/automate-loading-from-database/m-p/1197810#M883992</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;how to load data from qvw automatically into anoter qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>automate loading from database</title>
      <link>https://community.qlik.com/t5/QlikView/automate-loading-from-database/m-p/1197810#M883992</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;how to load data from qvw automatically into anoter qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automate-loading-from-database/m-p/1197810#M883992</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: automate loading from database</title>
      <link>https://community.qlik.com/t5/QlikView/automate-loading-from-database/m-p/1197811#M883993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search for :&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptRegularStatements/Binary.htm"&gt;Binary Load&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 18:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automate-loading-from-database/m-p/1197811#M883993</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-03T18:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: automate loading from database</title>
      <link>https://community.qlik.com/t5/QlikView/automate-loading-from-database/m-p/1197812#M883994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you talking about local client or publisher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 18:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automate-loading-from-database/m-p/1197812#M883994</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-03T18:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: automate loading from database</title>
      <link>https://community.qlik.com/t5/QlikView/automate-loading-from-database/m-p/1197813#M883995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1 example&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;Set QVD = ..\QVD\;//folder_1&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;Set QVDStage = ..\QVDStage\;//folder 2&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;Set vTableStage = 'My_Table';&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;$(vTable):&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;LOAD&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;A,&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;B,&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;C&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;FROM&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'inherit',serif; color: #3d3d3d;"&gt;[$(QVDStage)$(vTableStage).qvd](qvd);&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 18:51:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automate-loading-from-database/m-p/1197813#M883995</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-10-03T18:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: automate loading from database</title>
      <link>https://community.qlik.com/t5/QlikView/automate-loading-from-database/m-p/1197814#M883996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;publisher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 06:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automate-loading-from-database/m-p/1197814#M883996</guid>
      <dc:creator />
      <dc:date>2016-10-04T06:49:27Z</dc:date>
    </item>
  </channel>
</rss>

