<?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: Avoid sending empty pdfs with application automation in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Avoid-sending-empty-pdfs-with-application-automation/m-p/1967148#M771</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/162657"&gt;@Hilda&lt;/a&gt;&amp;nbsp;, thanks for the discussion.&amp;nbsp; Echoing&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134157"&gt;@Emile_Koslowski&lt;/a&gt;&amp;nbsp;, we'd be happy to review your automation if you are comfortable sharing (send to Emile as noted above).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding roadmap questions, we are working on supporting ppt output of the burst compositions for later in the year.&amp;nbsp; We&amp;nbsp;are continuing to work on advanced XLS authoring capability but I don't have a timeline for delivery yet.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Aug 2022 13:44:54 GMT</pubDate>
    <dc:creator>Andrew_Kruger</dc:creator>
    <dc:date>2022-08-10T13:44:54Z</dc:date>
    <item>
      <title>Avoid sending empty pdfs with application automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Avoid-sending-empty-pdfs-with-application-automation/m-p/1949898#M680</link>
      <description>&lt;P&gt;Hi all and thanks in advance for your help.&lt;/P&gt;
&lt;P&gt;How do I prevent the generation of pdf reports that are bursted per dimension value if there is no data for that value? E.g, avoid generating/sending empty pdf for a 'region' if there is no sales for the period.&lt;/P&gt;
&lt;P&gt;Your guidance will be highly appreciated.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 19:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Avoid-sending-empty-pdfs-with-application-automation/m-p/1949898#M680</guid>
      <dc:creator>Hilda</dc:creator>
      <dc:date>2022-06-29T19:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid sending empty pdfs with application automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Avoid-sending-empty-pdfs-with-application-automation/m-p/1950071#M681</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/162657"&gt;@Hilda&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You could first apply the selections on the app by using the &lt;STRONG&gt;Select Field Value&lt;/STRONG&gt; block. Then the &lt;STRONG&gt;List Current Selections&lt;/STRONG&gt; block can be used to see if anything is actually selected. If there's no data for the selections you tried to make in the &lt;STRONG&gt;Select Field Value&lt;/STRONG&gt; block, the output from &lt;STRONG&gt;List Current Selections&lt;/STRONG&gt; will be empty. You can use a &lt;STRONG&gt;Condition&lt;/STRONG&gt; block to validate this.&lt;/P&gt;
&lt;P&gt;The below image is a possible example of the above:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Emile_Koslowski_0-1656575130728.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83002i23AC2CC56C0B04A7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Emile_Koslowski_0-1656575130728.png" alt="Emile_Koslowski_0-1656575130728.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also, if you're doing this multiple times in the same automation (by using a loop for example) you'll need to use the &lt;STRONG&gt;Clear All Selections&lt;/STRONG&gt;&amp;nbsp;block to make sure there are no active selections from the previous iteration.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Emile&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 07:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Avoid-sending-empty-pdfs-with-application-automation/m-p/1950071#M681</guid>
      <dc:creator>Emile_Koslowski</dc:creator>
      <dc:date>2022-06-30T07:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid sending empty pdfs with application automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Avoid-sending-empty-pdfs-with-application-automation/m-p/1951777#M691</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134157"&gt;@Emile_Koslowski&lt;/a&gt;&amp;nbsp;for the above.&lt;/P&gt;
&lt;P&gt;However it did not help.&lt;/P&gt;
&lt;P&gt;Hypothetical scenario:&lt;/P&gt;
&lt;P&gt;I have 10 regions and I have 2 straight table reports (2 page pdf in automation) per region:&lt;/P&gt;
&lt;P&gt;Report 1 - open orders per region ----only 6 regions have open orders.&lt;/P&gt;
&lt;P&gt;Report 2 - orders closed this week per region ---- only 4 regions closed orders this week.&lt;/P&gt;
&lt;P&gt;Even with an overlap, 2 regions do not have open orders nor closed any orders this week so I'm expecting 8 reports but then I get 10 with 2 of them blank.&lt;/P&gt;
&lt;P&gt;I hope the above sheds more light.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm also using the automation template for sending burst report from straight table.&lt;/P&gt;
&lt;P&gt;Thanks and kind regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 11:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Avoid-sending-empty-pdfs-with-application-automation/m-p/1951777#M691</guid>
      <dc:creator>Hilda</dc:creator>
      <dc:date>2022-07-05T11:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid sending empty pdfs with application automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Avoid-sending-empty-pdfs-with-application-automation/m-p/1952886#M694</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P data-unlink="true"&gt;I'm not sure what the exact cause could be. Do you mind sending your app with (dummy) data to &lt;A href="mailto:emile.koslowski@qlik.com?" target="_blank"&gt;emile.koslowski@qlik.com&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Emile&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 13:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Avoid-sending-empty-pdfs-with-application-automation/m-p/1952886#M694</guid>
      <dc:creator>Emile_Koslowski</dc:creator>
      <dc:date>2022-07-07T13:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid sending empty pdfs with application automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Avoid-sending-empty-pdfs-with-application-automation/m-p/1966998#M770</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134157"&gt;@Emile_Koslowski&lt;/a&gt;, apologies for the late response. I had found a workaround before your reply.&lt;/P&gt;
&lt;P&gt;I created a flag in the script based on the set expression in the reports to identify the regions that should receive reports "this week" and flagged the rest as 'False'. I then added a condition block after the select field value block to evaluate and only generate a report where the value does not equal 'False'.&lt;/P&gt;
&lt;P&gt;It seems to be working perfectly so far. I will take you up on your offer in case I run into issues again.&lt;/P&gt;
&lt;P&gt;I appreciate your help.&lt;/P&gt;
&lt;P&gt;PS, any idea when to expect the excel output for these reports? We really need it.&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 10:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Avoid-sending-empty-pdfs-with-application-automation/m-p/1966998#M770</guid>
      <dc:creator>Hilda</dc:creator>
      <dc:date>2022-08-10T10:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid sending empty pdfs with application automation</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Avoid-sending-empty-pdfs-with-application-automation/m-p/1967148#M771</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/162657"&gt;@Hilda&lt;/a&gt;&amp;nbsp;, thanks for the discussion.&amp;nbsp; Echoing&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134157"&gt;@Emile_Koslowski&lt;/a&gt;&amp;nbsp;, we'd be happy to review your automation if you are comfortable sharing (send to Emile as noted above).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding roadmap questions, we are working on supporting ppt output of the burst compositions for later in the year.&amp;nbsp; We&amp;nbsp;are continuing to work on advanced XLS authoring capability but I don't have a timeline for delivery yet.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 13:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Avoid-sending-empty-pdfs-with-application-automation/m-p/1967148#M771</guid>
      <dc:creator>Andrew_Kruger</dc:creator>
      <dc:date>2022-08-10T13:44:54Z</dc:date>
    </item>
  </channel>
</rss>

