<?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 How to export the filter selections (and not the data) into excel from Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-export-the-filter-selections-and-not-the-data-into-excel/m-p/1556972#M1232685</link>
    <description>&lt;P&gt;Hi Qlik community &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to export the values of the filters selected within a dashboard into excel (.csv format)&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;I have a dataset with the following variables&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Gender&lt;/LI&gt;&lt;LI&gt;Age&lt;/LI&gt;&lt;LI&gt;Country&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;City&lt;/LI&gt;&lt;LI&gt;Language&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;A user applies the following filters to the dashboard: Gender (Male), Age (25-35), country (South Africa)&lt;/P&gt;&lt;P&gt;I want to create a button that exports an excel file that looks like this (Filters that have not been applied still need to appear in the file with a blank value):&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Gender&lt;/TD&gt;&lt;TD&gt;Age&lt;/TD&gt;&lt;TD&gt;Country&lt;/TD&gt;&lt;TD&gt;City&lt;/TD&gt;&lt;TD&gt;Language&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;25-35&lt;/TD&gt;&lt;TD&gt;South Africa&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator>lmcarter</dc:creator>
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>How to export the filter selections (and not the data) into excel from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-the-filter-selections-and-not-the-data-into-excel/m-p/1556972#M1232685</link>
      <description>&lt;P&gt;Hi Qlik community &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to export the values of the filters selected within a dashboard into excel (.csv format)&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;I have a dataset with the following variables&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Gender&lt;/LI&gt;&lt;LI&gt;Age&lt;/LI&gt;&lt;LI&gt;Country&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;City&lt;/LI&gt;&lt;LI&gt;Language&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;A user applies the following filters to the dashboard: Gender (Male), Age (25-35), country (South Africa)&lt;/P&gt;&lt;P&gt;I want to create a button that exports an excel file that looks like this (Filters that have not been applied still need to appear in the file with a blank value):&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Gender&lt;/TD&gt;&lt;TD&gt;Age&lt;/TD&gt;&lt;TD&gt;Country&lt;/TD&gt;&lt;TD&gt;City&lt;/TD&gt;&lt;TD&gt;Language&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Male&lt;/TD&gt;&lt;TD&gt;25-35&lt;/TD&gt;&lt;TD&gt;South Africa&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-the-filter-selections-and-not-the-data-into-excel/m-p/1556972#M1232685</guid>
      <dc:creator>lmcarter</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to export the filter selections (and not the data) into excel from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-the-filter-selections-and-not-the-data-into-excel/m-p/1557016#M1232688</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;What a funny problem! It can easily done with macros but I thought that a straight table is quite more understandable... or so I hope, expresions got complicated! Please, find the attached file.&lt;/P&gt;&lt;P&gt;Bests,&lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 09:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-the-filter-selections-and-not-the-data-into-excel/m-p/1557016#M1232688</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-03-15T09:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to export the filter selections (and not the data) into excel from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-the-filter-selections-and-not-the-data-into-excel/m-p/1557020#M1232692</link>
      <description>&lt;P&gt;Thanks for such a speedy response!&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works perfectly, thank you&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 09:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-the-filter-selections-and-not-the-data-into-excel/m-p/1557020#M1232692</guid>
      <dc:creator>lmcarter</dc:creator>
      <dc:date>2019-03-15T09:46:57Z</dc:date>
    </item>
  </channel>
</rss>

