<?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: Load script / visualization changes across multiple apps in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-script-visualization-changes-across-multiple-apps/m-p/1840026#M69544</link>
    <description>&lt;P&gt;indeed. if you need to keep different streams per employee, it would be "useless"&lt;/P&gt;&lt;P&gt;(but then again, you could publish the same app - with section access definition - to all the streams... and you'll have kind of a "double" access restriction (Stream&amp;nbsp; and App; counterside is that you'll end up with many BIG (ish) apps with useless data for most users in their streams.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or you review your streams "policy" as well. (i tend to prefer to group Business "Themes" in streams; adding access/security rules to apps themselves ("everyone" can see the streams, but not all apps in streams are visible for everyone, and not all data is visible for everyone that can see the app,... etc)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Sep 2021 09:33:48 GMT</pubDate>
    <dc:creator>mikaelsc</dc:creator>
    <dc:date>2021-09-29T09:33:48Z</dc:date>
    <item>
      <title>Load script / visualization changes across multiple apps</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-visualization-changes-across-multiple-apps/m-p/1839519#M69463</link>
      <description>&lt;P&gt;In our environment we have many streams that have permissions for individual users to track commissions.&lt;/P&gt;&lt;P&gt;So for example, if we have 15 employees and 2 sales managers, we have 15 streams (one for each employee). Each employee only can see their own stream, and each sales manager can see the streams for the employees under them.&lt;/P&gt;&lt;P&gt;We are changing how our commissions process is represented in our data warehouse and so need to update our queries and some visualizations in Qlik Sense.&lt;/P&gt;&lt;P&gt;When this was originally developed several years ago, the approach was to develop a single template that queries a table and have the loadscript designate which employee to use based on their emp_id i.e.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT * FROM commissions WHERE emp_id = 'employee'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally we keep the same process: develop a new template, adjust the query for each employee based on the emp_id and publish to individual streams&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the best way to deploy things like this in large groups? We have a lot more than 15 employees in reality so doing individual publishing processes will be cumbersome, especially if we plan to regularly release updates to the template.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 16:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-visualization-changes-across-multiple-apps/m-p/1839519#M69463</guid>
      <dc:creator>ScottS28</dc:creator>
      <dc:date>2021-11-30T16:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load script / visualization changes across multiple apps</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-visualization-changes-across-multiple-apps/m-p/1839546#M69467</link>
      <description>&lt;P&gt;there are/were automation "solutions"/demo's available...&amp;nbsp;&lt;A href="https://github.com/QHose/QRSMeteor" target="_blank"&gt;https://github.com/QHose/QRSMeteor&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://integration.qlik.com/useCaseSelection" target="_blank"&gt;https://integration.qlik.com/useCaseSelection&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but have you considered the good old &lt;A href="https://help.qlik.com/en-US/sense/August2021/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manage-security-with-section-access.htm" target="_self"&gt;section access&lt;/A&gt;?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 20:37:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-visualization-changes-across-multiple-apps/m-p/1839546#M69467</guid>
      <dc:creator>mikaelsc</dc:creator>
      <dc:date>2021-09-27T20:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load script / visualization changes across multiple apps</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-visualization-changes-across-multiple-apps/m-p/1839595#M69471</link>
      <description>&lt;P&gt;Hey, have you explored section access.&lt;/P&gt;&lt;P&gt;if no, please explore section access and implement it on emp id of the user who logged in.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Akshat Agrawal&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 05:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-visualization-changes-across-multiple-apps/m-p/1839595#M69471</guid>
      <dc:creator>akshatagrawal</dc:creator>
      <dc:date>2021-09-28T05:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load script / visualization changes across multiple apps</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-visualization-changes-across-multiple-apps/m-p/1839823#M69517</link>
      <description>&lt;P&gt;Thank you both&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/150428"&gt;@akshatagrawal&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49570"&gt;@mikaelsc&lt;/a&gt;&amp;nbsp;I will look more into Section Access.&lt;/P&gt;&lt;P&gt;I looked very quickly at the documentation on Section Access and if I'm not mistaken, it works on a single app that everyone has access to, but controls what data to display depending on the user who is accessing it.&lt;/P&gt;&lt;P&gt;In our scenario we may need to maintain different streams, one for each employee.&lt;/P&gt;&lt;P&gt;Section access doesn't seem like it would help in this case, am I correct?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 14:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-visualization-changes-across-multiple-apps/m-p/1839823#M69517</guid>
      <dc:creator>ScottS28</dc:creator>
      <dc:date>2021-09-28T14:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load script / visualization changes across multiple apps</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-visualization-changes-across-multiple-apps/m-p/1840026#M69544</link>
      <description>&lt;P&gt;indeed. if you need to keep different streams per employee, it would be "useless"&lt;/P&gt;&lt;P&gt;(but then again, you could publish the same app - with section access definition - to all the streams... and you'll have kind of a "double" access restriction (Stream&amp;nbsp; and App; counterside is that you'll end up with many BIG (ish) apps with useless data for most users in their streams.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or you review your streams "policy" as well. (i tend to prefer to group Business "Themes" in streams; adding access/security rules to apps themselves ("everyone" can see the streams, but not all apps in streams are visible for everyone, and not all data is visible for everyone that can see the app,... etc)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 09:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-visualization-changes-across-multiple-apps/m-p/1840026#M69544</guid>
      <dc:creator>mikaelsc</dc:creator>
      <dc:date>2021-09-29T09:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Load script / visualization changes across multiple apps</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-visualization-changes-across-multiple-apps/m-p/1840208#M69558</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49570"&gt;@mikaelsc&lt;/a&gt;&amp;nbsp;that is a good suggestion! I appreciate your thoughts.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 15:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-visualization-changes-across-multiple-apps/m-p/1840208#M69558</guid>
      <dc:creator>ScottS28</dc:creator>
      <dc:date>2021-09-29T15:43:04Z</dc:date>
    </item>
  </channel>
</rss>

