<?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 in Qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Section-Access-in-Qliksense/m-p/1873159#M72033</link>
    <description>&lt;P data-unlink="true"&gt;You can now test our new Product &lt;A title="Qlik Section Access Managment" href="https://www.ebiexperts.com/products/qlik-sense-section-access-sam/" target="_blank" rel="noopener"&gt;SAM&lt;/A&gt; that will fully automate Section Access Generation product.&lt;/P&gt;
&lt;P data-unlink="true"&gt;It is no longer necessary to maintain a section access list in Excel or in your database, SAM offers you a complete web application that will secure all your data accesses.&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;BR /&gt;A user can request access to an application with a simple form. Then administrators get notified and can assign the RESTRICTIONS and OMITS from the proposed fields values. User access are generated from on a single line per user, no need to generate tedious cartesian products and include all values to get a "*" value working correctly .&lt;/P&gt;
&lt;P data-unlink="true"&gt;Moreover SAM is able to generate an automatic access section &lt;STRONG&gt;from the authorizations of the QMC&lt;/STRONG&gt;, and &lt;STRONG&gt;Reverse Engineer existing section Access&lt;/STRONG&gt; a time saving for simple cases.&lt;/P&gt;
&lt;P data-unlink="true"&gt;More details on our &lt;A href="https://www.ebiexperts.com/products/qlik-sense-section-access-sam/" target="_self"&gt;website&lt;/A&gt; or contact me at &lt;A href="mailto:jp.golay@ebiexperts.com" target="_blank" rel="noopener"&gt;jp.golay@ebiexperts.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jp_golay_0-1639987982182.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68912i6129EB9A9DFF8062/image-size/large?v=v2&amp;amp;px=999" role="button" title="jp_golay_0-1639987982182.png" alt="jp_golay_0-1639987982182.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 08:41:16 GMT</pubDate>
    <dc:creator>jp_golay</dc:creator>
    <dc:date>2021-12-20T08:41:16Z</dc:date>
    <item>
      <title>Section Access in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-in-Qliksense/m-p/1724085#M55103</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;Could anyone help me on implementation of section access in Qliksense. I have tried in many ways but somewhere the logic is not working properly.&lt;/P&gt;&lt;P&gt;My script is here&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;BR /&gt;STAR is *;&lt;BR /&gt;SA:&lt;BR /&gt;LOAD&lt;BR /&gt;UPPER(USERID) AS USERID,&lt;BR /&gt;upper(ACCESS) AS ACCESS,&lt;BR /&gt;upper(subfield(MARKET,';')) AS MARKET,&lt;BR /&gt;upper(subfield(BG,';')) AS BG,&lt;BR /&gt;upper(subfield(BU,';')) AS BU,&lt;BR /&gt;REDUCTION AS REDUCTION&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;[lib://----/SectionAccessxlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet4)&lt;BR /&gt;WHERE NOT IsNull(USERID) and Active='Y';&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;load Distinct 'ADMIN' AS ACCESS,&lt;BR /&gt;'ID\DUMMY' AS USERID,&lt;BR /&gt;'NUM' as REDUCTION,&lt;BR /&gt;Upper(Market) as MARKET,&lt;BR /&gt;Upper(BG) as BG,&lt;BR /&gt;Upper(BU) as BU&lt;/P&gt;&lt;P&gt;Resident Fact;&lt;BR /&gt;&lt;BR /&gt;SECTION Application;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622"&gt;@hic&lt;/a&gt;&amp;nbsp;,&lt;SPAN class="login-bold"&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628" target="_self"&gt;Sunny_talwar&lt;/A&gt;,&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28684" target="_self"&gt;Kaushiknsolanki&lt;/A&gt;,&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935" target="_self"&gt;Mayilvahanan&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-in-Qliksense/m-p/1724085#M55103</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2024-11-16T18:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-in-Qliksense/m-p/1724327#M55129</link>
      <description>&lt;P&gt;Any inputs folks??&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 07:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-in-Qliksense/m-p/1724327#M55129</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2020-07-02T07:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-in-Qliksense/m-p/1724384#M55133</link>
      <description>&lt;P&gt;You need to describe the symptoms of the problem: What is it that doesn't work?&lt;/P&gt;&lt;P&gt;However, I can right away see that you use multiple reducing fields, and that often causes problem. See more on&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Basics-for-complex-authorization/ba-p/1465872" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Basics-for-complex-authorization/ba-p/1465872&lt;/A&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 09:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-in-Qliksense/m-p/1724384#M55133</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2020-07-02T09:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-in-Qliksense/m-p/1724817#M55192</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Henric_Cronström&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thanks for suggesting and I followed the same which you have mentioned in article.But not working as expected, getting access denied error. Am i missing anything in implementing the logic?&lt;/P&gt;&lt;P&gt;Is any settings needs to be changed in Qliksense QMC? Please advise.&lt;/P&gt;&lt;TABLE width="439"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64"&gt;Active&lt;/TD&gt;&lt;TD width="64"&gt;ACCESS&lt;/TD&gt;&lt;TD width="119"&gt;USERID&lt;/TD&gt;&lt;TD width="64"&gt;MARKET&lt;/TD&gt;&lt;TD width="64"&gt;BG&lt;/TD&gt;&lt;TD width="64"&gt;BU&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;xxx\1234567&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;HEALTH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;xxx\1234567&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;PERSONAL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Y&lt;/TD&gt;&lt;TD&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;xxx\2567856&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;BR /&gt;STAR is *;&lt;BR /&gt;SA:&lt;BR /&gt;LOAD [MARKET] &amp;amp;'|'&amp;amp; [BG] &amp;amp;'|'&amp;amp; [BU] as %AuthID ,&lt;BR /&gt;UPPER(USERID) AS USERID,&lt;BR /&gt;upper(ACCESS) AS ACCESS&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[lib://SA/Test/Datamodel/SectionAccess.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet4)&lt;BR /&gt;WHERE NOT IsNull(USERID) and Active='Y';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Load [Market] &amp;amp;'|'&amp;amp; [BU] &amp;amp;'|'&amp;amp; [BU] as AuthID ,&lt;BR /&gt;[Market] &amp;amp;'|'&amp;amp; [BG ] &amp;amp;'|'&amp;amp; [BU] as %AuthID&lt;BR /&gt;Resident Fact ;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Load [Market] &amp;amp;'|'&amp;amp; [BG] &amp;amp;'|'&amp;amp; [BU] as AuthID ,&lt;BR /&gt;[Market] &amp;amp;'|'&amp;amp; [BG] &amp;amp;'|'&amp;amp; '&amp;lt;ANY&amp;gt;' as %AuthID&lt;BR /&gt;Resident Fact ;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Load [Market] &amp;amp;'|'&amp;amp; [BG] &amp;amp;'|'&amp;amp; [BU] as AuthID ,&lt;BR /&gt;[Market] &amp;amp;'|'&amp;amp; '&amp;lt;ANY&amp;gt;' &amp;amp;'|'&amp;amp; [BU] as %AuthID&lt;BR /&gt;Resident Fact ;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Load [Market] &amp;amp;'|'&amp;amp; [BG] &amp;amp;'|'&amp;amp; [BU] as AuthID ,&lt;BR /&gt;'&amp;lt;ANY&amp;gt;' &amp;amp;'|'&amp;amp; [BG] &amp;amp;'|'&amp;amp; [BU] as %AuthID&lt;BR /&gt;Resident Fact ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 13:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-in-Qliksense/m-p/1724817#M55192</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2020-07-03T13:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-in-Qliksense/m-p/1873159#M72033</link>
      <description>&lt;P data-unlink="true"&gt;You can now test our new Product &lt;A title="Qlik Section Access Managment" href="https://www.ebiexperts.com/products/qlik-sense-section-access-sam/" target="_blank" rel="noopener"&gt;SAM&lt;/A&gt; that will fully automate Section Access Generation product.&lt;/P&gt;
&lt;P data-unlink="true"&gt;It is no longer necessary to maintain a section access list in Excel or in your database, SAM offers you a complete web application that will secure all your data accesses.&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;BR /&gt;A user can request access to an application with a simple form. Then administrators get notified and can assign the RESTRICTIONS and OMITS from the proposed fields values. User access are generated from on a single line per user, no need to generate tedious cartesian products and include all values to get a "*" value working correctly .&lt;/P&gt;
&lt;P data-unlink="true"&gt;Moreover SAM is able to generate an automatic access section &lt;STRONG&gt;from the authorizations of the QMC&lt;/STRONG&gt;, and &lt;STRONG&gt;Reverse Engineer existing section Access&lt;/STRONG&gt; a time saving for simple cases.&lt;/P&gt;
&lt;P data-unlink="true"&gt;More details on our &lt;A href="https://www.ebiexperts.com/products/qlik-sense-section-access-sam/" target="_self"&gt;website&lt;/A&gt; or contact me at &lt;A href="mailto:jp.golay@ebiexperts.com" target="_blank" rel="noopener"&gt;jp.golay@ebiexperts.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jp_golay_0-1639987982182.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68912i6129EB9A9DFF8062/image-size/large?v=v2&amp;amp;px=999" role="button" title="jp_golay_0-1639987982182.png" alt="jp_golay_0-1639987982182.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 08:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-in-Qliksense/m-p/1873159#M72033</guid>
      <dc:creator>jp_golay</dc:creator>
      <dc:date>2021-12-20T08:41:16Z</dc:date>
    </item>
  </channel>
</rss>

