<?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: How does one use reporting recipients with Connect to Data Source in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-does-one-use-reporting-recipients-with-Connect-to-Data/m-p/2545172#M3573</link>
    <description>&lt;P&gt;that is correct, you can put all users in a group and add the group there or add your users individually&lt;/P&gt;</description>
    <pubDate>Thu, 19 Mar 2026 14:29:27 GMT</pubDate>
    <dc:creator>WeLoveQlik</dc:creator>
    <dc:date>2026-03-19T14:29:27Z</dc:date>
    <item>
      <title>How does one use reporting recipients with Connect to Data Source</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-does-one-use-reporting-recipients-with-Connect-to-Data/m-p/2545150#M3570</link>
      <description>&lt;P&gt;The following seems to be a "how" but it isn't really clear once the screen jumps to the scripting area on what to do. The app uses the Access section for ADMIN, USER and row level data security.&lt;/P&gt;&lt;P&gt;If there is a video on how to do this in more detail would be great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steps to Connect Recipients to a Data Source in Qlik Cloud:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Navigate to Reporting: Go to the Reporting &amp;gt; Recipients section in your Qlik Cloud app.&lt;BR /&gt;Add Recipients: Click on Add recipients and groups.&lt;BR /&gt;Choose Source: Select the Connect to data source option.&lt;BR /&gt;Select Data Source: Choose the Qlik Sense data model or an external source (e.g., SQL, Excel in data manager) that contains the recipient list.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Map Fields: Map the necessary fields to define the users:&lt;BR /&gt;Name: The full name of the recipient.&lt;BR /&gt;Email: The email address for delivery.&lt;BR /&gt;Group (Optional): Assign recipients to specific, pre-defined groups.&lt;BR /&gt;Filters (Optional): Apply specific data filters to tailor reports for recipients.&lt;BR /&gt;Save: Click Save to finalize the connection, ensuring the list updates automatically as your source data changes.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 13:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-does-one-use-reporting-recipients-with-Connect-to-Data/m-p/2545150#M3570</guid>
      <dc:creator>dwighttrumbower</dc:creator>
      <dc:date>2026-03-19T13:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: How does one use reporting recipients with Connect to Data Source</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-does-one-use-reporting-recipients-with-Connect-to-Data/m-p/2545153#M3571</link>
      <description>&lt;P&gt;in the script you need to add the following. The example uses an inline table to load users but that can be replaced with another data source as long as the field names remain consistent.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The tag field section is what ultimately gets the users to show up in the reporting section for you to add to tasks.&lt;/P&gt;&lt;P&gt;Filters and groups are empty in this example but can be added to match the Filters / Groups you create in the reporting section as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ReportingUsers:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;%Name ,%EMail ,%Filters ,%Groups&lt;BR /&gt;Jim Jones ,JimJones@Qlik.com , ,&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;tag field %Name with 'DL_DISTRIBUTION_SVC__recipientName';&lt;BR /&gt;Tag field %EMail with 'DL_DISTRIBUTION_SVC__recipientEmail';&lt;BR /&gt;tag field %Filters with 'DL_DISTRIBUTION_SVC__recipientFilters';&lt;BR /&gt;tag field %Groups with 'DL_DISTRIBUTION_SVC__groupsName';&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 13:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-does-one-use-reporting-recipients-with-Connect-to-Data/m-p/2545153#M3571</guid>
      <dc:creator>WeLoveQlik</dc:creator>
      <dc:date>2026-03-19T13:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: How does one use reporting recipients with Connect to Data Source</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-does-one-use-reporting-recipients-with-Connect-to-Data/m-p/2545167#M3572</link>
      <description>&lt;P&gt;Ok, that some sense.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;But when a report task is made how does ReportUsers: get used at run time email the report task?&lt;BR /&gt;&lt;BR /&gt;Looks like I still need to manually populate the recipients. Attached file.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 14:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-does-one-use-reporting-recipients-with-Connect-to-Data/m-p/2545167#M3572</guid>
      <dc:creator>dwighttrumbower</dc:creator>
      <dc:date>2026-03-19T14:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How does one use reporting recipients with Connect to Data Source</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-does-one-use-reporting-recipients-with-Connect-to-Data/m-p/2545172#M3573</link>
      <description>&lt;P&gt;that is correct, you can put all users in a group and add the group there or add your users individually&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 14:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-does-one-use-reporting-recipients-with-Connect-to-Data/m-p/2545172#M3573</guid>
      <dc:creator>WeLoveQlik</dc:creator>
      <dc:date>2026-03-19T14:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: How does one use reporting recipients with Connect to Data Source</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/How-does-one-use-reporting-recipients-with-Connect-to-Data/m-p/2545217#M3577</link>
      <description>&lt;P&gt;I wonder if there is a way to merge my list&amp;nbsp; emails to match the tenant users to get their names.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 14:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/How-does-one-use-reporting-recipients-with-Connect-to-Data/m-p/2545217#M3577</guid>
      <dc:creator>dwighttrumbower</dc:creator>
      <dc:date>2026-03-20T14:20:29Z</dc:date>
    </item>
  </channel>
</rss>

