<?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 - method posted by Andrew Whitfield in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438988#M1249663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this is done - as soon as I have coordinated this with the colleagues, I'll Close this thread.&lt;/P&gt;&lt;P&gt;I have now developed a dynamic code that we can paste into any app that draws Information from a Matrix overview - which we have to construct first - and loads a list of users and their respective Access_rights for that particular app - so no redundant data is loaded (but for the very first crosstab_load of that overview) - the SA is then dynamically constructed based on that list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2017 09:38:56 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2017-09-14T09:38:56Z</dc:date>
    <item>
      <title>Section Access - method posted by Andrew Whitfield</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438981#M1249646</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 once used this method and included it into my internal document "QlikView developers'&amp;nbsp; guide" which I am just rebuilding now in a new Company.&lt;/P&gt;&lt;P&gt;This method allows you to just use one and the same SECTION_ACCESS for every single app.&lt;/P&gt;&lt;P&gt;Anyone but the admin - who has a) the "key_app" and b) the Password for a particular app (which might be the same for several apps) - can log in (without entering a Password, even though it is stated in the SA), but is automatically logged in with user_privileges only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is very practical indeed as it makes writing the SA for any new app so much simpler and it is robust in case one Person who had Access to a certain app should be replaced by someone new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just cannot find that post anymore right now. I'd like to implement an additional ADMIN role in the "key_app" with a different Password - so that we could give someone else that Password and he'd be able to log into one particular app as ADMIN, but not into any other.&lt;/P&gt;&lt;P&gt;That does not seem to work yet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can of course post the code for that methodology here - stating once again that it is no development of mine.&lt;/P&gt;&lt;P&gt;Maybe someone can help me, or just post the link to that post so I could ask my question there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;// The SA in the app for the users (everyone but the admins) must look like this&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 12pt 0px 18pt;"&gt;&lt;SPAN style="color: #0070c0;"&gt;&lt;SPAN style="font-family: Tahoma; font-size: 12pt;"&gt;SECTION ACCESS;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Tahoma; font-size: 12pt;"&gt; LOAD * Inline [&lt;BR /&gt; ACCESS, USERID, PASSWORD, NTNAME, NTDOMAINSID&lt;BR /&gt; ADMIN, BATMAN, BATMAN, *, *&lt;BR /&gt; USER, *, *, *, *&lt;BR /&gt; ];&lt;BR /&gt; SECTION APPLICATION;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;// The SA in the "key_app" for the admins must look like that&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 12pt 0px 18pt;"&gt;&lt;SPAN style="color: #0070c0; font-size: 12pt; font-family: Tahoma;"&gt;SECTION ACCESS;&lt;SPAN style="font-family: Tahoma; font-size: 12pt;"&gt; LOAD * Inline [&lt;BR /&gt; ACCESS, USERID, PASSWORD&lt;BR /&gt; ADMIN, BATMAN, BATMAN&lt;BR /&gt; ];&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-language: AR-SA; mso-no-proof: yes; mso-fareast-language: EN-US; mso-bidi-font-family: 'Times New Roman'; color: #0070c0; font-size: 11pt; mso-ansi-language: DE; mso-fareast-theme-font: minor-latin; font-family: 'Tahoma','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-theme-font: minor-bidi;"&gt; SECTION APPLICATION&lt;BR /&gt; // This Statement may not be closed off by a semicolon, thus there may be nothing else in the "key_app"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;The actual trick then is opening the "key_app" and logging in with username and Password, keeping it open and opening the "user_app" - no Password required - voila, you're logged in as admin; If you close down the client, open it again and open the "user_app" - voila, you're logged in with user_privileges only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&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/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438981#M1249646</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - method posted by Andrew Whitfield</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438982#M1249649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe &lt;A href="https://community.qlik.com/qlik-users/34352"&gt;awhitfield&lt;/A&gt; himself remembers where he posted this Section Access magic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 12:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438982#M1249649</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-09-05T12:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - method posted by Andrew Whitfield</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438983#M1249653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was originally posted on:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/780719"&gt;Re: SECTION ACCESS with NTNAME&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 10:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438983#M1249653</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2017-09-06T10:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - method posted by Andrew Whitfield</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438984#M1249656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Folks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, it seems Andrew posted that trick as an answer to a question of mine - but at that time, adding a second line to the "key_app" to allow for someone else having admin_Access to just one specific app was not an issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is of course an alternative - we'll just have to give that one app a different admin_Password and create one more "key_app" for that one - apart from that, one "key_app" could be used for all the apps we have - but I wonder, it should be possible to add a second ADMIN line to the "key_app"?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 16:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438984#M1249656</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-09-06T16:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - method posted by Andrew Whitfield</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438985#M1249659</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;a colleague yesterday made me Aware of a Little Detail that unfortunately means that this method, which would otherwise save us tons of work (in the quite common case of someone getting a different Task or needing Access to one more or one less app) is not feasible in our context: There are ONLY Named_User_CALs in our Company, so in principle "everyone" has Access to everything which is of course not wanted ... so we Need the SA to control who can - more important, who can NOT - Access which apps. This extremely simple and quick method is thus not an Option for us.&lt;/P&gt;&lt;P&gt;I have thought of an alternative and now developed a code that will load all necessary elements for an SA from an external Excel file. I hope the automated reloads in the QMC are done via a specific user, so we can create one Directory where only ourselves and this user have Access and store the Excel_file there.&lt;/P&gt;&lt;P&gt;=&amp;gt; That way, we'll end up with about 25 Excel_files to adapt (the SA for nearly every app is a Little bit different), but that is still way quicker than adapting that nr. of QlikView_apps.&lt;/P&gt;&lt;P&gt;If we have such a Thing, I could even develop a code that draws all that info from an "overview_file" that tells us quickly which user has Access to what apps - that would be even quicker to maintain.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 07:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438985#M1249659</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-09-13T07:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - method posted by Andrew Whitfield</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438986#M1249661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There seems to also be a possibility to implement that in the QEMC whereby Excel_files can be imported into the QEMC to establish a nr. of Groups with Access_rights - so we'd still Need a rather large nr. of Access_groups, but that would still be a lot quicker to maintain - we'd just have to adapt the Excel_file, Import it into the QEMC and the next day when the corresp. app is reloaded on the Server, the SA would be automatically updated. Pretty similar to the Approach I have already developed actually, only a bit different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 09:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438986#M1249661</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-09-13T09:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - method posted by Andrew Whitfield</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438987#M1249662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's only one Thing that I don't understand about the otherwise very good help_page on this Topic - but that's a very important Detail, maybe someone can help me a Little bit there:&lt;/P&gt;&lt;P&gt;Several People from another department use the same QEMC that we use - so they are obviously in the Group "QlikView_Administrators" - how can I make sure that only WE (only four or five People) have Access to These SA_Settings?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 09:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438987#M1249662</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-09-13T09:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access - method posted by Andrew Whitfield</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438988#M1249663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this is done - as soon as I have coordinated this with the colleagues, I'll Close this thread.&lt;/P&gt;&lt;P&gt;I have now developed a dynamic code that we can paste into any app that draws Information from a Matrix overview - which we have to construct first - and loads a list of users and their respective Access_rights for that particular app - so no redundant data is loaded (but for the very first crosstab_load of that overview) - the SA is then dynamically constructed based on that list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 09:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-method-posted-by-Andrew-Whitfield/m-p/1438988#M1249663</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2017-09-14T09:38:56Z</dc:date>
    </item>
  </channel>
</rss>

