<?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 can I export another sheet object &amp;quot;CH03&amp;quot; ... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-export-another-sheet-object-quot-CH03-quot/m-p/24730#M785955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Dear All,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I have two sheet objects "CH01" &amp;amp; "CH03" &amp;amp; I want&amp;nbsp; to export data of both sheet objects into two different excel files in the different locations but in the below macro code I am able to export "CH01" into excel file using&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;set obj = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; obj.ExportBiff "D:\MAIL ALERTS\Opti_Customer_Invoice_Mail_Alert\" &amp;amp; Parent_name.Item(0).Text &amp;amp;"-"&amp;amp; Temp(i).Text &amp;amp; ".xls"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;How can I export another sheet object "CH03" into obj &amp;amp; export into excel file ?&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I have tried to use the following ..but it is not working..&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;set obj = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;&amp;nbsp; 'obj.ExportBiff "D:\MAIL ALERTS\Opti_Customer_Invoice_Mail_Alert\" &amp;amp; Parent_name.Item(0).Text &amp;amp;"-"&amp;amp; Temp(i).Text &amp;amp; ".xls"&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;set obj = ActiveDocument.GetSheetObject("CH03")&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;&amp;nbsp; obj.ExportBiff "D:\ZZ\" &amp;amp; Parent_name.Item(0).Text &amp;amp;"-"&amp;amp; Temp(i).Text &amp;amp; ".xls"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Please suggest with example...&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;With thanks &amp;amp; regards..&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;AKM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>anilkumarmishra</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How can I export another sheet object "CH03" ...</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-export-another-sheet-object-quot-CH03-quot/m-p/24730#M785955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Dear All,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I have two sheet objects "CH01" &amp;amp; "CH03" &amp;amp; I want&amp;nbsp; to export data of both sheet objects into two different excel files in the different locations but in the below macro code I am able to export "CH01" into excel file using&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;set obj = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp; obj.ExportBiff "D:\MAIL ALERTS\Opti_Customer_Invoice_Mail_Alert\" &amp;amp; Parent_name.Item(0).Text &amp;amp;"-"&amp;amp; Temp(i).Text &amp;amp; ".xls"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;How can I export another sheet object "CH03" into obj &amp;amp; export into excel file ?&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I have tried to use the following ..but it is not working..&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;set obj = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;&amp;nbsp; 'obj.ExportBiff "D:\MAIL ALERTS\Opti_Customer_Invoice_Mail_Alert\" &amp;amp; Parent_name.Item(0).Text &amp;amp;"-"&amp;amp; Temp(i).Text &amp;amp; ".xls"&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;set obj = ActiveDocument.GetSheetObject("CH03")&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;&amp;nbsp; obj.ExportBiff "D:\ZZ\" &amp;amp; Parent_name.Item(0).Text &amp;amp;"-"&amp;amp; Temp(i).Text &amp;amp; ".xls"&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Please suggest with example...&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;With thanks &amp;amp; regards..&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;AKM&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/How-can-I-export-another-sheet-object-quot-CH03-quot/m-p/24730#M785955</guid>
      <dc:creator>anilkumarmishra</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export another sheet object "CH03" ...</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-export-another-sheet-object-quot-CH03-quot/m-p/24731#M785956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you explain us what is the purpose of below statements? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Parent_name.Item(0).Text&amp;nbsp; &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Temp(i).Text &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 08:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-export-another-sheet-object-quot-CH03-quot/m-p/24731#M785956</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-02-28T08:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export another sheet object "CH03" ...</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-export-another-sheet-object-quot-CH03-quot/m-p/24732#M785957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Parent_name is name of a field . Please ignore it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;AKM&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 05:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-export-another-sheet-object-quot-CH03-quot/m-p/24732#M785957</guid>
      <dc:creator>anilkumarmishra</dc:creator>
      <dc:date>2018-03-05T05:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export another sheet object "CH03" ...</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-export-another-sheet-object-quot-CH03-quot/m-p/24733#M785958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the below attached file and let me know if you still have any issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 05:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-export-another-sheet-object-quot-CH03-quot/m-p/24733#M785958</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-03-05T05:25:14Z</dc:date>
    </item>
  </channel>
</rss>

