<?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: Selections shown when export to excel option? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291939#M1277892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only thing is where do I put this macro?&amp;nbsp; If someone is opening the QV document through a web portal, will they beable to use this macro?&amp;nbsp; Can I incorporate it with the QV document so that it will append the selections no matter the version of excell someone open into?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2012 21:12:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-16T21:12:23Z</dc:date>
    <item>
      <title>Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291937#M1277889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you print or export to a pdf, the current selections are shown too.&amp;nbsp; When I export to excel, the current selections are not shown.&amp;nbsp; Can we, and if so how, can we export to excel with the current selections attached too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291937#M1277889</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291938#M1277891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; This can be done with a macro:&lt;/P&gt;&lt;P&gt;sub ExportWithSelections&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set XLApp = CreateObject("Excel.Application")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLApp.Visible = True&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set XLWorkbook = XLApp.Workbooks.Add&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set XLSheet = XLWorkbook.sheets("Sheet1")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLSheet.Range("A3").Select&lt;/P&gt;&lt;P&gt;rem ** copy full chart details to clipboard **&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.GetSheetObject("CH252").CopyTableToClipboard false&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLSheet.Paste ' -4163&amp;nbsp;&amp;nbsp;&amp;nbsp; 'values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLSheet.Range("J2").Select&lt;/P&gt;&lt;P&gt;rem ** put current selection in J2 **&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.GetSheetObject("CS12").CopyTableToClipboard true&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLSheet.Paste ' -4163&amp;nbsp;&amp;nbsp;&amp;nbsp; 'values&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLApp.Selection.WrapText = False&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set XLSheet = nothing&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set XLWorkbook = nothing&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set XLApp = nothing&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 20:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291938#M1277891</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-02-16T20:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291939#M1277892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only thing is where do I put this macro?&amp;nbsp; If someone is opening the QV document through a web portal, will they beable to use this macro?&amp;nbsp; Can I incorporate it with the QV document so that it will append the selections no matter the version of excell someone open into?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 21:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291939#M1277892</guid>
      <dc:creator />
      <dc:date>2012-02-16T21:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291940#M1277894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Tools|Edit Module opens the macro editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This macro requires System Access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work if your users are opening with the IEPlugin. I don't know if it will work with Ajax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the macro is entered. You need to create a button object and set the button acrtion to run the macro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 21:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291940#M1277894</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-02-16T21:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291941#M1277896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry mwoolf.&amp;nbsp; I've not made a macro in QV before.&amp;nbsp; When I add it and create a button and set the action of the button to Run Macro with the name of the macro I created, it only opens the edit module window with the macro code.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What am I missing? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 15:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291941#M1277896</guid>
      <dc:creator />
      <dc:date>2012-02-17T15:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291942#M1277898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; in the code you need to change the "CH252" to the object ID for the chart you want to export&lt;/P&gt;&lt;P&gt; in the code you need to change the "CS12" to the object ID for the selection box you want to export&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 15:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291942#M1277898</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-02-17T15:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291943#M1277900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks mwoolf.&amp;nbsp; That does work, but what I really want is just when people right click on any chart and choose to export in excel, that it will export with selections.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know these options exist under document properties.&amp;nbsp; But it doesn't work when I try to download a chart from a dashboard in production.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 16:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291943#M1277900</guid>
      <dc:creator />
      <dc:date>2012-02-17T16:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291944#M1277901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try the following on the prod server? : User preferences-Exports-Selection Stamps in Exports- On BIFF exports- checked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 11:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291944#M1277901</guid>
      <dc:creator />
      <dc:date>2012-02-22T11:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291945#M1277903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're still using 10.4, so we don't have Selections Stamps but rather Selections for Current selection box.&amp;nbsp; Clicking those two boxes doesn't work with the production server when you right-click and export to excel though at least not for "Open with AJAX zero footprint" or when you do it with a different browser (It does work with IE plugin.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 14:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291945#M1277903</guid>
      <dc:creator />
      <dc:date>2012-02-22T14:16:00Z</dc:date>
    </item>
    <item>
      <title>Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291946#M1277905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever come up with a solution to this? I'm wondering the same thing if I can get the selections to appear when sending a table box of data to Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 14:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291946#M1277905</guid>
      <dc:creator>natebrunner</dc:creator>
      <dc:date>2012-04-20T14:29:10Z</dc:date>
    </item>
    <item>
      <title>Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291947#M1277907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Selection Box can be exported with a macro....same as charts listed above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 14:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291947#M1277907</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-04-20T14:33:32Z</dc:date>
    </item>
    <item>
      <title>Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291948#M1277909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I realize you can do it with a Macro...was hoping there was a way to do it without Macros. We are on version 9, although hoping to upgrade to 11 this summer. Is it built in functionality in 11 to do it without a Macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 14:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291948#M1277909</guid>
      <dc:creator>natebrunner</dc:creator>
      <dc:date>2012-04-20T14:39:20Z</dc:date>
    </item>
    <item>
      <title>Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291949#M1277910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well there is a fix on the support site for AJAX, but it breaks the export selections in IE explorer plugin for us (which was working).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 style="background-color: #73ba00; margin-top: 7.5pt; margin-bottom: 11.25pt;"&gt;&lt;SPAN style="font-family: Verdana, sans-serif; font-size: 8.5pt;"&gt;How to Include Current Selectionswhen Exporting to Excel from AJAX&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="1440"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding-left: 0px; padding-top: 7.5pt; padding-right: 22.5pt; padding-bottom: 7.5pt;" valign="top" width="100"&gt;&amp;nbsp; &lt;P align="right"&gt;&lt;STRONG style="font-size: 8.5pt; font-family: Arial, sans-serif;"&gt;Description&lt;/STRONG&gt;&lt;/P&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="padding-left: 0px; padding-top: 7.5pt; padding-right: 15pt; padding-bottom: 7.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;TABLE border="0" cellpadding="0" cellspacing="0" width="1297"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 0.75pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;P style="margin-bottom: 12pt;"&gt;&lt;SPAN style="color: black; font-family: Arial, sans-serif;"&gt;When exporting to Excel you can include&amp;nbsp;&amp;nbsp;&amp;nbsp; the current selections by activating a user setting in IE-plugin/Desktop.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; To get the same behavior when using AJAX the same setting needs to be&amp;nbsp;&amp;nbsp;&amp;nbsp; activated server side in the settings.ini file.&lt;/SPAN&gt;&lt;/P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding-left: 0px; padding-top: 7.5pt; padding-right: 22.5pt; padding-bottom: 7.5pt;" valign="top" width="100"&gt;&amp;nbsp; &lt;P align="right"&gt;&lt;STRONG style="font-size: 8.5pt; font-family: Arial, sans-serif;"&gt;Resolution&lt;/STRONG&gt;&lt;/P&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="padding-left: 0px; padding-top: 7.5pt; padding-right: 15pt; padding-bottom: 7.5pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;TABLE border="0" cellpadding="0" cellspacing="0" width="1297"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 0.75pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;UL&gt;&lt;LI&gt; &lt;SPAN style="color: black; font-family: Arial, sans-serif;"&gt;Stop the service "QlikView Server"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt; &lt;SPAN style="color: black; font-family: Arial, sans-serif;"&gt;Open the file settings.ini (located in&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\ProgramData\QlikTech\QlikViewServer or C:\Documents and Settings\All&amp;nbsp;&amp;nbsp;&amp;nbsp; users\ApplicationData\QlikTech\QlikViewServer depending on OS)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt; &lt;SPAN style="color: black; font-family: Arial, sans-serif;"&gt;Add the parameter SelectionStampInBIFFExport=1 in the&amp;nbsp;&amp;nbsp;&amp;nbsp; section labeled [Settings 7]&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt; &lt;SPAN style="color: black; font-family: Arial, sans-serif;"&gt;Save the file&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt; &lt;SPAN style="color: black; font-family: Arial, sans-serif;"&gt;Restart the service "QlikView Server"&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding-left: 0px; padding-top: 7.5pt; padding-right: 22.5pt; padding-bottom: 7.5pt;" valign="top" width="100"&gt;&amp;nbsp; &lt;P align="right"&gt;&lt;STRONG style="font-size: 8.5pt; font-family: Arial, sans-serif;"&gt;Tags&lt;/STRONG&gt;&lt;/P&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD style="padding-left: 0px; padding-top: 7.5pt; padding-right: 15pt; padding-bottom: 7.5pt;"&gt;&amp;nbsp; &lt;P&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 9pt;"&gt;Server/Publisher, AJAX, Export, Excel, Current Selections&lt;/SPAN&gt;&lt;/P&gt;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 14:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291949#M1277910</guid>
      <dc:creator />
      <dc:date>2012-04-20T14:39:38Z</dc:date>
    </item>
    <item>
      <title>Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291950#M1277911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting. Thanks for the help. Weird that it would fix AJAX but break the plugin. I suppose it's better if we just wait until the upgrade. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 14:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291950#M1277911</guid>
      <dc:creator>natebrunner</dc:creator>
      <dc:date>2012-04-20T14:42:23Z</dc:date>
    </item>
    <item>
      <title>Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291951#M1277912</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 am using ExportEx to export to excel the current selection is getting exported in to excel. I have unchecked the selection timestamp in the user preference but still the current selection is shown. I tried the macro in the Api guide to set the selection time stamp to false. Is ther any way i can stop this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 16:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291951#M1277912</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2012-04-25T16:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291952#M1277913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;In the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;development version of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;QlikView&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;have this option&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;Good!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 20:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291952#M1277913</guid>
      <dc:creator>michaelfreitas</dc:creator>
      <dc:date>2014-04-04T20:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Selections shown when export to excel option?</title>
      <link>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291953#M1277914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can the current selection should be on top possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 12:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selections-shown-when-export-to-excel-option/m-p/291953#M1277914</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2016-09-12T12:48:08Z</dc:date>
    </item>
  </channel>
</rss>

