<?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: Export To Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-To-Excel/m-p/807931#M1027550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, no attached qvw in your respond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attach again ,thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Mar 2015 19:10:34 GMT</pubDate>
    <dc:creator>fkeuroglian</dc:creator>
    <dc:date>2015-03-01T19:10:34Z</dc:date>
    <item>
      <title>Export To Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-To-Excel/m-p/807928#M1027547</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 a straigth table and iam using the MAcro to export it to excel which i found in the community ,After runing this i get the straight table exported to excel as it is .&lt;/P&gt;&lt;P&gt;I also have the list box (LT02) by name Region in the dashboard.and there is one more list box (LT10) by Branches&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the macro iam using and the code for it is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ExportToExcel_Divisionwise&lt;/P&gt;&lt;P&gt;Dim CLApp, XLDoc,XLSheet&lt;/P&gt;&lt;P&gt;&amp;nbsp; set XLApp = CreateObject("Excel.Application") ' Define Object&lt;/P&gt;&lt;P&gt;&amp;nbsp; XLApp.Visible = True 'Visible set as true&lt;/P&gt;&lt;P&gt;&amp;nbsp; set XLDoc = XLApp.Workbooks.Add 'Open new workbook&lt;/P&gt;&lt;P&gt;&amp;nbsp; set XLSheet = XLDoc.Worksheets.Add&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.GetSheetObject("CH09").CopyTableToClipboard TRUE&lt;/P&gt;&lt;P&gt;&amp;nbsp; XLSheet.paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will give me the data like this attachment&lt;/P&gt;&lt;P&gt;But i want the second row of the generated excel to show me the Regions from the Region List Box and third row should show me the Branches from Branche List Box .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 09:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-To-Excel/m-p/807928#M1027547</guid>
      <dc:creator />
      <dc:date>2015-02-28T09:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Export To Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-To-Excel/m-p/807929#M1027548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i see the macro works ok, export the table CH09 as you have in qlikview? you want to export some list box too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the region and branch in your qlikview document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there export the object as you see in qlikvew? you want to add some object in the excel export?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 14:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-To-Excel/m-p/807929#M1027548</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2015-02-28T14:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export To Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-To-Excel/m-p/807930#M1027549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI fernando Thanks for the reply &lt;/P&gt;&lt;P&gt;Iam attching my qlikview file , U can see there i have Region And Branches ,&lt;/P&gt;&lt;P&gt;When export to Excel the first row should have the all Headers and second row in the excel should be region and the third row should be Branches .&lt;/P&gt;&lt;P&gt;I hope iam clear ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2015 19:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-To-Excel/m-p/807930#M1027549</guid>
      <dc:creator />
      <dc:date>2015-02-28T19:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Export To Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-To-Excel/m-p/807931#M1027550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, no attached qvw in your respond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attach again ,thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Mar 2015 19:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-To-Excel/m-p/807931#M1027550</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2015-03-01T19:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Export To Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Export-To-Excel/m-p/807932#M1027551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Fernando For ur reply ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; PLease find the attachement of the QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 04:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-To-Excel/m-p/807932#M1027551</guid>
      <dc:creator />
      <dc:date>2015-03-02T04:38:39Z</dc:date>
    </item>
  </channel>
</rss>

