<?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 on Access Point in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437293#M813169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I remove the checking of Strict Exclusion all data is displayed without masking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2017 02:43:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-19T02:43:27Z</dc:date>
    <item>
      <title>Section Access on Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437288#M813164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have trying to implement data masking along with Section Access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am following the link&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-18235" title="https://community.qlik.com/docs/DOC-18235" target="_blank"&gt;https://community.qlik.com/docs/DOC-18235&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I open the .qvw file (having section access implemented), it displays data correctly as per Image1.JPG.&lt;/P&gt;&lt;P&gt;Means it displays all data for the logged in user and mask few of the columns which are of other users. This is my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I deploy it on Access Point it only displays records which are applicable to the logged in user and does not displays any other data (image2.JPG)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want the data reduction, instead of that I want some of the columns data to be masked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible in Qlikview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437288#M813164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437289#M813165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Images attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 18:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437289#M813165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-18T18:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437290#M813166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on the Role you need to set some Flags in&amp;nbsp; Section Access script. as per Flags you can create a expression to show/hide the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just remove the checkbox for Strict Exclusion under Document Properties -&amp;gt; Opening -&amp;gt; Initial Data Reduction Based on Section Access.&lt;/P&gt;&lt;P&gt;You should only remove the checking of Strict Exclusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 19:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437290#M813166</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-09-18T19:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437291#M813167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Restricting access to columns by user without excluding data does not need section access.&lt;/P&gt;&lt;P&gt;Just use a conditional show expression on the column containing osuser() or qvuser() functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 20:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437291#M813167</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-09-18T20:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437292#M813168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This post by &lt;A href="https://community.qlik.com/qlik-users/27943"&gt;marcus_sommer&lt;/A&gt; brings together most of the resources on Section Access.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 20:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437292#M813168</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-09-18T20:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437293#M813169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I remove the checking of Strict Exclusion all data is displayed without masking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 02:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437293#M813169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-19T02:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437294#M813170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many objects on my document. Also, user can create there own chart or pivots. In that case the osuser() or qvuser() functions won't work. So thinking to apply something on data level.&lt;/P&gt;&lt;P&gt;The link&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-18235" title="https://community.qlik.com/docs/DOC-18235"&gt;https://community.qlik.com/docs/DOC-18235&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fits my requirement, but getting the issue as mentioned above (my original post).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 02:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437294#M813170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-19T02:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437295#M813171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Masking should be done in your Chart expression based on the User Role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope there are limited charts. Else you need to convert all the Chart Expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 13:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437295#M813171</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-09-19T13:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access on Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437296#M813172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many objects on the dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wanted to know why the qlikview behave differently on Desktop and on Access point(details are in my original post above).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way/settings to overcome the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 17:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-on-Access-Point/m-p/1437296#M813172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-20T17:59:08Z</dc:date>
    </item>
  </channel>
</rss>

