<?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 Sheet hiding Issue based on user role in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300966#M842808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not talking about document CALs. If you do not have any, you cannot assign them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What CAL type are you using then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use custom users, then what does a typical &lt;SPAN style="font-size: 13.3333px;"&gt;NTNAME &lt;/SPAN&gt;entry in Section Access look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW &lt;EM&gt;SSO&lt;/EM&gt; only works with Active Directory. That led me to make the wrong assumptions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Apr 2017 12:40:27 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2017-04-13T12:40:27Z</dc:date>
    <item>
      <title>Section access Sheet hiding Issue based on user role</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300957#M842799</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;&lt;/P&gt;&lt;P&gt;iam working on section access with NTNAME&lt;/P&gt;&lt;P&gt;and here in my qlik document i have 2 sheets&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here my requirement is show sheets based on logged in user role through SSO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sheet 1 should be visible&amp;nbsp; for manager roles&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example 1: if apple1 user logged throuh SSO Sheet 1 should be visible&lt;/P&gt;&lt;P&gt;example 2: if apple2 user logged throuh SSO Sheet 1 should not be visible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ISSUE: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; in local desktop its working fine when i uploded into publisher and i try&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;to access qlik document through sso iam able to see qlik dash board in access point&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;when i try to click on dashboard its again asking me to enter Username and password &lt;/EM&gt;&lt;EM&gt;credentials how to get out of it&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="; color: #33cccc;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;in ShowSheet&lt;/SPAN&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;=match(&lt;SPAN style="font-size: 13.3333px;"&gt;USERROLE&lt;/SPAN&gt;,'MANAGER')&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;SCRIPT:&lt;/STRONG&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, COMPANY, USERROLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN,ADMIN,*,*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER,&lt;SPAN style="font-size: 13.3333px;"&gt;APPLE1&lt;/SPAN&gt;,APPLE,MANAGER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER,APPLE2,APPLE,SUPERVISOR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER,APPLE3,APPLE,EXECUTIVE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER,SAMSUNG1,SAMSUNG,MANAGER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER,SAMSUNG2,SAMSUNG,SUPERVISOR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER,SAMSUNG3,SAMSUNG,EXECUTIVE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER,MICROSOFT1,MICROSOFT,MANAGER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER,MICROSOFT2,MICROSOFT,SUPERVISOR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER,MICROSOFT3,MICROSOFT,EXECUTIVE&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roles:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Id ,USERROLE&lt;/P&gt;&lt;P&gt;1 ,MANAGER&lt;/P&gt;&lt;P&gt;2 ,SUPERVISOR&lt;/P&gt;&lt;P&gt;3 ,EXECUTIVE&lt;/P&gt;&lt;P&gt;4 ,ACCOUNTANT&lt;/P&gt;&lt;P&gt;5 ,ADMINISTRATORS&lt;/P&gt;&lt;P&gt;6 ,USERS&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;EntityId,Name,Val,COMPANY&lt;/P&gt;&lt;P&gt;1 ,Steve,33,APPLE&lt;/P&gt;&lt;P&gt;2 ,Dark,44,APPLE&lt;/P&gt;&lt;P&gt;3 ,Raman,33,SAMSUNG&lt;/P&gt;&lt;P&gt;4 ,Sanju,32,SAMSUNG&lt;/P&gt;&lt;P&gt;5 ,santya,232,MICROSOFT&lt;/P&gt;&lt;P&gt;6 ,Raj,22,MICROSOFT&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;plesese see the app for verification&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note : &lt;/STRONG&gt;Pleas enable&amp;nbsp; Initial Data Reduction Based On Section access while your testing and rename USERID column to NTNAME FOR YOUR TESTING(ADD YOUR DOMAIN NAME IN RECORDS )&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/135428" target="_blank"&gt;gaballester&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/15823" target="_blank"&gt;swuehl&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/4484" target="_blank"&gt;stevedark&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/218859" target="_blank"&gt;loveisfail&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/4003" target="_blank"&gt;hic&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/36145" target="_blank"&gt;adamdavi3s&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/47027" target="_blank"&gt;dvqlikview&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300957#M842799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Section access Sheet hiding Issue based on user role</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300958#M842800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is probably nothing wrong with your application or with Section Access. At least it works for me without a hitch. But I know for sure that my SSO is working ok, and maybe yours isn't. You're getting a new request for credentials because the QVS doesn't know who you are or your SSO may be badly configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you poast a screenshot of the dialog box that asks for credentials? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Apr 2017 16:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300958#M842800</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-04-11T16:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Section access Sheet hiding Issue based on user role</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300959#M842801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="COMMU.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159843_COMMU.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/3540"&gt;pcammaert&lt;/A&gt; &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 10:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300959#M842801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-12T10:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Section access Sheet hiding Issue based on user role</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300960#M842802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like I'm right in assuming that your document is OK, but your QlikView services may be configured to avoid SSO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post a screenshot of QMC-&amp;gt;System-&amp;gt;Setup-&amp;gt;QlikView Web Servers-&amp;gt;&lt;EM&gt;Your QlikView seb server&lt;/EM&gt;-&amp;gt;Authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most probably, you have the&lt;EM&gt; Login Address&lt;/EM&gt; value set to &lt;SPAN style="text-decoration: underline;"&gt;Alternate login page&lt;/SPAN&gt;... This results in SSO not being available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 08:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300960#M842802</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-04-13T08:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Section access Sheet hiding Issue based on user role</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300961#M842803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="comunity3.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159946_comunity3.png" style="height: 258px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is my present settings which one do you suggest &lt;A href="https://community.qlik.com/qlik-users/3540"&gt;pcammaert&lt;/A&gt;‌&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 09:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300961#M842803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-13T09:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Section access Sheet hiding Issue based on user role</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300962#M842804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple, set Login Address back to "Default login".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the current configuration, you are forcing QlikView to always authenticate (whether SSO already knows who is ringing the door bell or not) and use the QlikView login page to get the credentials.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 10:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300962#M842804</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-04-13T10:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Section access Sheet hiding Issue based on user role</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300963#M842805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="comm4.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/159966_comm4.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This Time it is showing like this any other suggestion? &lt;A href="https://community.qlik.com/qlik-users/3540"&gt;pcammaert&lt;/A&gt;‌&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 10:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300963#M842805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-13T10:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Section access Sheet hiding Issue based on user role</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300964#M842806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently the user with which you are trying to access the document (probably a Windows login through SSO, otherwise the server would first ask you for credentials) is not the same user as the one to which CALs or access permissions have been assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has all to do with your server configuration. Check whether the accountname in the top left corner of the AccessPoint landing page is the same as the one to which a CAL has been assigned, and identical to one of the NTNAME entries in your Section Access table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 11:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300964#M842806</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-04-13T11:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Section access Sheet hiding Issue based on user role</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300965#M842807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i haven't assigned any document CAL's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;due to as per my publisher licence we do not have that Document CAL's tab in my publisher how can i handle this issue with out document cal's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and i am using Configurable ODBC users in section access table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and i am logged through &lt;STRONG&gt;SSO with qlik web ticket process&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 12:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300965#M842807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-13T12:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Section access Sheet hiding Issue based on user role</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300966#M842808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not talking about document CALs. If you do not have any, you cannot assign them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What CAL type are you using then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use custom users, then what does a typical &lt;SPAN style="font-size: 13.3333px;"&gt;NTNAME &lt;/SPAN&gt;entry in Section Access look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW &lt;EM&gt;SSO&lt;/EM&gt; only works with Active Directory. That led me to make the wrong assumptions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 12:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-Sheet-hiding-Issue-based-on-user-role/m-p/1300966#M842808</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-04-13T12:40:27Z</dc:date>
    </item>
  </channel>
</rss>

