<?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: Showing masked data and real data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-masked-data-and-real-data/m-p/1158429#M377715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use section access&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jun 2016 13:19:00 GMT</pubDate>
    <dc:creator>florentina_doga</dc:creator>
    <dc:date>2016-06-10T13:19:00Z</dc:date>
    <item>
      <title>Showing masked data and real data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-masked-data-and-real-data/m-p/1158426#M377712</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 have a straight table or pivot table in my dashboard where i am showing employee details. say for example in below format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EmployeeName&amp;nbsp; Salary Bonus JoinDate Clientname&lt;/P&gt;&lt;P&gt;ABC&amp;nbsp; 5000 1000 12021985 JPMC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here ABC is the masked kind of name getting it from our DB.&amp;nbsp;&amp;nbsp; Now for particular country users they want to see their actual name instead of this masked name, They have their own db mapped with this mask name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i show real name only for their countries and masked name if some other coutry user see the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dashboard sectionaccess with country level, however global user will see all country data. We are not going to show real name of the employee to any one except the particual country users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone give idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-masked-data-and-real-data/m-p/1158426#M377712</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2016-06-09T09:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Masking</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-masked-data-and-real-data/m-p/1158427#M377713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help plz?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 01:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-masked-data-and-real-data/m-p/1158427#M377713</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2016-06-10T01:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Showing masked data and real data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-masked-data-and-real-data/m-p/1158428#M377714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to combine &lt;A href="https://community.qlik.com/docs/DOC-9039"&gt;Section Access&lt;/A&gt; with something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(osuser() = 'x', [Real Name], [Masked Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 13:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-masked-data-and-real-data/m-p/1158428#M377714</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-06-10T13:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Showing masked data and real data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-masked-data-and-real-data/m-p/1158429#M377715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use section access&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 13:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-masked-data-and-real-data/m-p/1158429#M377715</guid>
      <dc:creator>florentina_doga</dc:creator>
      <dc:date>2016-06-10T13:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Showing masked data and real data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-masked-data-and-real-data/m-p/1158430#M377716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There´s on special feature in Section Access, where you can indicate a column that will be ommited&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, TENANT, OMMIT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, CLK\SWB_CLEVER,*,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, CLK\QLIKVIEWSERVICE, *,REALNAME&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this setup the user &lt;SPAN style="font-size: 13.3333px;"&gt;CLK\QLIKVIEWSERVICE won´t see the REALNAME field and others will see that field&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 13:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-masked-data-and-real-data/m-p/1158430#M377716</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-06-10T13:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Showing masked data and real data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-masked-data-and-real-data/m-p/1158431#M377717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think somehow you need to maintain a flag variable having two values identifying the type of user, based on type of country user this flag needs to be set and checked in frontend to understand weather the real name to be shown or masked name to be shown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 13:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-masked-data-and-real-data/m-p/1158431#M377717</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-06-10T13:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Showing masked data and real data</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-masked-data-and-real-data/m-p/1158432#M377718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your comments, I can do it using a flag control from section access. The problem is i as a developer not going to have to access to the actual employee names of particular country due to safe harbour law.&lt;/P&gt;&lt;P&gt;Is it still possible that only the user in that country x only see their actual names?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 02:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-masked-data-and-real-data/m-p/1158432#M377718</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2016-07-14T02:54:11Z</dc:date>
    </item>
  </channel>
</rss>

