<?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 using Windows Authentication in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328868#M121051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tanks a lot Miguel.&lt;/P&gt;&lt;P&gt;It's gonna help me for sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2011 14:53:45 GMT</pubDate>
    <dc:creator>christian77</dc:creator>
    <dc:date>2011-06-29T14:53:45Z</dc:date>
    <item>
      <title>Section Access using Windows Authentication</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328859#M121042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;This question/ doubt is related to Section Access. I have an application which is placed in shared path. I am not publishing this application to users so user s has to access this application from the shared path only. All users have QV software installed in their machines. Now I want to restrict the access from all the users. Users should be able to open this application only if they provide their Windows username and password i.e. the Credentials they use to Logon their machines over the company network.&lt;/P&gt;&lt;P&gt;Once they login, the data should be reduced based on the users i.e. employees should not be able to see the data which manager is seeing. Please give me heads up on this to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 09:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328859#M121042</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2011-06-29T09:20:26Z</dc:date>
    </item>
    <item>
      <title>Section Access using Windows Authentication</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328860#M121043</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;&amp;nbsp;&amp;nbsp; For this purpose you need to do 2 things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1. for&amp;nbsp; allowing authorised person to open the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For this you can click on the file and go to properties of file. Here you can set the security and using this you can set the user who can access file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 2. After opening the file he should see only his data, for which he is authorised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To achieve this you need to use the section access in your qlikview application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For more on section access have a look at the below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1853"&gt;http://community.qlik.com/docs/DOC-1853&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 09:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328860#M121043</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-29T09:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access using Windows Authentication</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328861#M121044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sharma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the NTNAME field in section access, and in the Document Properties in the Settings menu, Opening tab, check "Initial Data Reduction based on Section Access". Back your file up just in case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;STAR IS *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, NTNAME, EMPCODE&lt;/P&gt;&lt;P&gt;ADMIN, YOURDOMAIN\ADMIN, *&lt;/P&gt;&lt;P&gt;USER, YOURDOMAIN\USER1, USER1&lt;/P&gt;&lt;P&gt;USER, YOURDOMAIN\USER2, USER2&lt;/P&gt;&lt;P&gt;USER, YOURDOMAIN\MANAGER1, USER1&lt;/P&gt;&lt;P&gt;USER, YOURDOMAIN\MANAGER1, USER2&lt;/P&gt;&lt;P&gt;USER, YOURDOMAIN\MANAGER1, USER3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Employees:&lt;/P&gt;&lt;P&gt;LOAD EMPCODE, // must be uppercase and so their values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example above there are four users to access the document, Admin, User1, User2 and Manager1. Admin will allowed to see all EMPCODE values listed in section access (in this case, USER1, USER2 and USER3), User1 will only see User1 related information, likewise User2, and Manager1 will see all records containing "USER1", "USER2" and "USER3". User3, though, is not allowed to access the document because he has no matching record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;All fields and values in section access tabel must be uppercase&lt;/LI&gt;&lt;LI&gt;The NTNAME field must be in the form DOMAIN\USERNAME as returned by the function =OSUser() in QlikView&lt;/LI&gt;&lt;LI&gt;As in the example above, the field used to reduce data (in this case EMPCODE) must exist in the data model in the same case (name uppercase, values uppercase).&lt;/LI&gt;&lt;LI&gt;Only one value is allowed per line, so as a general rule, if Manager1 is allowed to see 100 employees you have to code 100 lines for Manager1 with each possible value of EMPCODE.&lt;/LI&gt;&lt;LI&gt;The way QlikView will reduce data is exactly the same as if you select one value in EMPCODE, go to File, Reduce Data, Keep Possible Values. That's the information each user will see.&lt;/LI&gt;&lt;LI&gt;The "*" in the ADMIN line doesn't mean "all values in field", but "all values listed in the section access".&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 09:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328861#M121044</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-06-29T09:43:06Z</dc:date>
    </item>
    <item>
      <title>Section Access using Windows Authentication</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328862#M121045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; @ Kaushik: Thnsk for sharing the document. It was helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Miguel: First of all, thanks for sharing and writing so much.... Helped a way lot. I have a question on this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; For Data Reduction on some field, I need to have that field in Section Access and pull the same from DB or other sources in Section Application. Right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 11:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328862#M121045</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2011-06-29T11:14:07Z</dc:date>
    </item>
    <item>
      <title>Section Access using Windows Authentication</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328863#M121046</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;&amp;nbsp;&amp;nbsp; Yes your are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 11:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328863#M121046</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-29T11:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access using Windows Authentication</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328864#M121047</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;That's correct. Consider this very dummy example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, NTNAME, COUNTRY&lt;/P&gt;&lt;P&gt;ADMIN, DOMAIN\ADMIN, US&lt;/P&gt;&lt;P&gt;ADMIN, DOMAIN\ADMIN, ES&lt;/P&gt;&lt;P&gt;USER, DOMAIN\PETER, ES&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers:&lt;/P&gt;&lt;P&gt;LOAD CustID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Address,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(Country) AS COUNTRY; // possible values are ES, US (note forced uppercase)&lt;/P&gt;&lt;P&gt;SQL SELECT * &lt;/P&gt;&lt;P&gt;FROM Database.CustomersTable;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you reload the document, all records will be retrieved from the database and stored into the QVW file (provided the NT User has permissions enough to get all data, otherwise you will likely get an error in your reload log).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when user DOMAIN\PETER logs in, QlikView reduces (removes) all records in table Customers where value for COUNTRY is not "ES". So if Peter is allowed to save the document, the next time the ADMIN opens it, the QVW file will only have COUNTRY='ES' records, and nothing else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a server environment the QVW cannot be saved by users, so no data is reduced from the actual file. Instead, QlikView loads into memory only the records resulting of that reduction, so the user is actually seeing only the reduced set of records. Thus, when the Admin logs in after Peter, he will see all records, because there's no reduction for him.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 11:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328864#M121047</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-06-29T11:28:34Z</dc:date>
    </item>
    <item>
      <title>Section Access using Windows Authentication</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328865#M121048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank You guys... that was indeed helpful and informative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 12:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328865#M121048</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2011-06-29T12:30:26Z</dc:date>
    </item>
    <item>
      <title>Section Access using Windows Authentication</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328866#M121049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi:&lt;/P&gt;&lt;P&gt;If I enter the QV file from a .NET application that has already ask me for﻿﻿﻿ ﻿USERID ﻿﻿and PASSWORD:&lt;/P&gt;&lt;P&gt;¿is there a way to avoid entering again USERID and PASSWORD when the file opens, and at the same time keep the section access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 13:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328866#M121049</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2011-06-29T13:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access using Windows Authentication</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328867#M121050</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;It is possible. You can use the NTNAME field instead of USERID and PASSWORD in section access as shown above, and on the other hand, make your browser (it only works with IE as far as I know) pass the same credentials the user has logged on Windows (Control Panel, Internet Options, Security, Custom Level, User Authentication, Automatic logon with current username and password).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although the user will not be prompted, the result is the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 14:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328867#M121050</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-06-29T14:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access using Windows Authentication</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328868#M121051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tanks a lot Miguel.&lt;/P&gt;&lt;P&gt;It's gonna help me for sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 14:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328868#M121051</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2011-06-29T14:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access using Windows Authentication</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328869#M121052</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 similar need. Defined the section access as follows:&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, NTUSER, CLIENTID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, CLOUD02\ADMINISTRATOR, *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, CLOUD02\QLIKVIEW, 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, CLOUD02\TR_MGM, 14&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, CLOUD02\KM_MGM, 20&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First administrator logs in and we have both data 14 and 20. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next when another user qlikview logins in, we get both. &lt;/P&gt;&lt;P&gt;Data is not reduced. For any user login, all data of 14 and 20 are shown.&lt;/P&gt;&lt;P&gt;If first tr_mgm logs in, the data is reduced, but the same data is available for next user km_mgm?&lt;/P&gt;&lt;P&gt;In the web browser too, the data is not reduced as per the client id in section access.&amp;nbsp; Last reloaded data is shown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the document properties, "initial data reduction" is checked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;KRS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2011 06:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-using-Windows-Authentication/m-p/328869#M121052</guid>
      <dc:creator>krishnaroopa</dc:creator>
      <dc:date>2011-12-12T06:16:21Z</dc:date>
    </item>
  </channel>
</rss>

