<?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 section access? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/section-access/m-p/819095#M1019109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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, 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, GK, 1234&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, GKC, 1234&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;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USERID,SHEET ID&lt;/P&gt;&lt;P&gt;ADMIN,*&lt;/P&gt;&lt;P&gt;GKC,SH03&lt;/P&gt;&lt;P&gt;GK,SH02&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi this is my script &lt;/P&gt;&lt;P&gt;i want see for admin all sheets but i cant ?&lt;/P&gt;&lt;P&gt;the reason is i have written condition in sheet level like&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(userid='gkc',1,0)&amp;nbsp; ( imade capital letters only)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to see all sheets while admin login ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 10:18:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-30T10:18:04Z</dc:date>
    <item>
      <title>section access?</title>
      <link>https://community.qlik.com/t5/QlikView/section-access/m-p/819095#M1019109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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, 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, GK, 1234&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, GKC, 1234&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;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USERID,SHEET ID&lt;/P&gt;&lt;P&gt;ADMIN,*&lt;/P&gt;&lt;P&gt;GKC,SH03&lt;/P&gt;&lt;P&gt;GK,SH02&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi this is my script &lt;/P&gt;&lt;P&gt;i want see for admin all sheets but i cant ?&lt;/P&gt;&lt;P&gt;the reason is i have written condition in sheet level like&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(userid='gkc',1,0)&amp;nbsp; ( imade capital letters only)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to see all sheets while admin login ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access/m-p/819095#M1019109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-30T10:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: section access?</title>
      <link>https://community.qlik.com/t5/QlikView/section-access/m-p/819096#M1019110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(userid='gkc' or ACCESS='ADMIN',1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access/m-p/819096#M1019110</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-03-30T10:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: section access?</title>
      <link>https://community.qlik.com/t5/QlikView/section-access/m-p/819097#M1019111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi!&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;Try this&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;if(userid='gkc' or userid='admin',1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access/m-p/819097#M1019111</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-03-30T10:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: section access?</title>
      <link>https://community.qlik.com/t5/QlikView/section-access/m-p/819098#M1019112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hats off guys &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access/m-p/819098#M1019112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-30T10:25:21Z</dc:date>
    </item>
  </channel>
</rss>

