<?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 to hide a specific value or row in a specific table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-to-hide-a-specific-value-or-row-in-a-specific/m-p/1735852#M452619</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a security requirement for one of our HR Applications, where we are asked to hide only the salary info for specific person. For e.g. CIO of the organization can view all the data for the CEO except for the salary info.&lt;/P&gt;&lt;P&gt;As we just need to hide salary info for certain person/s we are unable to use data reduction. Does anyone suggest an easier solution for such scenario.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Amar&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Aug 2020 06:57:30 GMT</pubDate>
    <dc:creator>amars</dc:creator>
    <dc:date>2020-08-14T06:57:30Z</dc:date>
    <item>
      <title>Section Access to hide a specific value or row in a specific table</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-to-hide-a-specific-value-or-row-in-a-specific/m-p/1735852#M452619</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a security requirement for one of our HR Applications, where we are asked to hide only the salary info for specific person. For e.g. CIO of the organization can view all the data for the CEO except for the salary info.&lt;/P&gt;&lt;P&gt;As we just need to hide salary info for certain person/s we are unable to use data reduction. Does anyone suggest an easier solution for such scenario.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Amar&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 06:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-to-hide-a-specific-value-or-row-in-a-specific/m-p/1735852#M452619</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2020-08-14T06:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access to hide a specific value or row in a specific table</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-to-hide-a-specific-value-or-row-in-a-specific/m-p/1735863#M452620</link>
      <description>&lt;P&gt;You can try using generic key strategy. Try something like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Section Access;
Load * Inline [
USERID, ACCESS, SAL_FLAG
ADMIN, ADMIN,
CIO, USER, EMP1_WITH_SAL
CIO, USER, EMP2_WITH_SAL
CIO, USER, CEO_NO_SAL
];
Section Application;
	 
t1:
Load *,
	 EMP&amp;amp;'_'&amp;amp;'WITH_SAL' as SAL_FLAG
Inline [
EMP, ADDRESS, SAL
CIO, ABC, 99
CEO, XYZ, 101
EMP1, MNO, 11
EMP2, BCD, 22
];
t2:
Load EMP, ADDRESS,
	 null() as SAL,
	 EMP&amp;amp;'_'&amp;amp;'NO_SAL' as SAL_FLAG
Resident t1	where EMP='CEO' ;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;For more complex scenario handling, have a look here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Basics-for-complex-authorization/ba-p/1465872" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Basics-for-complex-authorization/ba-p/1465872&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Authorization-using-a-Hierarchy/ba-p/1476319" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Authorization-using-a-Hierarchy/ba-p/1476319&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 07:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-to-hide-a-specific-value-or-row-in-a-specific/m-p/1735863#M452620</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-08-14T07:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access to hide a specific value or row in a specific table</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-to-hide-a-specific-value-or-row-in-a-specific/m-p/1735934#M452630</link>
      <description>&lt;P&gt;If it's only one field in one table, we've used an IF statement for this case: Something like IF(OSUser()= CIO, '-', Salary)&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2020 12:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-to-hide-a-specific-value-or-row-in-a-specific/m-p/1735934#M452630</guid>
      <dc:creator>mcowley1</dc:creator>
      <dc:date>2020-08-14T12:46:41Z</dc:date>
    </item>
  </channel>
</rss>

