<?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 acess hide column data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388830#M819577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create the same load inside a If.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(User=A)then&lt;/P&gt;&lt;P&gt;Load Code A&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(User=B)then&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load Code B&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;endif&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(User=B)then&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load Code B&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2017 17:13:17 GMT</pubDate>
    <dc:creator>eduardo_dimperio</dc:creator>
    <dc:date>2017-09-01T17:13:17Z</dc:date>
    <item>
      <title>Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388824#M819571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to apply section access for the following scenario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User,Country,dob&lt;/P&gt;&lt;P&gt;U1,USA,01/01/2017&lt;/P&gt;&lt;P&gt;U2,UK,20/01/2017&lt;/P&gt;&lt;P&gt;U3,SPAIN,21/02/2017&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to display data as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When U1 logs in then following should be displayed&lt;/P&gt;&lt;P&gt;User,Country,dob&lt;/P&gt;&lt;P&gt;U1,USA,01/01/2017&lt;/P&gt;&lt;P&gt;U2,UK,***&lt;/P&gt;&lt;P&gt;U3,SPAIN,***&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When U2 logs in then following should be displayed&lt;/P&gt;&lt;P&gt;User,Country,dob&lt;/P&gt;&lt;P&gt;U1,USA,***&lt;/P&gt;&lt;P&gt;U2,UK,20/01/2017&lt;/P&gt;&lt;P&gt;U3,SPAIN,***&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When U2 logs in then following should be displayed&lt;/P&gt;&lt;P&gt;User,Country,dob&lt;/P&gt;&lt;P&gt;U1,USA,***&lt;/P&gt;&lt;P&gt;U2,UK,***&lt;/P&gt;&lt;P&gt;U3,SPAIN,***&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-acess-hide-column-data/m-p/1388824#M819571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388825#M819572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry but i didn't understand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When U2 logs in then following should be displayed&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;User,Country,dob&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;U1,USA,***&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;U2,UK,20/01/2017&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;U3,SPAIN,***&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;When U2 logs in then following should be displayed&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;User,Country,dob&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;U1,USA,***&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;U2,UK,***&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;U3,SPAIN,***&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You want to same input different outputs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 12:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388825#M819572</guid>
      <dc:creator>eduardo_dimperio</dc:creator>
      <dc:date>2017-08-28T12:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388826#M819573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry my mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to display data as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When U1 logs in then following should be displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User,Country,dob&lt;/P&gt;&lt;P&gt;U1,USA,01/01/2017&lt;/P&gt;&lt;P&gt;U2,UK,***&lt;/P&gt;&lt;P&gt;U3,SPAIN,***&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When U2 logs in then following should be displayed&lt;/P&gt;&lt;P&gt;User,Country,dob&lt;/P&gt;&lt;P&gt;U1,USA,***&lt;/P&gt;&lt;P&gt;U2,UK,20/01/2017&lt;/P&gt;&lt;P&gt;U3,SPAIN,***&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When U3 logs in then following should be displayed&lt;/P&gt;&lt;P&gt;User,Country,dob&lt;/P&gt;&lt;P&gt;U1,USA,***&lt;/P&gt;&lt;P&gt;U2,UK,***&lt;/P&gt;&lt;P&gt;U3,SPAIN,21/02/2017&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Means the dob of other users should not be visible/marked as * for logged in user&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 18:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388826#M819573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-28T18:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388827#M819574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this, but QS only will recognize the user after you load the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let user= SubField(osuser(), 'UserId=',3); // Get the current user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U know how to work with "IF"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 18:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388827#M819574</guid>
      <dc:creator>eduardo_dimperio</dc:creator>
      <dc:date>2017-08-28T18:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388828#M819575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Is there any way to do this (hide data) at script level&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 03:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388828#M819575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T03:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388829#M819576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is option called |Hidden script from Load preview. May be helps this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175180_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 04:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388829#M819576</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-31T04:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388830#M819577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create the same load inside a If.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(User=A)then&lt;/P&gt;&lt;P&gt;Load Code A&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(User=B)then&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load Code B&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;endif&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(User=B)then&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load Code B&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2017 17:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388830#M819577</guid>
      <dc:creator>eduardo_dimperio</dc:creator>
      <dc:date>2017-09-01T17:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388831#M819578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. But I have around 900+ users. Hence want to apply some logic along with Section Access to hide the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Sep 2017 06:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388831#M819578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-02T06:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388832#M819579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;don't think with section access, with section access you can hide data or fields (onit)&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/Security/dynamic-data-reduction.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/Security/dynamic-data-reduction.htm"&gt;Dynamic data reduction ‒ QlikView&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try in a chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T3:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;User,Country,dob&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;U1,USA,01/01/2017&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;U2,UK,20/01/2017&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;U3,SPAIN,21/02/2017&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;mydomain\myuser,ITALY,21/02/2017&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart has 2 dimensions User and Country&lt;/P&gt;&lt;P&gt;and 1 expression &lt;/P&gt;&lt;P&gt;if(upper(OSUser())=upper(User), dob, '*****')&lt;/P&gt;&lt;P&gt;The expression is the same for all users&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175449_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Sep 2017 14:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388832#M819579</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-09-02T14:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388833#M819580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahhh ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;User,&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;Dob&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;YouQVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store YourQVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;let user= SubField(osuser(), 'UserId=',3); // Get the current user&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;User,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Country&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If($user=User,Dob,'****') AS Dob&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;YourQVD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 13:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388833#M819580</guid>
      <dc:creator>eduardo_dimperio</dc:creator>
      <dc:date>2017-09-04T13:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388834#M819581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;I tried using &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;osuser(), it works perfect on local machine, but when accessed from access point it gives some random value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Please suggest.&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: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 18:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388834#M819581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-04T18:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388835#M819582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amar,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OSUser() get the NT user, try this subfield(OSUser(), '\', 2)&amp;nbsp; and check if correspond to the user logged on NT&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 21:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388835#M819582</guid>
      <dc:creator>eduardo_dimperio</dc:creator>
      <dc:date>2017-09-04T21:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388836#M819583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already checked &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;subfield(OSUser(), '\', 2).&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: 13px;"&gt;It gives random value.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 02:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388836#M819583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-05T02:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388837#M819584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried Massimo solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 02:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388837#M819584</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-05T02:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388838#M819585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume, QvUser() instead OSUSER()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 02:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388838#M819585</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-05T02:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Section acess hide column data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388839#M819586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree with Anil. Try QvUser(), i read this post about it and this solution worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/62951" title="https://community.qlikview.com/thread/62951"&gt;=QVuser() vriable doesn't return a username | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/147588" title="https://community.qlikview.com/thread/147588"&gt;Using NTName in section access | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/179497"&gt;OSUser and NTNAME in Section Access&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 12:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-acess-hide-column-data/m-p/1388839#M819586</guid>
      <dc:creator>eduardo_dimperio</dc:creator>
      <dc:date>2017-09-05T12:49:23Z</dc:date>
    </item>
  </channel>
</rss>

