<?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 Data export with using VB script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-export-with-using-VB-script/m-p/1297168#M843408</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 have 2 questions for data export from QV.&lt;/P&gt;&lt;P&gt;I would like to export csv data with using macro(VB Script) when it reloads new row data. &lt;/P&gt;&lt;P&gt;Could you please take a look my questions below? Many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;*Please be noted that this questions contain general matter other than QV. THANKS!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;What I want to do&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- Export one specific object on QV &lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;with removing the first row of that object&lt;/SPAN&gt;&lt;/STRONG&gt; (first row in this case = field labels)&lt;/P&gt;&lt;P&gt;- File format is 'csv'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;The VB script I have&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub Export&lt;/P&gt;&lt;P&gt;set obj1 = ActiveDocument.GetSheetObject("CH08")&lt;/P&gt;&lt;P&gt;obj1.ExportBiff "C:\Users\firstname.familyname\Desktop\Conversion\latest.xls"&lt;/P&gt;&lt;P&gt;msgbox("Done")&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;Questions&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) I would like to get the advise for the VB script above in order to remove the first row.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * I just need to export the data after 2nd row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I would like to know the script for naming file name. the rule for file naming in this case should be: latest_YYYYMMDD.csv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Eitoku&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>Data export with using VB script</title>
      <link>https://community.qlik.com/t5/QlikView/Data-export-with-using-VB-script/m-p/1297168#M843408</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 have 2 questions for data export from QV.&lt;/P&gt;&lt;P&gt;I would like to export csv data with using macro(VB Script) when it reloads new row data. &lt;/P&gt;&lt;P&gt;Could you please take a look my questions below? Many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;*Please be noted that this questions contain general matter other than QV. THANKS!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;What I want to do&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- Export one specific object on QV &lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;with removing the first row of that object&lt;/SPAN&gt;&lt;/STRONG&gt; (first row in this case = field labels)&lt;/P&gt;&lt;P&gt;- File format is 'csv'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;The VB script I have&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub Export&lt;/P&gt;&lt;P&gt;set obj1 = ActiveDocument.GetSheetObject("CH08")&lt;/P&gt;&lt;P&gt;obj1.ExportBiff "C:\Users\firstname.familyname\Desktop\Conversion\latest.xls"&lt;/P&gt;&lt;P&gt;msgbox("Done")&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;Questions&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) I would like to get the advise for the VB script above in order to remove the first row.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * I just need to export the data after 2nd row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I would like to know the script for naming file name. the rule for file naming in this case should be: latest_YYYYMMDD.csv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Eitoku&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/Data-export-with-using-VB-script/m-p/1297168#M843408</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data export with using VB script</title>
      <link>https://community.qlik.com/t5/QlikView/Data-export-with-using-VB-script/m-p/1297169#M843409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi aaa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at this: &lt;A href="http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/" title="http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/"&gt;http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 07:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-export-with-using-VB-script/m-p/1297169#M843409</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-04-11T07:36:58Z</dc:date>
    </item>
  </channel>
</rss>

