<?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: How to connect NT ID with table in Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792804#M280240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then there is only one solution: Section Access with Data Reduction. What makes this solution unique is that it loads all data into your document, and prepares a mechanism that is triggered whenever a user opens your document. Only then will the data be reduced, without further load on your associative model. You won't need to change your User Interface, except if you want to make objects and/or sheets show up depending on the user that opens the document.&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, 29 Jan 2015 19:02:46 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-01-29T19:02:46Z</dc:date>
    <item>
      <title>How to connect NT ID with table in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792797#M280233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one table which has field 'USER_ID' and other fields, so particular user can see associated data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I join NT_ID(Window Log in) to USER_ID(Table) without section access. So user can access only their data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your reply is highly appreciated...Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 16:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792797#M280233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-29T16:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect NT ID with table in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792798#M280234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out function&lt;SPAN style="font-family: 'courier new', courier;"&gt; OSUser().&lt;/SPAN&gt; No parameters. Returns the Windows account of the current document user (both in Desktop and in AP client) in the format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;EM&gt;domainname&lt;/EM&gt;\&lt;EM&gt;accountname&lt;/EM&gt;&lt;/SPAN&gt;&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, 29 Jan 2015 16:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792798#M280234</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-01-29T16:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect NT ID with table in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792799#M280235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, OSUser() will only serve you in the UI, which is not exactly what you are asking. However, the user ID of a visitor is only known when the document is opened, not at reload time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script can provide restrictions to be applied later on at the time a document is opened only via Section Access and data reduction.&lt;/P&gt;&lt;P&gt;IMHO the only other technique that does not make use of section access or data reduction consists of using OSUSer() in set analysis to reduce displayed data in every object to what the current user is allowed to see by your special table.&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, 29 Jan 2015 16:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792799#M280235</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-01-29T16:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect NT ID with table in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792800#M280236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for prompt reply.&lt;/P&gt;&lt;P&gt;How do I load OSUser() in order to connect with USER_ID from one of the table in scrpting&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, 29 Jan 2015 16:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792800#M280236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-29T16:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect NT ID with table in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792801#M280237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do not.&lt;/P&gt;&lt;P&gt;OSUser() is a function that returns the ID of the user that has your document open. In the load script, you would get the ID of the account that is reloading the document (probably a service account).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not want to use Section Access or any of the related features, then you keep your document as is. Imagine that you have a chart with a single expression, say Sales.The expression for your chart now becomes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=Sum({&amp;lt;USER_ID = {"$(=OSUser())"}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which will restrict aggregation to only those amounts that are associated to the current user.&lt;/P&gt;&lt;P&gt;But I think that you should evaluate Section Access as a solution. It works very well.&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, 29 Jan 2015 17:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792801#M280237</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-01-29T17:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect NT ID with table in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792802#M280238</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;May be this blog will help &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/06/09/methods-for-data-reduction"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/06/09/methods-for-data-reduction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 17:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792802#M280238</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-01-29T17:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect NT ID with table in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792803#M280239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excellent suggestion and appreciable.&lt;/P&gt;&lt;P&gt;But I already have developed the report and finding way to restrict data at script level Or Sheet level?, if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable effort&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 18:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792803#M280239</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-29T18:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect NT ID with table in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792804#M280240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then there is only one solution: Section Access with Data Reduction. What makes this solution unique is that it loads all data into your document, and prepares a mechanism that is triggered whenever a user opens your document. Only then will the data be reduced, without further load on your associative model. You won't need to change your User Interface, except if you want to make objects and/or sheets show up depending on the user that opens the document.&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, 29 Jan 2015 19:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792804#M280240</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-01-29T19:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect NT ID with table in Script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792805#M280241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your suggestion is nice and helpful to me.&lt;/P&gt;&lt;P&gt;Thanks for your valuable time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 19:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-connect-NT-ID-with-table-in-Script/m-p/792805#M280241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-29T19:39:28Z</dc:date>
    </item>
  </channel>
</rss>

