<?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 only on expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-only-on-expression/m-p/1452771#M434653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not possible with a normal section access implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thinkable is to chain the access rights to the data without section access and to query the user within the expression with something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; AccessList = {"$(=osuser())"}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could imagine that a quite similar solution might be possible with section access in the way like the access-control worked by sheet- and/or object-level access by using a 0/1 flag against the data which might result in an expression like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(Value) * AccessFlag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But both described approaches and similar ones are not really secure because the data itself will be available within the application. This meant it will be only some advanced kind of usability.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternatively could be to mask the data with section access like this way: &lt;A href="https://community.qlik.com/docs/DOC-18235"&gt;Mask or de-identify data for certain users using Section Access&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More to section access: &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;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Nov 2017 14:31:30 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2017-11-11T14:31:30Z</dc:date>
    <item>
      <title>Section access only on expression</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-only-on-expression/m-p/1452769#M434651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geeks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Requirement&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;I have different sets of User having below access:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="267"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" width="64"&gt;ACCESS&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="64"&gt;USERID&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="139"&gt;Priority&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;ADMIN&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Priority GB clients&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;CMB&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;Non-Profit GB clients&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Attached in excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table given below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/182904_table.png" style="height: 158px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i login with USERID :2. &lt;/P&gt;&lt;P&gt;I have access only to Priority GB clients&lt;/P&gt;&lt;P&gt;So,I require table showing sum(Sales) for &lt;SPAN style="font-size: 13.3333px;"&gt;Priority GB clients and for other priority it should show '0'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="Expected after scetion access.png" class="jive-image image-3" src="/legacyfs/online/182915_Expected after scetion access.png" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;But, As per section access it is reducing Priority Records:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="After section access for user 2.png" class="jive-image image-2" src="/legacyfs/online/182905_After section access for user 2.png" style="height: 145px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Any solution so that only expressions are affected by section access.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Pankaj&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Nov 2017 06:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-only-on-expression/m-p/1452769#M434651</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2017-11-11T06:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Section access only on expression</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-only-on-expression/m-p/1452770#M434652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pankaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per section access, it only shows as per the access given. Unfortunately there is no option to show the other fields with zero value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Karthik&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Nov 2017 08:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-only-on-expression/m-p/1452770#M434652</guid>
      <dc:creator>karthikoffi27se</dc:creator>
      <dc:date>2017-11-11T08:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Section access only on expression</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-only-on-expression/m-p/1452771#M434653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not possible with a normal section access implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thinkable is to chain the access rights to the data without section access and to query the user within the expression with something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; AccessList = {"$(=osuser())"}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could imagine that a quite similar solution might be possible with section access in the way like the access-control worked by sheet- and/or object-level access by using a 0/1 flag against the data which might result in an expression like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(Value) * AccessFlag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But both described approaches and similar ones are not really secure because the data itself will be available within the application. This meant it will be only some advanced kind of usability.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternatively could be to mask the data with section access like this way: &lt;A href="https://community.qlik.com/docs/DOC-18235"&gt;Mask or de-identify data for certain users using Section Access&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More to section access: &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;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Nov 2017 14:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-only-on-expression/m-p/1452771#M434653</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-11T14:31:30Z</dc:date>
    </item>
  </channel>
</rss>

