<?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  2 sheetobject in one .CSV in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-2-sheetobject-in/m-p/212797#M66676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy people,&lt;BR /&gt;I have the following Macro:&lt;/P&gt;&lt;P&gt;sub test&lt;/P&gt;&lt;P&gt;set Obj = ActiveDocument.GetSheetObject("304")&lt;/P&gt;&lt;P&gt;obj.Export "c:\Test.CSV",","&lt;/P&gt;&lt;P style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;/P&gt;&lt;P style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;Indeed, I would export with pleasure the object 303 still in the csv file 304 and 303 in test.csv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i can do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Apr 2010 15:12:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-04-13T15:12:56Z</dc:date>
    <item>
      <title>How do I create a VBscript to export data from  2 sheetobject in one .CSV</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-2-sheetobject-in/m-p/212797#M66676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy people,&lt;BR /&gt;I have the following Macro:&lt;/P&gt;&lt;P&gt;sub test&lt;/P&gt;&lt;P&gt;set Obj = ActiveDocument.GetSheetObject("304")&lt;/P&gt;&lt;P&gt;obj.Export "c:\Test.CSV",","&lt;/P&gt;&lt;P style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;/P&gt;&lt;P style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="MARGIN: 0cm 0cm 0pt; mso-layout-grid-align: none"&gt;Indeed, I would export with pleasure the object 303 still in the csv file 304 and 303 in test.csv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i can do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 15:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-2-sheetobject-in/m-p/212797#M66676</guid>
      <dc:creator />
      <dc:date>2010-04-13T15:12:56Z</dc:date>
    </item>
    <item>
      <title>How do I create a VBscript to export data from  2 sheetobject in one .CSV</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-2-sheetobject-in/m-p/212798#M66677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to append the second object try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set Obj = ActiveDocument.GetSheetObject("303")&lt;/P&gt;&lt;P&gt;obj.Export "c:\Test.CSV",","&lt;/P&gt;&lt;P&gt;set Obj = ActiveDocument.GetSheetObject("304")&lt;/P&gt;&lt;P&gt;obj.Export "c:\Test.CSV" , "," , , &lt;B&gt;TRUE&lt;/B&gt;&lt;/P&gt;&lt;P&gt;watch the 4th parameter.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Alex&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 17:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-2-sheetobject-in/m-p/212798#M66677</guid>
      <dc:creator />
      <dc:date>2010-04-14T17:19:49Z</dc:date>
    </item>
    <item>
      <title>How do I create a VBscript to export data from  2 sheetobject in one .CSV</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-2-sheetobject-in/m-p/212799#M66678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you to you,&lt;BR /&gt;has clapped perfectly. Thank you to you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Apr 2010 09:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-2-sheetobject-in/m-p/212799#M66678</guid>
      <dc:creator />
      <dc:date>2010-04-15T09:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a VBscript to export data from  2 sheetobject in one .CSV</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-2-sheetobject-in/m-p/212800#M66679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved my problem too &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 14:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-VBscript-to-export-data-from-2-sheetobject-in/m-p/212800#M66679</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2013-02-20T14:42:40Z</dc:date>
    </item>
  </channel>
</rss>

