<?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: data level security using section access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392484#M146384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please read HIC white paper on section access:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3453"&gt;Authorization using a Hierarchy&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2015 13:01:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-20T13:01:59Z</dc:date>
    <item>
      <title>data level security using section access</title>
      <link>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392476#M146376</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;Please anyone explain &lt;STRONG&gt;data level security&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance...............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 03:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392476#M146376</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2013-04-24T03:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: data level security using section access</title>
      <link>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392477#M146377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using section access you can provide user login and password to user's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp; If user is pertaining&amp;nbsp; xyz division you you can restrict that user to view his division only.&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp; If you want to control module wise security you can give required tabs to users only.&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp; Object level security can achive using section access.&lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp; This can applied as per your bussiness logic and user requirement analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 06:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392477#M146377</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-04-24T06:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: data level security using section access</title>
      <link>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392478#M146378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this code,Section access code must be in first tab in script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER, USER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER1, USER1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, USER2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER3, USER3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER4, USER4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp; USERID, COUNTRY&amp;nbsp;&amp;nbsp;&amp;nbsp; ......here you can chnge field name, put your field name upon you want to reduce data&lt;/P&gt;&lt;P&gt;&amp;nbsp; USER, North America&lt;/P&gt;&lt;P&gt;&amp;nbsp; USER1, Scandinavia&lt;/P&gt;&lt;P&gt;&amp;nbsp; USER2, South America&lt;/P&gt;&lt;P&gt;&amp;nbsp; USER3, South America&lt;/P&gt;&lt;P&gt;&amp;nbsp; USER4, Europe&lt;/P&gt;&lt;P&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;than go to document properties, opening, make sure the check box { initial data reduction based on section access} is checked...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; and search for section access document at comuunity, you will find a very good detail documnt.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this help....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 08:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392478#M146378</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-04-24T08:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: data level security using section access</title>
      <link>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392479#M146379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi khan,&lt;/P&gt;&lt;P&gt;but i have so many users .......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i use inline table or any other option...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 09:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392479#M146379</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2013-04-24T09:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: data level security using section access</title>
      <link>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392480#M146380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access Detail Document link attached..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look on it,then it will be easy for you,&lt;/P&gt;&lt;P&gt;every thing is described step by step, and very easy to understand..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link loading" href="https://community.qlik.com/docs/DOC-1853"&gt;http://community.qlik.com/docs/DOC-1853&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case of any confusion, feel free to ask..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 18:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392480#M146380</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-04-24T18:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: data level security using section access</title>
      <link>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392481#M146381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas Mahajan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Section Access how can we restrict data only xyz division( 1 point you mentioned above).&lt;/P&gt;&lt;P&gt;share the steps to do process and screen shots its urgent basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Khasim. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 11:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392481#M146381</guid>
      <dc:creator>khasimvali85</dc:creator>
      <dc:date>2015-11-20T11:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: data level security using section access</title>
      <link>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392482#M146382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer this &lt;A href="https://community.qlik.com/message/599893"&gt;Section access on sheet level&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/851767"&gt;Sheet Section Access by Group&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 12:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392482#M146382</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-11-20T12:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: data level security using section access</title>
      <link>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392483#M146383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please find the below script as well as attached Excel. Hope it helps.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Section Access;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Star is *;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD ACCESS,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMP_CODE,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEPT_CODE,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH01,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH02,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH03,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH04,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH05&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SECTION Application;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD //ACCESS,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //COMP_CODE,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //DEPT_CODE,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH01,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH02,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH03,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH04,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH05&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 12:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392483#M146383</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-11-20T12:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: data level security using section access</title>
      <link>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392484#M146384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please read HIC white paper on section access:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3453"&gt;Authorization using a Hierarchy&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 13:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/data-level-security-using-section-access/m-p/392484#M146384</guid>
      <dc:creator />
      <dc:date>2015-11-20T13:01:59Z</dc:date>
    </item>
  </channel>
</rss>

