<?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 Dimension labels coming after checking suppress header when export to word in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension-labels-coming-after-checking-suppress-header-when/m-p/899799#M313049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1 style="font-style: inherit; font-size: 26px; font-family: inherit;"&gt;&lt;/H1&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;I have a straight table which have checked suppress header row. I am exporting the table to word document. After exporting to the dimension labels are coming in the word document which i don't want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;Code:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;Sub export_word&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;set objWord = CreateObject("Word.Application")&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objWord.visible = false&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;set objDoc=objWord.Documents.add&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;Const wdOrientLandscape = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objDoc.PageSetup.Orientation = wdOrientLandscape&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;ActiveDocument.GetSheetObject("CH02").CopyTableToClipboard true&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objWord.Selection.Paste&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objSelection.TypeText chr(11)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;ActiveDocument.GetSheetObject("CH04").CopyTableToClipboard true&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objWord.Selection.Paste&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objSelection.TypeText chr(11)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;ActiveDocument.GetSheetObject("CH01").CopyTableToClipboard true&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objWord.Selection.Paste&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;'objDoc.SaveAs "C:\Report"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objWord.quit&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;Sivaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2015 10:39:51 GMT</pubDate>
    <dc:creator>sivarajs</dc:creator>
    <dc:date>2015-06-25T10:39:51Z</dc:date>
    <item>
      <title>Dimension labels coming after checking suppress header when export to word</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-labels-coming-after-checking-suppress-header-when/m-p/899799#M313049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1 style="font-style: inherit; font-size: 26px; font-family: inherit;"&gt;&lt;/H1&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;I have a straight table which have checked suppress header row. I am exporting the table to word document. After exporting to the dimension labels are coming in the word document which i don't want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;Code:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;Sub export_word&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;set objWord = CreateObject("Word.Application")&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objWord.visible = false&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;set objDoc=objWord.Documents.add&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;Const wdOrientLandscape = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objDoc.PageSetup.Orientation = wdOrientLandscape&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;ActiveDocument.GetSheetObject("CH02").CopyTableToClipboard true&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objWord.Selection.Paste&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objSelection.TypeText chr(11)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;ActiveDocument.GetSheetObject("CH04").CopyTableToClipboard true&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objWord.Selection.Paste&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objSelection.TypeText chr(11)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;ActiveDocument.GetSheetObject("CH01").CopyTableToClipboard true&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objWord.Selection.Paste&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;'objDoc.SaveAs "C:\Report"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;objWord.quit&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit;"&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;Sivaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 10:39:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-labels-coming-after-checking-suppress-header-when/m-p/899799#M313049</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2015-06-25T10:39:51Z</dc:date>
    </item>
  </channel>
</rss>

