<?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 Section Access and Task report xls in Reporting Service &amp; Alerting</title>
    <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Section-Access-and-Task-report-xls/m-p/2413107#M804</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;i meet some trouble to generate the report sent on xls format.&lt;BR /&gt;xls plugin,Oauth about the tenant are well.&lt;/P&gt;
&lt;P&gt;this issue concerns the Section Access based on my application ; when i desactivate the section access, i can send it but when i activate the section access, i lost the recipients list (uploaded before). Moreover, if i want to re-upload the xls template (recipient) , no success.&lt;/P&gt;
&lt;P&gt;PS : the report send very well without Section Access and the section access seems well done.&lt;/P&gt;
&lt;P&gt;let me know if you have a solution&lt;BR /&gt;Many thanks a lot&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jan 2024 14:22:18 GMT</pubDate>
    <dc:creator>TROVATO</dc:creator>
    <dc:date>2024-01-31T14:22:18Z</dc:date>
    <item>
      <title>Section Access and Task report xls</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Section-Access-and-Task-report-xls/m-p/2413107#M804</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;i meet some trouble to generate the report sent on xls format.&lt;BR /&gt;xls plugin,Oauth about the tenant are well.&lt;/P&gt;
&lt;P&gt;this issue concerns the Section Access based on my application ; when i desactivate the section access, i can send it but when i activate the section access, i lost the recipients list (uploaded before). Moreover, if i want to re-upload the xls template (recipient) , no success.&lt;/P&gt;
&lt;P&gt;PS : the report send very well without Section Access and the section access seems well done.&lt;/P&gt;
&lt;P&gt;let me know if you have a solution&lt;BR /&gt;Many thanks a lot&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 14:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Section-Access-and-Task-report-xls/m-p/2413107#M804</guid>
      <dc:creator>TROVATO</dc:creator>
      <dc:date>2024-01-31T14:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Task report xls</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Section-Access-and-Task-report-xls/m-p/2413216#M806</link>
      <description>&lt;P&gt;Have a look at this article - potentially you have an Exit Script inserted into your load script with the addition of the Section Access section?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Tabular-Reporting-General-Troubleshooting-and-Best/ta-p/2160224" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Qlik-Tabular-Reporting-General-Troubleshooting-and-Best/ta-p/2160224&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 17:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Section-Access-and-Task-report-xls/m-p/2413216#M806</guid>
      <dc:creator>Andrew_Kruger</dc:creator>
      <dc:date>2024-01-31T17:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Task report xls</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Section-Access-and-Task-report-xls/m-p/2413663#M809</link>
      <description>&lt;P&gt;Hello Trovato -&amp;nbsp; when you use the plugin against the application that has section access, does the section access work?&amp;nbsp; If you can 2x check that the plugin works against the app (with section access) than it narrows the problem to just the report task.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it works for your user identity then check if the report task works for you but not others. If it works for you but not others, ensure the others have 'can view' on the app/space. The reporting service will impersonate the end user (internal user) and needs rights to view the app.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the section access doesn't work for any of you (task or plugin), make sure the 'email' address is the same in the Section Access table as the recipient list&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;EXAMPLE:&lt;/P&gt;
&lt;P&gt;//////////////////&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;set hideprefix='%';&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Section Access;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp; &amp;nbsp;ACCESS,USER.EMAIL,%REGION &lt;BR /&gt;&amp;nbsp; &amp;nbsp;USER,123@qlik.com,*&lt;BR /&gt;&amp;nbsp; &amp;nbsp;USER,abc@qlik.com,AMERICAS&lt;BR /&gt;&amp;nbsp; &amp;nbsp;USER,def@qlik.com,EMEA&lt;BR /&gt;&amp;nbsp; &amp;nbsp;USER,ghi@qlik.com,ASIAPAC &lt;BR /&gt;&amp;nbsp; &amp;nbsp;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Section Application;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;RegionSales:&lt;BR /&gt;&amp;nbsp; &amp;nbsp;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Region,Sales&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Americas,100&lt;BR /&gt;&amp;nbsp; &amp;nbsp;EMEA,200&lt;BR /&gt;&amp;nbsp; &amp;nbsp;ASIAPAC,300];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;LinkToSectionAccess:&lt;BR /&gt;&amp;nbsp; &amp;nbsp;LOAD&lt;BR /&gt;&amp;nbsp; &amp;nbsp;upper(Region) as %REGION,&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Region&lt;BR /&gt;&amp;nbsp; &amp;nbsp;RESIDENT RegionSales;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;ReportRecipients:&lt;BR /&gt;&amp;nbsp; &amp;nbsp;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp; &amp;nbsp;%Recipient,%Email&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Admin,123@qlik.com&lt;BR /&gt;&amp;nbsp; &amp;nbsp;ABC user,abc@qlik.com&lt;BR /&gt;&amp;nbsp; &amp;nbsp;DEF user,def@qlik.com&lt;BR /&gt;&amp;nbsp; &amp;nbsp;GHI,ghi@qlik.com&lt;BR /&gt;&amp;nbsp; &amp;nbsp;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;tag field %Recipient with 'DL_DISTRIBUTION_SVC__recipientName';&lt;BR /&gt;&amp;nbsp; &amp;nbsp;tag field %Email with 'DL_DISTRIBUTION_SVC__recipientEmail';&lt;/P&gt;
&lt;P&gt;/////////////////////&lt;/P&gt;
&lt;P&gt;I can send you an example if you need.&amp;nbsp; As of Tuesday January 30th, you can now receive a template + app from another tenant, import the app, and now change the template to point to your copy of the app in your tenant.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 17:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Section-Access-and-Task-report-xls/m-p/2413663#M809</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2024-02-01T17:31:59Z</dc:date>
    </item>
  </channel>
</rss>

