<?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 Button to generate Pixel Perfect report on demand in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Button-to-generate-Pixel-Perfect-report-on-demand/m-p/2530722#M107861</link>
    <description>&lt;P&gt;Is there a way to have a button generate a Pixel Perfect report on demand that includes applied filters?&amp;nbsp; I know I can go to Assets --&amp;gt; Reports --&amp;gt; Select specific report, but I would prefer to have the option to have a user click a button and have the pdf version of the report show up in their downloads folder.&lt;/P&gt;&lt;P&gt;Is this possible?&amp;nbsp; I see some functionality to generate Pixel Perfect reports in the Automation module, but I don't see how I can get the filters I've applied in Qlik Sense be applied to the report and then have the report show up in my downloads folder.&lt;/P&gt;&lt;P&gt;Thanks for any advice.&lt;/P&gt;</description>
    <pubDate>Sat, 13 Sep 2025 18:44:36 GMT</pubDate>
    <dc:creator>timwhite</dc:creator>
    <dc:date>2025-09-13T18:44:36Z</dc:date>
    <item>
      <title>Button to generate Pixel Perfect report on demand</title>
      <link>https://community.qlik.com/t5/App-Development/Button-to-generate-Pixel-Perfect-report-on-demand/m-p/2530722#M107861</link>
      <description>&lt;P&gt;Is there a way to have a button generate a Pixel Perfect report on demand that includes applied filters?&amp;nbsp; I know I can go to Assets --&amp;gt; Reports --&amp;gt; Select specific report, but I would prefer to have the option to have a user click a button and have the pdf version of the report show up in their downloads folder.&lt;/P&gt;&lt;P&gt;Is this possible?&amp;nbsp; I see some functionality to generate Pixel Perfect reports in the Automation module, but I don't see how I can get the filters I've applied in Qlik Sense be applied to the report and then have the report show up in my downloads folder.&lt;/P&gt;&lt;P&gt;Thanks for any advice.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Sep 2025 18:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-to-generate-Pixel-Perfect-report-on-demand/m-p/2530722#M107861</guid>
      <dc:creator>timwhite</dc:creator>
      <dc:date>2025-09-13T18:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Button to generate Pixel Perfect report on demand</title>
      <link>https://community.qlik.com/t5/App-Development/Button-to-generate-Pixel-Perfect-report-on-demand/m-p/2530882#M107881</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/346569"&gt;@timwhite&lt;/a&gt;&amp;nbsp;&lt;A href="https://www.choiceadvantage.com.co" target="_self"&gt;choice advantage&lt;/A&gt;wrote:&lt;BR /&gt;
&lt;P&gt;Is there a way to have a button generate a Pixel Perfect report on demand that includes applied filters?&amp;nbsp; I know I can go to Assets --&amp;gt; Reports --&amp;gt; Select specific report, but I would prefer to have the option to have a user click a button and have the pdf version of the report show up in their downloads folder.&lt;/P&gt;
&lt;P&gt;Is this possible?&amp;nbsp; I see some functionality to generate Pixel Perfect reports in the Automation module, but I don't see how I can get the filters I've applied in Qlik Sense be applied to the report and then have the report show up in my downloads folder.&lt;/P&gt;
&lt;P&gt;Thanks for any advice.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Start with the &lt;CODE&gt;Webhook&lt;/CODE&gt; block as your trigger. This block will generate a unique URL.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;The webhook URL can accept parameters, which is how you will pass the selections from your Qlik Sense app.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Inside the automation, add a &lt;CODE&gt;Connect to App&lt;/CODE&gt; block to link to your Qlik Sense app.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Add an &lt;CODE&gt;Apply Selections&lt;/CODE&gt; block and configure it to apply the filters it receives from the webhook. This is the crucial step. You will use a variable from the webhook's payload (e.g., &lt;CODE&gt;{{webhook.parameters.selections}}&lt;/CODE&gt;) to dynamically apply the filters.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Add a &lt;CODE&gt;Generate Pixel Perfect Report&lt;/CODE&gt; block. This block is what tells Qlik Reporting Service to create the PDF.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Finally, use a &lt;CODE&gt;Redirect&lt;/CODE&gt; or &lt;CODE&gt;Download File&lt;/CODE&gt; block to send the generated report back to the user's browser.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;</description>
      <pubDate>Tue, 16 Sep 2025 05:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-to-generate-Pixel-Perfect-report-on-demand/m-p/2530882#M107881</guid>
      <dc:creator>donna641</dc:creator>
      <dc:date>2025-09-16T05:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Button to generate Pixel Perfect report on demand</title>
      <link>https://community.qlik.com/t5/App-Development/Button-to-generate-Pixel-Perfect-report-on-demand/m-p/2531016#M107898</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/350369"&gt;@donna641&lt;/a&gt;&amp;nbsp;Thanks for responding.&amp;nbsp; I'm encouraged that this might be possible; I do have a few questions.&amp;nbsp; I created an automation and a 'Run Started' block with Run Mode being Webhook, Connector being Qlik Cloud Services, and Event being Run Started.&amp;nbsp; I've selected the Automation name as the Automation ID.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not seeing a 'Connect to App' block; any idea in which category I might find that?&lt;/P&gt;&lt;P&gt;I sincerely appreciate you taking the time to walk me through this.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 00:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-to-generate-Pixel-Perfect-report-on-demand/m-p/2531016#M107898</guid>
      <dc:creator>timwhite</dc:creator>
      <dc:date>2025-09-17T00:27:06Z</dc:date>
    </item>
  </channel>
</rss>

