<?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: security? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/security/m-p/1169339#M908394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would rather not use section access in this case - it's possible of course but the real purpose of section access is to restrict data (vertically and/or horizontally) within one application. If you only need to control which user could access an application you could do it with appropriate permissions within the file-system (by using NT) or on the document itself (by using DMS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2016 11:34:13 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-06-22T11:34:13Z</dc:date>
    <item>
      <title>security?</title>
      <link>https://community.qlik.com/t5/QlikView/security/m-p/1169336#M908391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 separate&amp;nbsp; dashboards&lt;/P&gt;&lt;P&gt;1)sales.qvw &lt;/P&gt;&lt;P&gt;2) hr.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this scenario I have one manager and&amp;nbsp; 2 employees&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;manager&lt;/P&gt;&lt;P&gt;emp1&lt;/P&gt;&lt;P&gt;emp2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here emp1 should access sales.qvw and&lt;/P&gt;&lt;P&gt;emp2 should access only HR.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but manager will have permission to access both dashboards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to implement section access for this&amp;nbsp;&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls give me an idea ?&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/security/m-p/1169336#M908391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: security?</title>
      <link>https://community.qlik.com/t5/QlikView/security/m-p/1169337#M908392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to implement this through Access Point.. If yes, give authorization accordingly.&lt;/P&gt;&lt;P&gt;i.e. manager both app&lt;/P&gt;&lt;P&gt;emp1 sales.qvw&lt;/P&gt;&lt;P&gt;emp2 HR.qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 08:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security/m-p/1169337#M908392</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-06-22T08:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: security?</title>
      <link>https://community.qlik.com/t5/QlikView/security/m-p/1169338#M908393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi commonqlik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a few approaches here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If you are using Access Point, assign Doc CALs to the appropriate users.&lt;/P&gt;&lt;P&gt;2. If could use Section Access that allows certain users access to documents (see &lt;A href="https://community.qlik.com/docs/DOC-1853"&gt;Introduction to Section Access&lt;/A&gt; or &lt;A href="https://community.qlik.com/docs/DOC-5917"&gt;QlikView Section Access Examples&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;3. If there are always going to be the 3 same users, you could use the &lt;SPAN style="color: #0000ff;"&gt;OSUser&lt;/SPAN&gt;() function combined with conditional show to hide sheets for these users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally, I would always go with Section Access when it comes to security.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 08:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security/m-p/1169338#M908393</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-06-22T08:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: security?</title>
      <link>https://community.qlik.com/t5/QlikView/security/m-p/1169339#M908394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would rather not use section access in this case - it's possible of course but the real purpose of section access is to restrict data (vertically and/or horizontally) within one application. If you only need to control which user could access an application you could do it with appropriate permissions within the file-system (by using NT) or on the document itself (by using DMS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2016 11:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/security/m-p/1169339#M908394</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-06-22T11:34:13Z</dc:date>
    </item>
  </channel>
</rss>

