<?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 Qlik Sense App - Loop through filter values and Export sheet to PDF in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-App-Loop-through-filter-values-and-Export-sheet-to/m-p/123790#M8593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Qlik Sense app that has a handful of charts that respond to a particular filter.&lt;/P&gt;&lt;P&gt;Is there a (programmatic) way to apply filters to the charts, and export the sheet to a PDF.&lt;/P&gt;&lt;P&gt;Ultimately I would like to loop through a list of users, &lt;SPAN style="font-size: 10pt;"&gt;apply a filter for each user to the charts on my sheet, then export each sheet to a PDF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to accomplish this using the Qlik Sense menu items, QMC, via API?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a similar topic for Qlik View here: &lt;A href="https://community.qlik.com/thread/29368"&gt;Loop through all filter values then print to PDF&lt;/A&gt; but want to know how this would be possible for a Qlik Sense app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Nov 2018 19:22:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-09T19:22:20Z</dc:date>
    <item>
      <title>Qlik Sense App - Loop through filter values and Export sheet to PDF</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-App-Loop-through-filter-values-and-Export-sheet-to/m-p/123790#M8593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Qlik Sense app that has a handful of charts that respond to a particular filter.&lt;/P&gt;&lt;P&gt;Is there a (programmatic) way to apply filters to the charts, and export the sheet to a PDF.&lt;/P&gt;&lt;P&gt;Ultimately I would like to loop through a list of users, &lt;SPAN style="font-size: 10pt;"&gt;apply a filter for each user to the charts on my sheet, then export each sheet to a PDF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to accomplish this using the Qlik Sense menu items, QMC, via API?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a similar topic for Qlik View here: &lt;A href="https://community.qlik.com/thread/29368"&gt;Loop through all filter values then print to PDF&lt;/A&gt; but want to know how this would be possible for a Qlik Sense app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 19:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-App-Loop-through-filter-values-and-Export-sheet-to/m-p/123790#M8593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-09T19:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense App - Loop through filter values and Export sheet to PDF</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-App-Loop-through-filter-values-and-Export-sheet-to/m-p/1505956#M36181</link>
      <description>&lt;P&gt;Hi Aehsaei,&lt;/P&gt;&lt;P&gt;Since you are using Qlik Sense Enterprise, I think there are three ways:&lt;/P&gt;&lt;P&gt;1) Using APIs:&lt;/P&gt;&lt;P&gt;You must know js and the Qlik Apis and how to authanticate (cause it´s necessary logon into Qlik for each user).&lt;/P&gt;&lt;P&gt;More in&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-developer/November2018/Content/Sense_Helpsites/Home-developer.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/November2018/Content/Sense_Helpsites/Home-developer.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2) Use NPrinting:&lt;/P&gt;&lt;P&gt;The NP it´s a Qlik module that you can import a list of users,&amp;nbsp;fix a list of filters and than apply all that to Qlik automatically. This good tool can export PDF, Excel, Word, Powerpoint, HTML, send then by e-mail, write to disk and others.&lt;/P&gt;&lt;P&gt;More in&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/nprinting/September2018/Content/NPrinting/Introduction/Introduction.htm" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/September2018/Content/NPrinting/Introduction/Introduction.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3) Automate web macros&lt;/P&gt;&lt;P&gt;You can use a tool that automate macros like these:&amp;nbsp;&amp;nbsp;&lt;A href="https://imacros.net/overview/&amp;nbsp;" target="_blank"&gt;https://imacros.net/overview/&amp;nbsp;&lt;/A&gt; . There are many tools like that, so google it and test then to choose that seems better to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 09:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-App-Loop-through-filter-values-and-Export-sheet-to/m-p/1505956#M36181</guid>
      <dc:creator>pedrobergo</dc:creator>
      <dc:date>2018-11-14T09:49:20Z</dc:date>
    </item>
  </channel>
</rss>

