<?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 probelm in access point in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211656#M388584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't it the same as what I've mentioned above!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Oct 2016 11:40:31 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2016-10-24T11:40:31Z</dc:date>
    <item>
      <title>section access probelm in access point</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211649#M388577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i have qlik view server &lt;/P&gt;&lt;P&gt;i want to create document that each user can see related tab&lt;/P&gt;&lt;P&gt;i have a table that contain my domain users and related tab like below&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;User_ID&lt;/TD&gt;&lt;TD&gt;SAMAccountFullName&lt;/TD&gt;&lt;TD&gt;access&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;729&lt;/TD&gt;&lt;TD&gt;MD1\o.ebrahimi&lt;/TD&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;733&lt;/TD&gt;&lt;TD&gt;MD1\qlikview&lt;/TD&gt;&lt;TD&gt;a,b,c&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;734&lt;/TD&gt;&lt;TD&gt;MD1\a.ghaffari&lt;/TD&gt;&lt;TD&gt;b&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i create my section access script like below:&lt;/P&gt;&lt;P&gt;section Access;&lt;/P&gt;&lt;P&gt;LOAD 'ADMIN' AS ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(SAMAccountFullName) as NTNAME;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Users;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section Application;&lt;/P&gt;&lt;P&gt;SELECT ucase(Users.SAMAccountFullName) AS NTNAME,&lt;/P&gt;&lt;P&gt; access&lt;/P&gt;&lt;P&gt;FROM Users&lt;SPAN style="font-size: 10pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i set this option like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="omid.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141647_omid.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this sample md1\o.ebrahimi just can see&amp;nbsp; tab 1 and md1\qlikview can see 1,2,3&lt;/P&gt;&lt;P&gt;with this setting in desktop mode i have no problem but in server it dose not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2016 12:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211649#M388577</guid>
      <dc:creator>omid5ive</dc:creator>
      <dc:date>2016-10-23T12:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: section access probelm in access point</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211650#M388578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'it doesn't work' means exactely what? What do you observe?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how have you set up the sheet control?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible, post a small sample QVW application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2016 12:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211650#M388578</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-10-23T12:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: section access probelm in access point</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211651#M388579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i attached my sample&lt;/P&gt;&lt;P&gt;i commented section access script&lt;/P&gt;&lt;P&gt;and i use below code for control the sheet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubStringCount(child, 'a')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2016 12:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211651#M388579</guid>
      <dc:creator>omid5ive</dc:creator>
      <dc:date>2016-10-23T12:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: section access probelm in access point</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211652#M388580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i login with md1\qlikview in access point every thing is ok but with other users when i click on dashboard on access point i redirect to login page&lt;BR /&gt;but when i copy reloaded dashboard in published folder and open dashboard with any users again every thing is ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2016 13:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211652#M388580</guid>
      <dc:creator>omid5ive</dc:creator>
      <dc:date>2016-10-23T13:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: section access probelm in access point</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211653#M388581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9039"&gt;Section Access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;especially at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8633"&gt;Section Access: Desktop vs Server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and the section about sheet and object level security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care to only publish QVWs to the server that are freshly reloaded (and that your service account user is added to the section access table).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2016 13:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211653#M388581</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-10-23T13:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: section access probelm in access point</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211654#M388582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your table to have flags for each sheet and &lt;/P&gt;&lt;P&gt;set conditional for each sheet for example Sheet1 = accessA,&amp;nbsp;&amp;nbsp; Sheet2= accessB&amp;nbsp; and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE height="92" style="border: 0px; font-size: 13px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;Lucida Grande&amp;quot;, sans-serif; color: rgb(61, 61, 61); width: 171px; height: 90px;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;User_ID&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;accessA&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;accessB&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;accessC&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;729&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;733&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;734&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&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;LOAD&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'ADMIN' AS 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;&amp;nbsp; upper(SAMAccountFullName) as NTNAME;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Users;&lt;/P&gt;&lt;P&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;SELECT ucase(Users.SAMAccountFullName) AS NTNAME,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;accessA,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;accessB,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;accessC&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Users&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2016 14:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211654#M388582</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-10-23T14:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: section access probelm in access point</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211655#M388583</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;could you try below approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;Section Access;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;LOAD ACCESS,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SAREP,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;'..\..\..\Dashboard\SectionAccess.xlsx'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;(ooxml, embedded labels, table is SA);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;Then you add the sheet access coding directly underneath&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;Section Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;Sheet_Security:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;LOAD USERS as NM,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH01,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH02,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH03,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH04,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH05,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH06,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH07,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH08&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;'..\..\..\Dashboard\SectionAccess.xlsx'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;(ooxml, embedded labels, table is SHEETS);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;My Section Access table looks like you would expect and the NM column is to specify their role, MGR or NON for different sheet access, i.e.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;NTNAME&amp;nbsp;&amp;nbsp; SAREP&amp;nbsp;&amp;nbsp; NM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;him&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Richard&amp;nbsp;&amp;nbsp; NON&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;her&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mike&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NON&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;mgr1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MGR&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;mgr2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MGR&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;and the Sheets Table looked like so:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;USERS&amp;nbsp; SH01&amp;nbsp; SH02&amp;nbsp; SH03.... SH07 SH08&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;NON&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;MGR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;Then set the condition property for each respective sheet to show if the flag for that sheet is 1, i.e.:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;SH08=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Calibri; font-size: 9.75pt;"&gt;&lt;SPAN style="background: white;"&gt;Then reload!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 03:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211655#M388583</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2016-10-24T03:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: section access probelm in access point</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211656#M388584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't it the same as what I've mentioned above!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 11:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211656#M388584</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-10-24T11:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: section access probelm in access point</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211657#M388585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;BR /&gt;"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and that your service account user is added to the section access table"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;can you explain it?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2016 05:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211657#M388585</guid>
      <dc:creator>omid5ive</dc:creator>
      <dc:date>2016-10-29T05:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: section access probelm in access point</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211658#M388586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you &lt;BR /&gt;but i have a lot of dashboard and i dont want to change my script in each dashboard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2016 05:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211658#M388586</guid>
      <dc:creator>omid5ive</dc:creator>
      <dc:date>2016-10-29T05:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: section access probelm in access point</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211659#M388587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create a text file with the section access script and import the same file within each app..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF you don't want to do section access on script then work this out in QMC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2016 08:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211659#M388587</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-10-29T08:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: section access probelm in access point</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211660#M388588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i created my section access like your explain&lt;BR /&gt;but i have another problem&lt;/P&gt;&lt;P&gt;i can just login with user that have maximum of access. when i login with another user it will direct me to login page&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2016 09:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211660#M388588</guid>
      <dc:creator>omid5ive</dc:creator>
      <dc:date>2016-10-29T09:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: section access probelm in access point</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211661#M388589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;finally i find the solution&lt;/P&gt;&lt;P&gt;i changed my section access like blow:&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&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'ADMIN' as ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper('Md1\'&amp;amp;SAMAccountFullName) as NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (SubStringCount(SAMAccountFullName,'qlikview')=0,User_ID,'*') as REDUCTION_KEY; &lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM 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;notice:&lt;BR /&gt;qlickview user is a user that qlikview server service is run with it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2016 07:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-probelm-in-access-point/m-p/1211661#M388589</guid>
      <dc:creator>omid5ive</dc:creator>
      <dc:date>2016-10-30T07:26:20Z</dc:date>
    </item>
  </channel>
</rss>

