<?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: Applying section access while integrating QV reports with .NET in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579812#M1326150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sneha,&lt;/P&gt;&lt;P&gt;In this case instead of using Username &amp;amp; password as Section access fields use NTNAME . See below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;UPPER([ACCESS]) as ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(NTNAME) as NTNAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;ABC.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here inside a excel sheet create two heading ACCESS &amp;amp; NTNAME . &lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACCESS&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME&lt;/P&gt;&lt;P&gt;USER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User1domainID&lt;/P&gt;&lt;P&gt;ADMIN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User2doaminID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Feb 2014 10:26:36 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2014-02-13T10:26:36Z</dc:date>
    <item>
      <title>Applying section access while integrating QV reports with .NET</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579808#M1326139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are integrating the Qlikview reports in .NET portal.&lt;/P&gt;&lt;P&gt;In the .NET portal, they have data reduction based on the User_id and Role_id.&lt;/P&gt;&lt;P&gt;We are putting the Qlikview reports in&amp;nbsp; iframe for integrating ti with .NET portal.&lt;/P&gt;&lt;P&gt;The authentication should be done from .NET portal.&lt;/P&gt;&lt;P&gt;The .NET&amp;nbsp; portal is accessible by some lacs of people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m thinking of creating the tabel which map the access thing with the User_id and role_id of the .NET portal. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm confused how can i apply section access&amp;nbsp; here and how it work. And if we can avoid the pop up for scetion access, it will be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579808#M1326139</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Applying section access while integrating QV reports with .NET</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579809#M1326143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are integrating into a .NET portal, visitors are probably authenticated by AD already. If so, use NTNAME as Section Access field instead of USERID and PASSWORD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 10:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579809#M1326143</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-13T10:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Applying section access while integrating QV reports with .NET</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579810#M1326146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SSO will probably jump in automatically as well. Much less hassle for your visitors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 10:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579810#M1326146</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-13T10:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Applying section access while integrating QV reports with .NET</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579811#M1326148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks peter.&lt;/P&gt;&lt;P&gt;But what all we need to have in section access script then, because access is based on User_id and Role_id.&lt;/P&gt;&lt;P&gt;Should section access contain this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACCESS, NTNAME, U_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Admin, 172, Admin1, 172&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Admin, 247129, Sponsor1, 247129&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ] &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;where U_ID is from the DB of the portal.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 10:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579811#M1326148</guid>
      <dc:creator />
      <dc:date>2014-02-13T10:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Applying section access while integrating QV reports with .NET</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579812#M1326150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sneha,&lt;/P&gt;&lt;P&gt;In this case instead of using Username &amp;amp; password as Section access fields use NTNAME . See below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;UPPER([ACCESS]) as ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(NTNAME) as NTNAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;ABC.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here inside a excel sheet create two heading ACCESS &amp;amp; NTNAME . &lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACCESS&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME&lt;/P&gt;&lt;P&gt;USER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User1domainID&lt;/P&gt;&lt;P&gt;ADMIN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; User2doaminID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 10:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579812#M1326150</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-02-13T10:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Applying section access while integrating QV reports with .NET</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579813#M1326151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually what NTNAME domain contains?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for some basic question but i dont have idea of this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 10:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579813#M1326151</guid>
      <dc:creator />
      <dc:date>2014-02-13T10:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Applying section access while integrating QV reports with .NET</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579814#M1326152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NTNAME can be Employee system username or you can say it may be the Damion ID of employee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 11:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579814#M1326152</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-02-13T11:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Applying section access while integrating QV reports with .NET</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579815#M1326153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Section Access, NTNAME should contain for every user:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; domainname\username&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; domainname\groupname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last one allows you to authorize access to entire groups oif users in one stroke, for instance COMPANYDOMAIN\NETPORTALVISITORS.&lt;/P&gt;&lt;P&gt;domainname is the name of the AD domain in which this user is defined. username is the accountname of the user when loggin into Windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The AD account of the current visitor will be compared with every NTNAME value in your Section Access table. If found, your visitor will be granted access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 11:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579815#M1326153</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-13T11:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Applying section access while integrating QV reports with .NET</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579816#M1326154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok thanks.&lt;/P&gt;&lt;P&gt;And all the user should be having license and domain may be different for the users.&lt;/P&gt;&lt;P&gt;Can we have this with NTNAME setting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 12:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579816#M1326154</guid>
      <dc:creator />
      <dc:date>2014-02-13T12:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Applying section access while integrating QV reports with .NET</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579817#M1326155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes indeed. You can use any domain in your forest, as long as users are authenticated when they arrive at your QlikView Access Point. In case of complex Active Directory set-ups (e.g. a large company) you may need to define additional DSC's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 12:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579817#M1326155</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-13T12:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Applying section access while integrating QV reports with .NET</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579818#M1326156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my case user logs in to .NET portal, then if he click some link then the qlikivew report opens.&lt;/P&gt;&lt;P&gt;I need to join the U_ID of .NETportal with the user id in section access table.&lt;/P&gt;&lt;P&gt;So can i use NTNAME for?&lt;/P&gt;&lt;P&gt;I have to use .NET portal's active directory right?&lt;/P&gt;&lt;P&gt;And if they have active directory then i can use it in NTNAME?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 10:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579818#M1326156</guid>
      <dc:creator />
      <dc:date>2014-02-26T10:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Applying section access while integrating QV reports with .NET</title>
      <link>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579819#M1326157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that should work. If both portals use AD to authenticate users, then SSO (Single-SignOn) will make sure that the authentication from the first portal will get you into a QlikView document without additional login prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 13:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Applying-section-access-while-integrating-QV-reports-with-NET/m-p/579819#M1326157</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-26T13:19:29Z</dc:date>
    </item>
  </channel>
</rss>

