<?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: Extract data from format and share automatically in exel file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extract-data-from-format-and-share-automatically-in-exel-file/m-p/778972#M276098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very much new regarding the macro concept...It will be good for me if you post the file with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarfaraz&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2015 10:23:50 GMT</pubDate>
    <dc:creator>sarfaraz_sheikh</dc:creator>
    <dc:date>2015-01-28T10:23:50Z</dc:date>
    <item>
      <title>Extract data from format and share automatically in exel file</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-data-from-format-and-share-automatically-in-exel-file/m-p/778970#M276096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one format in one application.That format data should get share to business user in Exel File on dailly basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, nowdays i am doing this manually as i do not want it to do manually .i want the data of particular format share with business user automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i can do so that the data automatically extracted from format and share with business user..Is there any way to achive the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sarfaraz&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 08:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-data-from-format-and-share-automatically-in-exel-file/m-p/778970#M276096</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2015-01-28T08:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from format and share automatically in exel file</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-data-from-format-and-share-automatically-in-exel-file/m-p/778971#M276097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this macro to export to Excel:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUB EXPORT_Percentage&lt;BR /&gt; set sObject1 = ActiveDocument.GetSheetObject("CH_EXPORT")&lt;BR /&gt; set v = ActiveDocument.GetVariable("vOggi") &lt;BR /&gt; sObject1.ExportBiff "E:\qlik\Accounting\Daily Sales\Excel\" &amp;amp; v.GetContent.String &amp;amp; "_Daily_Summary_Export.xls"&lt;BR /&gt; end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;and use this script into a batch file scheduled in Windows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;taskkill /f /im "Qv.exe"&lt;BR /&gt;"C:\Program Files\QlikView\Qv.exe" /r "E:\QlikSource\Sales\Daily_Export.qvw" &amp;gt;&amp;gt; E:\ScheduledTask\Daily_Export.log&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The Macro must be triggered on the "OnPostReload" event of the documet&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 08:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-data-from-format-and-share-automatically-in-exel-file/m-p/778971#M276097</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-28T08:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from format and share automatically in exel file</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-data-from-format-and-share-automatically-in-exel-file/m-p/778972#M276098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very much new regarding the macro concept...It will be good for me if you post the file with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarfaraz&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 10:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-data-from-format-and-share-automatically-in-exel-file/m-p/778972#M276098</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2015-01-28T10:23:50Z</dc:date>
    </item>
  </channel>
</rss>

