<?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 How do I create a VBscript to export data from a sheetobject to .CSV file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-a-sheetobject-to/m-p/180384#M46841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;Here is the code I used to export to a .CSV file :&lt;/P&gt;&lt;P&gt;Sub SR37&lt;BR /&gt;'Download Sheet ojbect data to CSV&lt;BR /&gt; set sObject = ActiveDocument.GetSheetObject("CH24")&lt;BR /&gt; sObject.Export "C:\TEST.CSV",","&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;I use a button object to trigger this subroutine.&lt;/P&gt;&lt;P&gt;Nadir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Dec 2009 00:05:20 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-12T00:05:20Z</dc:date>
    <item>
      <title>How do I create a VBscript to export data from a sheetobject to .CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-a-sheetobject-to/m-p/180381#M46838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I've not done much vbscripting, so I'm looking for some code snippets for a macro which exports data from a sheet object to a .CSV file. There is the export option by right clicking on the object but we would like to be able to do this via a Button; and if possible let this process run in the background thus allowing the user to still use the tool while exporting very large data set. Any suggestions would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 06:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-a-sheetobject-to/m-p/180381#M46838</guid>
      <dc:creator />
      <dc:date>2009-12-09T06:21:46Z</dc:date>
    </item>
    <item>
      <title>How do I create a VBscript to export data from a sheetobject to .CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-a-sheetobject-to/m-p/180382#M46839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I've manage to create a button to export to .CSV, I had a the wrong Objectid in the getsheet object call. My second question, is it possible to run the download as separate process or background process using the vbscripting language? The files that we are exporting are quite large and time consuming. I'm thinking the data is locked so that no changes occurr to the data while the export is in progress so it may not be possible. Any thoughts on this will be appreciated.&lt;/P&gt;&lt;P&gt;Nadir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 06:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-a-sheetobject-to/m-p/180382#M46839</guid>
      <dc:creator />
      <dc:date>2009-12-09T06:59:29Z</dc:date>
    </item>
    <item>
      <title>How do I create a VBscript to export data from a sheetobject to .CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-a-sheetobject-to/m-p/180383#M46840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nadir,&lt;/P&gt;&lt;P&gt;I don't have an answer to your questions but would appreciate seeing your code for exporting to a text file from a button.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 11:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-a-sheetobject-to/m-p/180383#M46840</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-11T11:03:07Z</dc:date>
    </item>
    <item>
      <title>How do I create a VBscript to export data from a sheetobject to .CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-a-sheetobject-to/m-p/180384#M46841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;Here is the code I used to export to a .CSV file :&lt;/P&gt;&lt;P&gt;Sub SR37&lt;BR /&gt;'Download Sheet ojbect data to CSV&lt;BR /&gt; set sObject = ActiveDocument.GetSheetObject("CH24")&lt;BR /&gt; sObject.Export "C:\TEST.CSV",","&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;I use a button object to trigger this subroutine.&lt;/P&gt;&lt;P&gt;Nadir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 00:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-a-sheetobject-to/m-p/180384#M46841</guid>
      <dc:creator />
      <dc:date>2009-12-12T00:05:20Z</dc:date>
    </item>
    <item>
      <title>How do I create a VBscript to export data from a sheetobject to .CSV file</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-a-sheetobject-to/m-p/180385#M46842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nadir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 04:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-a-sheetobject-to/m-p/180385#M46842</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-14T04:29:58Z</dc:date>
    </item>
  </channel>
</rss>

