<?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: No Access for USER - Section Access in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/No-Access-for-USER-Section-Access/m-p/1607888#M45105</link>
    <description>&lt;P&gt;Since the authorization is on multiple field it is better to follow the blog mentioned to u earlier.&lt;/P&gt;&lt;P&gt;Or else you can continue by assigning&amp;nbsp; the ADMIN access type to users as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jul 2019 08:36:33 GMT</pubDate>
    <dc:creator>miskinmaz</dc:creator>
    <dc:date>2019-07-31T08:36:33Z</dc:date>
    <item>
      <title>No Access for USER - Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/No-Access-for-USER-Section-Access/m-p/1607822#M45098</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have a problem with QlikSense Server&amp;nbsp;respectively an App.&lt;/P&gt;&lt;P&gt;The App has an Section Access and is published on a stream. The&amp;nbsp;section access work correctly,&amp;nbsp;but &amp;nbsp;user with &lt;SPAN&gt;ACCESS Level&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;USER&lt;/STRONG&gt;&amp;nbsp; can’t login into the App. &amp;nbsp;access denied.&amp;nbsp;Only when I change the rights to &lt;STRONG&gt;ADMIN&lt;/STRONG&gt;, do they come on the App. For these users there are no further restrictions&lt;/P&gt;&lt;P&gt;I checked the user id, the Licensing, restart the Server, close any Browser, and so on. Nothing works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any ideas!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/No-Access-for-USER-Section-Access/m-p/1607822#M45098</guid>
      <dc:creator>sroettger</dc:creator>
      <dc:date>2024-11-16T05:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: No Access for USER - Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/No-Access-for-USER-Section-Access/m-p/1607833#M45100</link>
      <description>&lt;P&gt;You can't keep blank cell or no data for authorization with Access type User.&lt;/P&gt;&lt;P&gt;Can you explain in detail on what field the authorization is handled.&lt;/P&gt;&lt;P&gt;If it is a complex authorization on multiple field you can follow Henric blog:&lt;/P&gt;&lt;P&gt;&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;</description>
      <pubDate>Wed, 31 Jul 2019 06:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/No-Access-for-USER-Section-Access/m-p/1607833#M45100</guid>
      <dc:creator>miskinmaz</dc:creator>
      <dc:date>2019-07-31T06:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: No Access for USER - Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/No-Access-for-USER-Section-Access/m-p/1607848#M45101</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Here is the Code:&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;SELECT&lt;BR /&gt;[ACCESS]&lt;BR /&gt;,[USERID]&lt;BR /&gt;,upper([VERTRIEB]) as [FACTURA.VERTRIEB]&lt;BR /&gt;,upper([NIEDERLASSUNG]) as [FACTURA.NIEDERLASSUNG]&lt;BR /&gt;&lt;BR /&gt;FROM [Qlik].[dbo].[vPermission]&lt;BR /&gt;WHERE [Qlik].[dbo].[vPermission].IDApp=2;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here is a screenshot of the table:&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Unbenannt.PNG" style="width: 636px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16285i22EC2EC185ECC428/image-size/large?v=v2&amp;amp;px=999" role="button" title="Unbenannt.PNG" alt="Unbenannt.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 07:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/No-Access-for-USER-Section-Access/m-p/1607848#M45101</guid>
      <dc:creator>sroettger</dc:creator>
      <dc:date>2019-07-31T07:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: No Access for USER - Section Access</title>
      <link>https://community.qlik.com/t5/App-Development/No-Access-for-USER-Section-Access/m-p/1607888#M45105</link>
      <description>&lt;P&gt;Since the authorization is on multiple field it is better to follow the blog mentioned to u earlier.&lt;/P&gt;&lt;P&gt;Or else you can continue by assigning&amp;nbsp; the ADMIN access type to users as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 08:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/No-Access-for-USER-Section-Access/m-p/1607888#M45105</guid>
      <dc:creator>miskinmaz</dc:creator>
      <dc:date>2019-07-31T08:36:33Z</dc:date>
    </item>
  </channel>
</rss>

