<?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 not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077882#M465830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your approach is right to create the section access&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Mar 2016 06:44:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-03T06:44:19Z</dc:date>
    <item>
      <title>Sheet Level Section Access not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077874#M465822</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;Sheet level Section access is not working,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. EditScript &amp;gt; i created the script like below snippet.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SA.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/116706_SA.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;2. Before applied the code i enable the "Initial Data reduction on section access" and "Strict Exclusion".&lt;/P&gt;&lt;P&gt;3. reload the data and closed it.&lt;/P&gt;&lt;P&gt;4. now i try to open with user login, but here it was showing 4 sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can some one help me with this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Sub2u444&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 02:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077874#M465822</guid>
      <dc:creator />
      <dc:date>2016-03-03T02:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Level Section Access not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077875#M465823</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;In every sheet you have to write a condition in&lt;/P&gt;&lt;P&gt;Sheet Properties -&amp;gt; General -&amp;gt; Show Sheet -&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For &lt;SPAN style="font-size: 13.3333px;"&gt;SH01&lt;/SPAN&gt;: &lt;/P&gt;&lt;P&gt;Only({&amp;lt;SHEETID={'SH01'}&amp;gt;} USERID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;For &lt;SPAN style="font-size: 13.3333px;"&gt;SH02&lt;/SPAN&gt;: &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Only({&amp;lt;SHEETID={'&lt;SPAN style="font-size: 13.3333px;"&gt;SH02&lt;/SPAN&gt;'}&amp;gt;} USERID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 03:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077875#M465823</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-03T03:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Level Section Access not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077876#M465824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;To be precise:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sheet Properties -&amp;gt; General -&amp;gt; Show Sheet -&amp;gt;Conditional : expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&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 style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;For &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SH01&lt;/SPAN&gt;:&lt;/P&gt;&lt;P style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;=USERID=&lt;/STRONG&gt;Only({&amp;lt;SHEETID={'SH01'}&amp;gt;} USERID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;For &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SH02&lt;/SPAN&gt;:&lt;/P&gt;&lt;P style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=USERID=&lt;/STRONG&gt;&lt;/SPAN&gt;Only({&amp;lt;SHEETID={'&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SH02&lt;/SPAN&gt;'}&amp;gt;} USERID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 04:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077876#M465824</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-03T04:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Level Section Access not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077877#M465825</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;I used the below condition, its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Only({&amp;lt;SHEETID={'SH01'}&amp;gt;} USERID) -- Sheet1&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: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Only({&amp;lt;SHEETID={'SH02'}&amp;gt;} USERID) -- Sheet2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sub2u444&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 05:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077877#M465825</guid>
      <dc:creator />
      <dc:date>2016-03-03T05:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Level Section Access not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077878#M465826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I used the below condition, its not working.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Only({&amp;lt;SHEETID={'SH01'}&amp;gt;} USERID) -- Sheet1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Only({&amp;lt;SHEETID={'SH02'}&amp;gt;} USERID) -- Sheet2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Sub2u444&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 05:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077878#M465826</guid>
      <dc:creator />
      <dc:date>2016-03-03T05:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Level Section Access not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077879#M465827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I suggested something different:&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;=USERID=&lt;/STRONG&gt;Only({&amp;lt;SHEETID={'SH01'}&amp;gt;} USERID)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;Your expressing is missing the '&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13.3333px; font-style: inherit;"&gt;=USERID=&lt;/STRONG&gt;' part.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 05:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077879#M465827</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-03T05:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Level Section Access not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077880#M465828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;=USERID=&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Only({&amp;lt;SHEETID={'SH01'}&amp;gt;} USERID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above expression is working perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sub2u444&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077880#M465828</guid>
      <dc:creator />
      <dc:date>2016-03-03T06:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Level Section Access not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077881#M465829</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;Hope this link helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4435"&gt;Sheet level access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got the answer close this thread by giving Correct and Helpful answers to the posts which helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077881#M465829</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-03T06:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Level Section Access not working</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077882#M465830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your approach is right to create the section access&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 06:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-Level-Section-Access-not-working/m-p/1077882#M465830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-03T06:44:19Z</dc:date>
    </item>
  </channel>
</rss>

