<?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: Excel Export Pivot Table with formatting( unmerged fields) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-Export-Pivot-Table-with-formatting-unmerged-fields/m-p/786396#M472137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Litan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write a macro like below &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: 13px;"&gt;set obj = ActiveDocument.GetSheetObject("CH15")&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: 13px;"&gt;obj.ExportEx "C:\Documents\test.xls"&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: 13px;"&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: 13px;"&gt;or &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: 13px;"&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: 13px;"&gt;Try to Click on the Pivot Table in the Qvw Application CTRL+A,CTRL+C and then open the new excel worksheet and CTRL+V ,you will get the desired output &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: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hope it helps &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2015 10:13:13 GMT</pubDate>
    <dc:creator>sandeepprasad_j</dc:creator>
    <dc:date>2015-01-29T10:13:13Z</dc:date>
    <item>
      <title>Excel Export Pivot Table with formatting( unmerged fields)</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Export-Pivot-Table-with-formatting-unmerged-fields/m-p/786394#M472135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever I export a pivot table to excel - It exports the excel with cells - unmerged . I want to export it with the exact formatting . Any solutions or workarounds ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 08:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Export-Pivot-Table-with-formatting-unmerged-fields/m-p/786394#M472135</guid>
      <dc:creator />
      <dc:date>2015-01-29T08:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export Pivot Table with formatting( unmerged fields)</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Export-Pivot-Table-with-formatting-unmerged-fields/m-p/786395#M472136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Natively I don't think so sorry, the closest you will get is the print option on a chart when using the Ajax client which opens you a html page with the formatting retained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third party options such as Nprinting might allow you to do this though, so maybe have a look at that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 08:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Export-Pivot-Table-with-formatting-unmerged-fields/m-p/786395#M472136</guid>
      <dc:creator />
      <dc:date>2015-01-29T08:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export Pivot Table with formatting( unmerged fields)</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Export-Pivot-Table-with-formatting-unmerged-fields/m-p/786396#M472137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Litan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write a macro like below &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: 13px;"&gt;set obj = ActiveDocument.GetSheetObject("CH15")&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: 13px;"&gt;obj.ExportEx "C:\Documents\test.xls"&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: 13px;"&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: 13px;"&gt;or &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: 13px;"&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: 13px;"&gt;Try to Click on the Pivot Table in the Qvw Application CTRL+A,CTRL+C and then open the new excel worksheet and CTRL+V ,you will get the desired output &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: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hope it helps &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 10:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Export-Pivot-Table-with-formatting-unmerged-fields/m-p/786396#M472137</guid>
      <dc:creator>sandeepprasad_j</dc:creator>
      <dc:date>2015-01-29T10:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export Pivot Table with formatting( unmerged fields)</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Export-Pivot-Table-with-formatting-unmerged-fields/m-p/786397#M472138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. &lt;/P&gt;&lt;P&gt;I'm having the same issue. did you find a solution?&lt;/P&gt;&lt;P&gt;thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 10:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Export-Pivot-Table-with-formatting-unmerged-fields/m-p/786397#M472138</guid>
      <dc:creator />
      <dc:date>2015-02-17T10:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export Pivot Table with formatting( unmerged fields)</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Export-Pivot-Table-with-formatting-unmerged-fields/m-p/786398#M472139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could choose copy into clipboard from context-menu and then the complete table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 11:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Export-Pivot-Table-with-formatting-unmerged-fields/m-p/786398#M472139</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-02-17T11:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Export Pivot Table with formatting( unmerged fields)</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Export-Pivot-Table-with-formatting-unmerged-fields/m-p/1582805#M472140</link>
      <description>&lt;P&gt;If I use the copy to clipboard, it works with the merged dimensions, but NOT the number formats (thousands). So by sending to Excel it works well in one way (number formats), but not the merged dimensions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 13:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Export-Pivot-Table-with-formatting-unmerged-fields/m-p/1582805#M472140</guid>
      <dc:creator>MEJ</dc:creator>
      <dc:date>2019-05-21T13:41:08Z</dc:date>
    </item>
  </channel>
</rss>

