<?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: Section Access question in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Section-Access-question/m-p/110364#M7563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If you just change * to &amp;lt;ALL&amp;gt; Manager will not be able to open the application.&lt;/P&gt;&lt;P&gt;2) Will not be able to see everything because it doesn't work for manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should create authorization bridge, see attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vitalii&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2018 11:11:15 GMT</pubDate>
    <dc:creator>vitaliichupryna</dc:creator>
    <dc:date>2018-11-06T11:11:15Z</dc:date>
    <item>
      <title>Section Access question</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-question/m-p/110363#M7562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I'm trying to implement section access in Qlik Sense - last time I even looked at Section Access was some years ago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to implement a mechanism where I can give certain users access to all the reduction values even those not listed in the section access - let me illustrate with an example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: terminal, monaco;"&gt;SECTION ACCESS;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; font-size: 8pt; color: #0000ff;"&gt;LOAD * Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; font-size: 8pt; color: #0000ff;"&gt;ACCESS, USERID, PRODUCT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; font-size: 8pt; color: #0000ff;"&gt;ADMIN, ADMIN1, *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; font-size: 8pt; color: #0000ff;"&gt;USER, MANAGER1, *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; font-size: 8pt; color: #0000ff;"&gt;USER, USER1, A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; font-size: 8pt; color: #0000ff;"&gt;USER, USER2, B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; font-size: 8pt; color: #0000ff;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: terminal, monaco;"&gt;SECTION APPLICATION;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; font-size: 8pt; color: #0000ff;"&gt;LOAD * Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; font-size: 8pt; color: #0000ff;"&gt;PRODUCT, Data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; font-size: 8pt; color: #0000ff;"&gt;A,2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; font-size: 8pt; color: #0000ff;"&gt;A,3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; font-size: 8pt; color: #0000ff;"&gt;B,4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; font-size: 8pt; color: #0000ff;"&gt;B,3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; font-size: 8pt; color: #0000ff;"&gt;C,5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; font-size: 8pt; color: #0000ff;"&gt;C,4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: terminal, monaco;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am guessing here that both the ADMIN and the MANAGER1 will have access to PRODUCT values A and B &lt;SPAN style="text-decoration: underline;"&gt;but not&lt;/SPAN&gt; C as this (the value C) is not used in any of the reduction statements for the rest of the users. &lt;/P&gt;&lt;P&gt;I saw somewhere online (but it was from 2014 and referred to QlikView) that simply adding a reduction value that &lt;STRONG&gt;is not a wildcard&lt;/STRONG&gt; (i.e. *) and &lt;STRONG&gt;does not exist in the reduction field&lt;/STRONG&gt; (PRODUCT in this case) has the effect that I want which is to give a user access to all values irrespective of whether they are used in the reduction definition or not.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Questions&lt;/SPAN&gt;: &lt;/P&gt;&lt;P&gt;1) Would changing:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10.6667px; font-family: terminal, monaco;"&gt;USER, MANAGER1, *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10.6667px; font-family: terminal, monaco;"&gt;USER, MANAGER1, &amp;lt;ALL&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;have the effect that I want for MANAGER1?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2) What happens to ADMIN after the above - will she/he also see everything as they too now will see the &amp;lt;ALL&amp;gt; reduction?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If the above is not going to work how have people implemented "Managerial" access to dynamic fields (used in reduction for non-managerial users) that have too many values to allow manual input of every combination that exists in the data?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks in advance&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 09:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-question/m-p/110363#M7562</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2018-11-06T09:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access question</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-question/m-p/110364#M7563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If you just change * to &amp;lt;ALL&amp;gt; Manager will not be able to open the application.&lt;/P&gt;&lt;P&gt;2) Will not be able to see everything because it doesn't work for manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should create authorization bridge, see attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vitalii&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 11:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-question/m-p/110364#M7563</guid>
      <dc:creator>vitaliichupryna</dc:creator>
      <dc:date>2018-11-06T11:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access question</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-question/m-p/110365#M7564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there Vitalii &lt;/P&gt;&lt;P&gt;Your approach works fine (I just added a DISTINCT statement in the LOAD statement for efficiency), so I will award the "Correct Answer" - I am still intrigued by the Qlik video from Qlik Support entitled Section Access Best Practises - see&amp;nbsp; &lt;A href="https://youtu.be/Cq4QzR9s7AA"&gt;https://youtu.be/Cq4QzR9s7AA ) which seems to support my suggested approach - care to comment once you've seen it?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T‌hanks&lt;/P&gt;&lt;P&gt;Alexis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 02:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-question/m-p/110365#M7564</guid>
      <dc:creator>alexis</dc:creator>
      <dc:date>2018-11-07T02:37:20Z</dc:date>
    </item>
  </channel>
</rss>

