<?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: Qlik Sense Export Selections to Excel in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Export-Selections-to-Excel/m-p/1772247#M13680</link>
    <description>&lt;P&gt;Thanks very much for this info. It looks promising. I'll check it out further.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jan 2021 13:28:49 GMT</pubDate>
    <dc:creator>andyhudson</dc:creator>
    <dc:date>2021-01-06T13:28:49Z</dc:date>
    <item>
      <title>Qlik Sense Export Selections to Excel</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Export-Selections-to-Excel/m-p/1771982#M13675</link>
      <description>&lt;P&gt;Hi, we would like to include the current selections in the exported Excel document. I believe that this feature is not currently supported by Qlik and that this has been added as a suggetion:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Ideas/Current-Selection-while-export-data/idi-p/1560174#comments" target="_blank"&gt;https://community.qlik.com/t5/Ideas/Current-Selection-while-export-data/idi-p/1560174#comments&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is this still the case? Is there a workaround? I have tried modifying our export function, in our mashup extension, but unable to add the selections to the generated Excel document.&lt;/P&gt;&lt;P&gt;We're currently using Qlik Sense Enterprise April 2019.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Export-Selections-to-Excel/m-p/1771982#M13675</guid>
      <dc:creator>andyhudson</dc:creator>
      <dc:date>2024-11-16T00:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Export Selections to Excel</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Export-Selections-to-Excel/m-p/1772041#M13676</link>
      <description>&lt;P&gt;If you are exporting a table object, one work around that I have used is to add an additional column at the end of the table with an expression of =' '.&amp;nbsp; Then for the label, use =GetCurrentSelections().&amp;nbsp; Not a great solution, but at least the user can find what selections were in effect when they exported the data.&amp;nbsp; Of course, it only works for a table.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 19:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Export-Selections-to-Excel/m-p/1772041#M13676</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-01-05T19:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Export Selections to Excel</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Export-Selections-to-Excel/m-p/1772198#M13677</link>
      <description>&lt;P&gt;Thanks for sharing this. It's not a bad idea concerning the tables.&amp;nbsp; As you mentioned this solution would not work when exporting data from other formats such as from charts which unfortunately we require a solution as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thinking of maybe manipulating the &lt;A title="table properties" href="https://help.qlik.com/en-US/sense-developer/November2020/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/VisualizationAPI/table-properties.htm" target="_self"&gt;table object&amp;nbsp;&lt;/A&gt;in order to inject the selections prior to exporting (table.exportData(...)) but as far as I can see I would need to recreate the dimensions and measures based on the original values of the viz to be exported, but I can't find a way to do this.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 11:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Export-Selections-to-Excel/m-p/1772198#M13677</guid>
      <dc:creator>andyhudson</dc:creator>
      <dc:date>2021-01-06T11:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Export Selections to Excel</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Export-Selections-to-Excel/m-p/1772233#M13678</link>
      <description>&lt;P&gt;Hello Andy,&lt;/P&gt;&lt;P&gt;Some weeks ago I came across this extension (called Smart Export) which might be useful for what you need.&lt;/P&gt;&lt;P&gt;You can export tables and also include the selections automatically (and much more).&lt;/P&gt;&lt;P&gt;Check it out:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.qlik.com/garden/5835ddec37ff01d0caed2401" target="_blank"&gt;https://developer.qlik.com/garden/5835ddec37ff01d0caed2401&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 11:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Export-Selections-to-Excel/m-p/1772233#M13678</guid>
      <dc:creator>Gui_Approbato</dc:creator>
      <dc:date>2021-01-06T11:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Export Selections to Excel</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Export-Selections-to-Excel/m-p/1772247#M13680</link>
      <description>&lt;P&gt;Thanks very much for this info. It looks promising. I'll check it out further.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 13:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Export-Selections-to-Excel/m-p/1772247#M13680</guid>
      <dc:creator>andyhudson</dc:creator>
      <dc:date>2021-01-06T13:28:49Z</dc:date>
    </item>
  </channel>
</rss>

