<?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: sheet level section access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sheet-level-section-access/m-p/740072#M264379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sheet level access works in access point.&lt;/P&gt;&lt;P&gt;May be this file help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username-&amp;nbsp; DEV&lt;/P&gt;&lt;P&gt;password- DEV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2015 09:54:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-04T09:54:30Z</dc:date>
    <item>
      <title>sheet level section access</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-level-section-access/m-p/740070#M264377</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;&amp;nbsp;&amp;nbsp; I am trying to implement sheet level section access which is working fine on my local&lt;/P&gt;&lt;P&gt;&amp;nbsp; when i tried implementing the same on shared drive it is not working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Any help would be appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 09:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-level-section-access/m-p/740070#M264377</guid>
      <dc:creator />
      <dc:date>2015-03-04T09:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: sheet level section access</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-level-section-access/m-p/740071#M264378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to tell us &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;how&lt;/EM&gt;&lt;/SPAN&gt; you have done it, otherwise it is difficult to answer your question. It should however be possible to use a show condition like USER='JIM' or USERGROUP='FINANCE', provided that &lt;SPAN style="font-size: 13.3333330154419px;"&gt;USER &lt;/SPAN&gt;or &lt;SPAN style="font-size: 13.3333330154419px;"&gt;USERGROUP &lt;/SPAN&gt;are fields that exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also &lt;A href="https://community.qlik.com/qlik-blogpost/3762"&gt;Data Reduction – Yes, but How?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 09:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-level-section-access/m-p/740071#M264378</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-03-04T09:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: sheet level section access</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-level-section-access/m-p/740072#M264379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sheet level access works in access point.&lt;/P&gt;&lt;P&gt;May be this file help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username-&amp;nbsp; DEV&lt;/P&gt;&lt;P&gt;password- DEV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 09:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-level-section-access/m-p/740072#M264379</guid>
      <dc:creator />
      <dc:date>2015-03-04T09:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: sheet level section access</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-level-section-access/m-p/740073#M264380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have implemented like this&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;ACCESS,NTNAME,GROUP&lt;/P&gt;&lt;P&gt;ADMIN,XXXXX,ALL&lt;/P&gt;&lt;P&gt;USER,XXXXX,GROUP1]&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;MATRIX:&lt;/P&gt;&lt;P&gt;LOAD * INLINE[&lt;/P&gt;&lt;P&gt;GROUP,SHEET1,SHEET2,SHEET3&lt;/P&gt;&lt;P&gt;ALL,1,1,1&lt;/P&gt;&lt;P&gt;GROUP1,1,0,1];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the sheet i have write this condition sum(SHEET1)&amp;gt;=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working fine in local but when i implement the same on shared drive it is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 10:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-level-section-access/m-p/740073#M264380</guid>
      <dc:creator />
      <dc:date>2015-03-04T10:09:23Z</dc:date>
    </item>
  </channel>
</rss>

