<?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: What is the difference between OSUSER() and NTNAME in qlikview? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834480#M993589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have used the below script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN123, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, SANDIP, SANDIP123,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, SANDIP123, SANDIP123&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CountryID, USERID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, ADMIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, ADMIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, SANDIP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, SANDIP123&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of using capital %COUNTRYID, in section access I have used CountryID, USERID fields in application section. and it works. But whenever I have put the * instead of mentioning the COuntryId value, in list box * is appearing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any solution of it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Jun 2015 10:41:55 GMT</pubDate>
    <dc:creator>ananyaghosh</dc:creator>
    <dc:date>2015-06-27T10:41:55Z</dc:date>
    <item>
      <title>What is the difference between OSUSER() and NTNAME in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834474#M993583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I want to use section access in my application. I want that a particular user cannot see some object and some particular user will not see some data. How how can I implement this in QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 'CountryID' field and I want that when SANDIP will logged in he can see 1 and when admin logged in he will see all the listed values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For data reduction I have used the following script:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, %CountryID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN123, *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, SANDIP, SANDIP123, 1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %CountryID, CountryID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for both user I am viewing all the countryid in the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandip Ghosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sandip Ghosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 05:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834474#M993583</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-06-27T05:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between OSUSER() and NTNAME in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834475#M993584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A href="https://community.qlik.com/docs/DOC-4435"&gt;Sheet level access&lt;/A&gt; and &lt;A _jive_internal="true" href="https://community.qlik.com/message/732916#732916" style="font-family: inherit; font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; color: #3778c7;"&gt;Section Access and Sheet Permissions&lt;/A&gt;‌. You can use the same technique for other objects like charts. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 06:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834475#M993584</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-06-27T06:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between OSUSER() and NTNAME in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834476#M993585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through this thread: &lt;A href="https://community.qlik.com/thread/124628"&gt;Section Access OsUser() different to Ntname&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 06:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834476#M993585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-27T06:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between OSUSER() and NTNAME in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834477#M993586</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;For examples 3 users are A,B,C now user A and User B will see the data and User C will not able to see the data for that purpoes we have to provide the section access,and&amp;nbsp; section application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section access--building the the security for data&lt;/P&gt;&lt;P&gt;setion application-allowing the user what to see and what not to see..&lt;/P&gt;&lt;P&gt;section access:&lt;/P&gt;&lt;P&gt;access userid,password&lt;/P&gt;&lt;P&gt;admin,admin,admin&lt;/P&gt;&lt;P&gt;user,user1,user2&lt;/P&gt;&lt;P&gt;user,user2,user2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;section application&lt;/P&gt;&lt;P&gt;userid,omit&lt;/P&gt;&lt;P&gt;admin,"*"&lt;/P&gt;&lt;P&gt;user1,'A'&lt;/P&gt;&lt;P&gt;user2 'B'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using this will able to see the A and B users only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 07:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834477#M993586</guid>
      <dc:creator>prabhas277</dc:creator>
      <dc:date>2015-06-27T07:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between OSUSER() and NTNAME in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834478#M993587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like the focus of your post has shifted with your last edit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this will help you to implement section access with data reduction:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1853"&gt;Introduction to Section Access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe %CountryID field name must be upper case to work: %COUNTRYID, also note that star symbol means 'all listed values' (with section access), not all possible values of that field. If you want ADMIN to see everything, remove the star from %COUNTRYID field in section access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 08:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834478#M993587</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-27T08:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between OSUSER() and NTNAME in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834479#M993588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You give me very wrong answer. section access section hold the OMIT field and section application does not hold it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 10:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834479#M993588</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-06-27T10:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between OSUSER() and NTNAME in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834480#M993589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have used the below script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN123, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, SANDIP, SANDIP123,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, SANDIP123, SANDIP123&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CountryID, USERID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, ADMIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, ADMIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, SANDIP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, SANDIP123&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of using capital %COUNTRYID, in section access I have used CountryID, USERID fields in application section. and it works. But whenever I have put the * instead of mentioning the COuntryId value, in list box * is appearing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any solution of it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 10:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834480#M993589</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-06-27T10:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between OSUSER() and NTNAME in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834481#M993590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have used the below script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN123, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, SANDIP, SANDIP123,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, SANDIP123, SANDIP123&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CountryID, USERID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, ADMIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, ADMIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, SANDIP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, SANDIP123&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of using capital %COUNTRYID, in section access I have used CountryID, USERID fields in application section. and it works. But whenever I have put the * instead of mentioning the COuntryId value, in list box * is appearing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any solution of it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 10:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834481#M993590</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-06-27T10:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between OSUSER() and NTNAME in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834482#M993591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are using the star symbol in field CountryID in section application?&lt;/P&gt;&lt;P&gt;I believe there is no special meaning for that symbol in that section, it's just a field value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 10:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834482#M993591</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-27T10:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between OSUSER() and NTNAME in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834483#M993592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then how can I make use of showing all values to admin using one shot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 10:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834483#M993592</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-06-27T10:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between OSUSER() and NTNAME in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834484#M993593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just have a look into the sample I've attached above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, %COUNTRYID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN123, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, SANDIP, SANDIP123, 1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %COUNTRYID, CountryID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 10:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834484#M993593</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-27T10:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between OSUSER() and NTNAME in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834485#M993594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,Then I have to use %COUNTRYID as a reference field in section access area in script. Otherwise it wil not work. Right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2015 11:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-difference-between-OSUSER-and-NTNAME-in-qlikview/m-p/834485#M993594</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-06-27T11:04:43Z</dc:date>
    </item>
  </channel>
</rss>

