<?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: automatic export of data from a QVW in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/automatic-export-of-data-from-a-QVW/m-p/358885#M492888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/229745#229745"&gt;automatic export of data from a Qvf &lt;BR /&gt;&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means i want same option in qliksense why because i need to export daily basis &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jul 2017 09:46:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-07-07T09:46:26Z</dc:date>
    <item>
      <title>automatic export of data from a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/automatic-export-of-data-from-a-QVW/m-p/358883#M492886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a process that creates and daily reloads a QV model and publush it to the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have another process, not using QV, but uses data calculated and stored in QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i create a batch file that will be scheduled to open the QVW and export the selected data?&lt;/P&gt;&lt;P&gt;the file type that will contain the exported data is of no importance. our ETL tools will handle everything....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 07:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automatic-export-of-data-from-a-QVW/m-p/358883#M492886</guid>
      <dc:creator />
      <dc:date>2012-06-19T07:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: automatic export of data from a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/automatic-export-of-data-from-a-QVW/m-p/358884#M492887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;1. write a macro that will export charts/table boxes to text file.&amp;nbsp; you can create the charts or table boxes on a hidden tab, if you do not want the qv document users to see these charts designed just for exporting.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;2. configure the OnPostReLoad trigger (found in document properties - triggers) to fire the macro.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;3.use a batch file to reload the qvw (using the command-line reload syntax).&amp;nbsp; use windows task scheduler to schedule the batch file to run on a schedule.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;since Publisher will not fire any macro code within a qlikview document, you must use the batch file reload process in order for the macro to fire.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;below is an example macro.&amp;nbsp; this will export data in the object CH01 to a pipe-delimited text file.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13401276494142805" jivemacro_uid="_13401276494142805"&gt;&lt;P&gt;'--------------------------&lt;BR /&gt;' Export QC Chart Routine&lt;BR /&gt;'-------------------------&lt;/P&gt;&lt;P&gt;sub ExportChart&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt; output_dir="C:\export\"&lt;BR /&gt; Filename="DataFile.txt"&lt;BR /&gt; set obj = ActiveDocument.GetSheetObject("CH01")&lt;BR /&gt; obj.Export (output_dir &amp;amp; Filename) , "|"&lt;BR /&gt;end sub&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 17:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automatic-export-of-data-from-a-QVW/m-p/358884#M492887</guid>
      <dc:creator />
      <dc:date>2012-06-19T17:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: automatic export of data from a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/automatic-export-of-data-from-a-QVW/m-p/358885#M492888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/229745#229745"&gt;automatic export of data from a Qvf &lt;BR /&gt;&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means i want same option in qliksense why because i need to export daily basis &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 09:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automatic-export-of-data-from-a-QVW/m-p/358885#M492888</guid>
      <dc:creator />
      <dc:date>2017-07-07T09:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: automatic export of data from a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/automatic-export-of-data-from-a-QVW/m-p/358886#M492889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tammy gibson,&lt;/P&gt;&lt;P&gt;i need same thing in qliksense not in qlkview ,&lt;/P&gt;&lt;P&gt;how to implement in qliksense Show me with the help of Screenshots.&lt;/P&gt;&lt;P&gt;Now we are using qliksense 3.2 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar.V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 04:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automatic-export-of-data-from-a-QVW/m-p/358886#M492889</guid>
      <dc:creator />
      <dc:date>2017-07-10T04:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: automatic export of data from a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/automatic-export-of-data-from-a-QVW/m-p/358887#M492890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was really helpful.&lt;/P&gt;&lt;P&gt;It worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kidane Asrat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 21:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automatic-export-of-data-from-a-QVW/m-p/358887#M492890</guid>
      <dc:creator />
      <dc:date>2017-09-11T21:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: automatic export of data from a QVW</title>
      <link>https://community.qlik.com/t5/QlikView/automatic-export-of-data-from-a-QVW/m-p/1587873#M492891</link>
      <description>&lt;P&gt;Its working fine when i Press test button.&lt;/P&gt;&lt;P&gt;But, It'n working when the task gets reloaded is there any other changes required to execute it.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 06:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/automatic-export-of-data-from-a-QVW/m-p/1587873#M492891</guid>
      <dc:creator>Hemanth458</dc:creator>
      <dc:date>2019-06-04T06:20:38Z</dc:date>
    </item>
  </channel>
</rss>

