<?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>article How to send a bursted report using Qlik Application Automation in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/ta-p/1869364</link>
    <description>&lt;P&gt;This article explains how the Qlik Reporting connector in Qlik Application Automation can be used to generate a bursted report that delivers recipient-specific data.&lt;/P&gt;
&lt;P&gt;For more information on the Qlik Reporting connector, see this &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_QlikAutomation/tutorials/alerting.htm" target="_blank" rel="noopener"&gt;Reporting tutorial&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;This article offers two examples where the recipient list and field for reduction are captured in an XLS file or a straight table in an app. Qlik Application Automation allows you to connect to a variety of data sources, including databases, cloud storage locations, and more. This allows you to store your recipient lists in the appropriate location and apply the concepts found in the examples below to create your reporting automation. By configuring the Start block's run mode, the reporting automations can be scheduled or driven from other business processes.&lt;/P&gt;
&lt;H5&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Contents&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Using a straight table as a distribution list&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;In this example, the email addresses of the recipients are stored in a straight table. Add a private sheet to your app and add a straight table to it. This table should contain the recipients' email address, name, and a value to reduce the app on. We won't go over the step-by-step creation of this automation since it's available as a template in the template picker under the name "Send a burst report to email recipients from a straight table".&lt;/P&gt;
&lt;P&gt;Instead, a few key blocks of this template are discussed below.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;List Values Of Field. This block will return a list of all values of the specified field.&amp;nbsp;The selected field should directly map to the recipient scope of data to be delivered. For each value, a report will be generated and distributed to the recipients who have that value assigned in the distribution list. We'll call this value the scope of the report, an example field could be Region to build a report for each different region and delivery to regional employees.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The Create Report block and attached blocks will then be executed for each unique value of the field. Tip: you can dynamically name your reports by mapping the current field's value to the Report name parameter of the Create Report block:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create Report.png" style="width: 565px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100090i606827B092006901/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create Report.png" alt="Create Report.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add any sheets to the report by using the Add Sheet to Report block. Use the block Add Selection To Sheet to add selections. Add at least a selection for the current scope of the report. Also, apply a selection to the app using the Select Field Value block. This will reduce the straight table that contains the distribution list to the current scope.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Now, use the block Get Straight Table Data and configure it to retrieve the distribution list. The important step here is to append each email address from the distribution list to a string variable. Also, add a semicolon ';' to the field to separate the email addresses.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Variable VEmailList.png" style="width: 667px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100091iF496AF27B078624F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Variable VEmailList.png" alt="Variable VEmailList.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The scope from the distribution list should be used to add a sheet to the report and apply a selection for the current recipient. For example, if the recipients are sales reps, this could be used to provide an overview of each recipient's individual sales.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Add Selection.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100092i3595C39A0A8F7F14/image-size/large?v=v2&amp;amp;px=999" role="button" title="Add Selection.png" alt="Add Selection.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Use the Generate Report block to finalize the report. Map this block's output to the attachment parameter of the Send Mail block. Map the string of email addresses to the To input field of the Send Mail block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Send Mail.png" style="width: 700px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100093iDE2CED2458F6DE96/image-size/large?v=v2&amp;amp;px=999" role="button" title="Send Mail.png" alt="Send Mail.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Then make sure to execute the block Unlock Selections to allow the selections to be overwritten for the next report scope. Also, empty the email addresses from the string variable to make sure they aren't persisted for the next scope.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Helpful tips&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;The Output block can be used to keep track of the automation's progress by showing the current scope.&lt;/LI&gt;
&lt;LI&gt;When building the report automation, you can test the email output by sending the report to yourself before using the distribution variable for operational execution.&lt;/LI&gt;
&lt;LI&gt;It's also possible to use the Copy File block from the Cloud Storage connector to store a copy of the report on any file storage system like Dropbox or SFTP.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Using an Excel File as a distribution list&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;In this example, the email addresses of the recipients are stored in an Excel file. This can be a simple file that contains one worksheet with headers on the first row (name, email &amp;amp; a value for reduction) and one record on each subsequent row.&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="email list.png" style="width: 304px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100094iA003D7E55CA7452A/image-size/large?v=v2&amp;amp;px=999" role="button" title="email list.png" alt="email list.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The first step is to gather the Excel file's item id. This can be retrieved from the URL when the file is open in a browser window or by executing the List Items In Root Folder Of Drive block. Execute this block in a test run to fetch these records.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="run automation from start block.png" style="width: 558px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100095iCCD9412DF3C1DAA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="run automation from start block.png" alt="run automation from start block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The results from the test run can now be used in other blocks, click the Item Id input field of the List Rows WIth Headers block and select the id key from the right item in the output returned by the&amp;nbsp;List Items In Root Folder Of Drive block.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="List Rows with Headers.png" style="width: 638px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100096i8ECE18CE404A96AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="List Rows with Headers.png" alt="List Rows with Headers.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&amp;nbsp;Further configure the&amp;nbsp; List Rows With Header block by specifying the worksheet name and the dimensions of the data (header row included). Below is an example of the excel file shown at the beginning of this section.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="List Rows with Headers example 2.png" style="width: 636px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100098i2CB9C549CD0DFD09/image-size/large?v=v2&amp;amp;px=999" role="button" title="List Rows with Headers example 2.png" alt="List Rows with Headers example 2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The other steps of the automation are similar to the first part of this article so they won't be repeated here. Optionally, values from the Excel file can be used for reducing the report with the block Add Selection To Report.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add selections to report.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100099i8388064C6AE6B0FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="add selections to report.png" alt="add selections to report.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 07:27:30 GMT</pubDate>
    <dc:creator>Emile_Koslowski</dc:creator>
    <dc:date>2023-05-31T07:27:30Z</dc:date>
    <item>
      <title>How to send a bursted report using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/ta-p/1869364</link>
      <description>&lt;P&gt;This article explains how the Qlik Reporting connector in Qlik Application Automation can be used to generate a bursted report that delivers recipient-specific data.&lt;/P&gt;
&lt;P&gt;For more information on the Qlik Reporting connector, see this &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_QlikAutomation/tutorials/alerting.htm" target="_blank" rel="noopener"&gt;Reporting tutorial&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;This article offers two examples where the recipient list and field for reduction are captured in an XLS file or a straight table in an app. Qlik Application Automation allows you to connect to a variety of data sources, including databases, cloud storage locations, and more. This allows you to store your recipient lists in the appropriate location and apply the concepts found in the examples below to create your reporting automation. By configuring the Start block's run mode, the reporting automations can be scheduled or driven from other business processes.&lt;/P&gt;
&lt;H5&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Contents&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Using a straight table as a distribution list&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;In this example, the email addresses of the recipients are stored in a straight table. Add a private sheet to your app and add a straight table to it. This table should contain the recipients' email address, name, and a value to reduce the app on. We won't go over the step-by-step creation of this automation since it's available as a template in the template picker under the name "Send a burst report to email recipients from a straight table".&lt;/P&gt;
&lt;P&gt;Instead, a few key blocks of this template are discussed below.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;List Values Of Field. This block will return a list of all values of the specified field.&amp;nbsp;The selected field should directly map to the recipient scope of data to be delivered. For each value, a report will be generated and distributed to the recipients who have that value assigned in the distribution list. We'll call this value the scope of the report, an example field could be Region to build a report for each different region and delivery to regional employees.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The Create Report block and attached blocks will then be executed for each unique value of the field. Tip: you can dynamically name your reports by mapping the current field's value to the Report name parameter of the Create Report block:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create Report.png" style="width: 565px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100090i606827B092006901/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create Report.png" alt="Create Report.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Add any sheets to the report by using the Add Sheet to Report block. Use the block Add Selection To Sheet to add selections. Add at least a selection for the current scope of the report. Also, apply a selection to the app using the Select Field Value block. This will reduce the straight table that contains the distribution list to the current scope.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Now, use the block Get Straight Table Data and configure it to retrieve the distribution list. The important step here is to append each email address from the distribution list to a string variable. Also, add a semicolon ';' to the field to separate the email addresses.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Variable VEmailList.png" style="width: 667px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100091iF496AF27B078624F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Variable VEmailList.png" alt="Variable VEmailList.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The scope from the distribution list should be used to add a sheet to the report and apply a selection for the current recipient. For example, if the recipients are sales reps, this could be used to provide an overview of each recipient's individual sales.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Add Selection.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100092i3595C39A0A8F7F14/image-size/large?v=v2&amp;amp;px=999" role="button" title="Add Selection.png" alt="Add Selection.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Use the Generate Report block to finalize the report. Map this block's output to the attachment parameter of the Send Mail block. Map the string of email addresses to the To input field of the Send Mail block.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Send Mail.png" style="width: 700px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100093iDE2CED2458F6DE96/image-size/large?v=v2&amp;amp;px=999" role="button" title="Send Mail.png" alt="Send Mail.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Then make sure to execute the block Unlock Selections to allow the selections to be overwritten for the next report scope. Also, empty the email addresses from the string variable to make sure they aren't persisted for the next scope.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Helpful tips&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;The Output block can be used to keep track of the automation's progress by showing the current scope.&lt;/LI&gt;
&lt;LI&gt;When building the report automation, you can test the email output by sending the report to yourself before using the distribution variable for operational execution.&lt;/LI&gt;
&lt;LI&gt;It's also possible to use the Copy File block from the Cloud Storage connector to store a copy of the report on any file storage system like Dropbox or SFTP.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Using an Excel File as a distribution list&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;In this example, the email addresses of the recipients are stored in an Excel file. This can be a simple file that contains one worksheet with headers on the first row (name, email &amp;amp; a value for reduction) and one record on each subsequent row.&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="email list.png" style="width: 304px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100094iA003D7E55CA7452A/image-size/large?v=v2&amp;amp;px=999" role="button" title="email list.png" alt="email list.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The first step is to gather the Excel file's item id. This can be retrieved from the URL when the file is open in a browser window or by executing the List Items In Root Folder Of Drive block. Execute this block in a test run to fetch these records.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="run automation from start block.png" style="width: 558px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100095iCCD9412DF3C1DAA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="run automation from start block.png" alt="run automation from start block.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The results from the test run can now be used in other blocks, click the Item Id input field of the List Rows WIth Headers block and select the id key from the right item in the output returned by the&amp;nbsp;List Items In Root Folder Of Drive block.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="List Rows with Headers.png" style="width: 638px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100096i8ECE18CE404A96AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="List Rows with Headers.png" alt="List Rows with Headers.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&amp;nbsp;Further configure the&amp;nbsp; List Rows With Header block by specifying the worksheet name and the dimensions of the data (header row included). Below is an example of the excel file shown at the beginning of this section.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="List Rows with Headers example 2.png" style="width: 636px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100098i2CB9C549CD0DFD09/image-size/large?v=v2&amp;amp;px=999" role="button" title="List Rows with Headers example 2.png" alt="List Rows with Headers example 2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The other steps of the automation are similar to the first part of this article so they won't be repeated here. Optionally, values from the Excel file can be used for reducing the report with the block Add Selection To Report.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add selections to report.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100099i8388064C6AE6B0FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="add selections to report.png" alt="add selections to report.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 07:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/ta-p/1869364</guid>
      <dc:creator>Emile_Koslowski</dc:creator>
      <dc:date>2023-05-31T07:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a bursted report using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/1916410#M6081</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134157"&gt;@Emile_Koslowski&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I would like to clarify about 'Using an Excel File as a distribution list'.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Specifically, in step 1 of your explanation, how to retrieve the 'Drive ID' of the excel file to insert it into the QAA in the 'List Item in root Folder of Drive' block.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Our excel file has been uploaded to onedrive.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 15:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/1916410#M6081</guid>
      <dc:creator>martinamangiagli</dc:creator>
      <dc:date>2022-04-08T15:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a bursted report using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/1917326#M6090</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/171102"&gt;@martinamangiagli&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If you click the Drive Id input field, the "do lookup" option will show in the dropdown, does that show your drive?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Emile_Koslowski_0-1649753196644.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/76873iA922435579B531D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Emile_Koslowski_0-1649753196644.png" alt="Emile_Koslowski_0-1649753196644.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 09:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/1917326#M6090</guid>
      <dc:creator>Emile_Koslowski</dc:creator>
      <dc:date>2022-04-12T09:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a bursted report using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/1917342#M6091</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;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Our excel file called 'Manager Email List' has been saved in onedrive but, when we run the search on 'do lookup' among the options it does not appear.&lt;/P&gt;
&lt;P&gt;Instead a 'business' file appears which is not present in onedrive and is not the file we need.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (98).png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/76882iEDD028650987F425/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (98).png" alt="Screenshot (98).png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 09:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/1917342#M6091</guid>
      <dc:creator>martinamangiagli</dc:creator>
      <dc:date>2022-04-12T09:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a bursted report using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/1917358#M6093</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/171102"&gt;@martinamangiagli&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The lookup does not search for files but drives. The result you get looks like a valid drive id, can you select that?&lt;/P&gt;
&lt;P&gt;If you then run that block (hover it and click "Test Run") and go to its history, you should find a list of all items (files &amp;amp; folders) from that drive. In that list, you can then search for the file named "Manager Email List" and take that file's item id for the &lt;STRONG&gt;List Rows With Headers&lt;/STRONG&gt; block.&lt;/P&gt;
&lt;P&gt;In this automation, the role of the &lt;STRONG&gt;List Items In Root Folder Of Drive&lt;/STRONG&gt; block is to help you find the right file. You can also ignore that first block (disable it by right-clicking) and directly map the drive id &amp;amp; item id in the &lt;STRONG&gt;List Rows With Headers&lt;/STRONG&gt; block by using that block's lookups.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 09:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/1917358#M6093</guid>
      <dc:creator>Emile_Koslowski</dc:creator>
      <dc:date>2022-04-12T09:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a bursted report using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/2093365#M9679</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;with this method each generate report counts 1 run out of the 100 basic available.&lt;BR /&gt;Is there a method to get the generate report block out of the loop?&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;Sophie&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 07:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/2093365#M9679</guid>
      <dc:creator>sophie_bd</dc:creator>
      <dc:date>2023-07-13T07:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a bursted report using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/2095575#M9713</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28745"&gt;@sophie_bd&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post your query and the challenge you are facing in our&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/qlik-application-automation/bd-p/qlik-application-automation-discussions" target="_blank" rel="noopener"&gt;Application Automation&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;forum, where our support folks and active community can assist you. This sounds like something we cannot approach directly in an article.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 07:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/2095575#M9713</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-07-20T07:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a bursted report using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/2124162#M10329</link>
      <description>&lt;P&gt;Hola , tengo un problema , tengo una tabla con multiples medicos que se les envía su reporte personal del mes terminado&amp;nbsp;&lt;/P&gt;
&lt;P&gt;pero si el medico no atendió pacientes ( vacaciones x ejemplo en el mes terminado ) las selecciones no funcionan &amp;nbsp;le envía un reporte con toda la información abierta de todos los medicos&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Es posible colocar un filtro de cantidades por ejemplo dentro algún bloque ? consulta_medicas&amp;gt;1 por ejemplo&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Son geniales las automatizaciones &amp;nbsp;le dan un excelente valor agregado a Qlik&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sigan por mas !!!!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 04:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/2124162#M10329</guid>
      <dc:creator>AlejandroJuarez</dc:creator>
      <dc:date>2023-10-02T04:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a bursted report using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/2415002#M12544</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Append &amp;lt;null&amp;gt; to VEmailList error on Variable - VEmailList" automation block. How do I solve it?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 429px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/159104i1F222B6C015C514B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 17:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/2415002#M12544</guid>
      <dc:creator>shea</dc:creator>
      <dc:date>2024-02-05T17:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a bursted report using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/2416083#M12590</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/226926"&gt;@shea&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recommend you post about your issue in as much detail as possible in the &lt;A href="https://community.qlik.com/t5/qlik-application-automation/bd-p/qlik-application-automation-discussions" target="_blank" rel="noopener"&gt;Qlik Application Automation forum&lt;/A&gt;, where our active support agents and users can assist you.&lt;/P&gt;
&lt;P&gt;I'd also like to direct you at &lt;A href="https://community.qlik.com/t5/Support-Updates/Introducing-Qlik-Cloud-Tabular-Reporting/ba-p/2146351" target="_blank" rel="noopener"&gt;Qlik Cloud Tabular Reporting&lt;/A&gt;, in case this would also suit your purposes.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 14:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/2416083#M12590</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2024-02-07T14:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a bursted report using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/2481376#M14570</link>
      <description>&lt;P&gt;Hey Folks, has anyone done this with google cloud storage? I am hitting issues with uniform-bucket-access which is odd because this is what GCP pretty much forces you to use.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;error: Something went wrong while writing data to path 157202401: { "error": { "code": 400, "message": "Cannot insert legacy ACL for an object when uniform bucket-level access is enabled. Read more at &lt;/SPAN&gt;&lt;A class="c-link" href="https://cloud.google.com/storage/docs/uniform-bucket-level-access" target="_blank" rel="noopener noreferrer" data-stringify-link="https://cloud.google.com/storage/docs/uniform-bucket-level-access" data-sk="tooltip_parent"&gt;https://cloud.google.com/storage/docs/uniform-bucket-level-access&lt;/A&gt;&lt;SPAN&gt;", "errors": [ { "message": "Cannot insert legacy ACL for an object when uniform bucket-level access is enabled. Read more at &lt;/SPAN&gt;&lt;A class="c-link" href="https://cloud.google.com/storage/docs/uniform-bucket-level-access" target="_blank" rel="noopener noreferrer" data-stringify-link="https://cloud.google.com/storage/docs/uniform-bucket-level-access" data-sk="tooltip_parent"&gt;https://cloud.google.com/storage/docs/uniform-bucket-level-access&lt;/A&gt;&lt;SPAN&gt;", "domain": "global", "reason": "invalid" } ] } }&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 20:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/2481376#M14570</guid>
      <dc:creator>conconmcmc</dc:creator>
      <dc:date>2024-09-12T20:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to send a bursted report using Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/2520727#M15931</link>
      <description>&lt;P&gt;Thanks for this great article. When sending out the Excel attachment, the name comes up by default, is there a way to customize the name in attachment like ReportName_UserName?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 10:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-send-a-bursted-report-using-Qlik-Application-Automation/tac-p/2520727#M15931</guid>
      <dc:creator>SantoshJExpo89</dc:creator>
      <dc:date>2025-06-10T10:35:29Z</dc:date>
    </item>
  </channel>
</rss>

