<?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 Read field data from section access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622797#M547757</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;&amp;nbsp;&amp;nbsp; I am wondering if there's a way to read the actual section access values, here's the scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a huge file, lets say 115 columns, 30 of those columns are payments related. Some people will be allowed to see them but other wont, it would be crazy using OMIT (if that's what I should really use), so I was thinking about adding one boolean column in section access called something like "PaymentsAllowed". Then in qlikview I can conditionally show those columns using that boolean column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Feb 2014 21:37:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-07T21:37:36Z</dc:date>
    <item>
      <title>Read field data from section access</title>
      <link>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622797#M547757</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;&amp;nbsp;&amp;nbsp; I am wondering if there's a way to read the actual section access values, here's the scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a huge file, lets say 115 columns, 30 of those columns are payments related. Some people will be allowed to see them but other wont, it would be crazy using OMIT (if that's what I should really use), so I was thinking about adding one boolean column in section access called something like "PaymentsAllowed". Then in qlikview I can conditionally show those columns using that boolean column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 21:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622797#M547757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-07T21:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Read field data from section access</title>
      <link>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622798#M547758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Need to read Section ACCESS.&lt;/P&gt;&lt;P&gt;Indeed, do create a boolean column "PAYMENTSALLOWED" (upper case in the section access)&lt;/P&gt;&lt;P&gt;This column don't required to be linked to the datamodel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add in Section Application,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD NTAME ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PPAYMENTSALLOWED&lt;/P&gt;&lt;P&gt;Resident [YourSectionAccessTable];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since Section access is applied at opening you get for each user one island table with a single boolean value you can use in the condition Show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 22:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622798#M547758</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2014-02-07T22:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Read field data from section access</title>
      <link>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622799#M547759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Michaël!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 22:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622799#M547759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-07T22:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Read field data from section access</title>
      <link>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622800#M547760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also require exactly the mentioned case. I now got the table with my NTNAME's listed also in the section access in my application.&lt;/P&gt;&lt;P&gt;The table has about 50 NTNAME's. How do i manage to compare the NTNAME's with OSUSER function and the boolean flag to decide if i hide or show an object for the user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No idea how to search the NTNAME attribute for the corresponding OSUSER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 17:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622800#M547760</guid>
      <dc:creator />
      <dc:date>2014-02-21T17:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Read field data from section access</title>
      <link>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622801#M547761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In your load script do it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;upper&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OSUser&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NTNAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SEENAMES&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SEENAMES&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; SA&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;not&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IsNull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;upper&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OSUser&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NTNAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SEENAMES&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;SA is the name I gave to my section access table,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I'm using upper because my access list has the NT all in capitals, seenames has TRUE/FALSE value. Doing this you'll get 1 unique value, then you can use it as it was a variable. For example in conditional show: SEENAMES = 'TRUE'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 19:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622801#M547761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-21T19:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Read field data from section access</title>
      <link>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622802#M547762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oscar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the reply. But your example only checks OSUSER() on script load runtime isn't it?&lt;/P&gt;&lt;P&gt;So if i use the example the load statement just extracts my NTNAME&amp;nbsp; but i need to have all users with true flag extracted and then they have to be checked in the show condition online as this is a server application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 07:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622802#M547762</guid>
      <dc:creator />
      <dc:date>2014-02-24T07:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Read field data from section access</title>
      <link>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622803#M547763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah sorry, that's right... ok so just use set analysis in condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Maxstring({&amp;lt;NTNAME={$(=OSUSER())}&amp;gt;} SEENAMES) = 'TRUE'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 14:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622803#M547763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-24T14:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Read field data from section access</title>
      <link>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622804#M547764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oscar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the hint. Set Analysis was not in my mind to filter the table. As i now see the sytnax it is as simple as it is. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 15:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622804#M547764</guid>
      <dc:creator />
      <dc:date>2014-02-24T15:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Read field data from section access</title>
      <link>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622805#M547765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to the qlikview.I have the below requirement.please let me know how to achieve column level data reduction with filtering of data. using Boolean condition.&lt;/P&gt;&lt;P&gt;source table....second table I need output below format.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/84248_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 18:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Read-field-data-from-section-access/m-p/622805#M547765</guid>
      <dc:creator />
      <dc:date>2015-04-21T18:49:43Z</dc:date>
    </item>
  </channel>
</rss>

