<?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 Section Access/Application: ISSUES in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154862#M712460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oleg, thanx for answering!&lt;/P&gt;&lt;P&gt;Let me check if I got this right...&lt;/P&gt;&lt;P style="font-style: italic; font-weight: bold"&gt;"You can add another field, MANAGER, and create another corresponding field in your application"&lt;/P&gt;&lt;P&gt;My excel file have two sheets (tables) to control de access so far...&lt;BR /&gt;USER (Access, UserID, Password) and USERINFO (UserID, Salesmen). The Salesmen is my common field with the app (just like MANAGER must become), and made it work perfectly according to the first proposal.&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;B&gt;"Build an association between SalesManagers and Sales People". For those users that are Managers, fill out their MANAGER field.&lt;/B&gt; &lt;B&gt;Then, associate MANAGER field from Section Access with the SalesManager field from your application, and it should work in the same way."&lt;/B&gt;&lt;/P&gt;&lt;P&gt;That's the 1 million dollar question... I don't see in which table (USER or USERINFO) the MANAGER field must be created, how must I fill it (with the managers names, or with BOOL values), and how may I create it in the app (add it to the excel file, or bring it INLINE within the app)... the Salesmen field used previously was already in the app, making everything easier at first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying things out like you have told, but I would very much appreciate another look of yours into this matter.&lt;/P&gt;&lt;P&gt;Thank you so much once again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2011 12:49:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-15T12:49:26Z</dc:date>
    <item>
      <title>Section Access/Application: ISSUES</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154855#M712453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;Another topic concerning Section Access...&lt;/P&gt;&lt;P&gt;1st Issue: I have created a XLS file to store the users informations, and do Load it in the SA... everything runs fine, 'till I try to deny everything just for users... my ADMIN user suffers all alterations done to USERS.&lt;/P&gt;&lt;P&gt;2nd Issue: I tried to link the USERIDs from the security table to my Salesmen field in the report, as well, unsuccesfuly. When the user log in the app, it only must be able to see the info related to it, as if a selection was made and locked, forbidding it to see any info about other salesmen.&lt;/P&gt;&lt;P&gt;My code to do that, so far, is something like it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;//SECTION ACCESS &amp;amp; APPLICATION&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Section Access;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;AccessPermit:&lt;BR /&gt;LOAD&lt;BR /&gt;ACCESS,USERID,PASSWORD,[GROUP],AREA&lt;BR /&gt;FROM security.xls (biff, embedded labels, table is Users$);&lt;/P&gt;&lt;P&gt;&lt;B&gt;LEFT JOIN (AccessPermit)&lt;BR /&gt; LOAD&lt;BR /&gt;USERID,&lt;BR /&gt;SALESMAN&lt;/B&gt; AS SalesManAppField&lt;BR /&gt;FROM security.xls (biff, embedded labels, table is UserInfo$);&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Section Application;&lt;BR /&gt;STAR IS *;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran through the refference manual, my QV course matterial, other threads, google, and no answer was found.&lt;/P&gt;&lt;P&gt;Any light?&lt;/P&gt;&lt;P&gt;Thx again everyone!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 17:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154855#M712453</guid>
      <dc:creator />
      <dc:date>2011-03-10T17:54:19Z</dc:date>
    </item>
    <item>
      <title>Section Access/Application: ISSUES</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154856#M712454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For the first issue : have you check the "Admin Override Security" in the security tab ?&lt;/P&gt;&lt;P&gt;For the second : have you check "Initial Reduction..." in the opening tab ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 18:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154856#M712454</guid>
      <dc:creator />
      <dc:date>2011-03-10T18:00:36Z</dc:date>
    </item>
    <item>
      <title>Section Access/Application: ISSUES</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154857#M712455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see 2 issues:&lt;/P&gt;&lt;P&gt;1. &lt;B&gt;SALESMAN&lt;/B&gt; AS SalesManAppField - Section Access can only work with Upper Case Field Names.&lt;/P&gt;&lt;P style="font-weight: bold"&gt;2. The link between the "Security" fields to the "Application" fields needs to happen within Section Application. Something like this:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;B&gt;&lt;/B&gt;&lt;PRE style="margin: 0px;"&gt;&lt;B&gt;&lt;/B&gt;&lt;BR /&gt;&lt;B&gt;Section Access;&lt;/B&gt;&lt;BR /&gt;&lt;B&gt;AccessPermit:&lt;BR /&gt;LOAD&lt;BR /&gt;ACCESS,USERID,PASSWORD,[GROUP],AREA&lt;BR /&gt;FROM security.xls (biff, embedded labels, table is Users$);&lt;/B&gt;&lt;BR /&gt;&lt;B&gt;LEFT JOIN (AccessPermit)&lt;BR /&gt; LOAD&lt;BR /&gt;USERID,&lt;BR /&gt;SALESMAN&lt;/B&gt;&lt;BR /&gt;FROM security.xls (biff, embedded labels, table is UserInfo$);&lt;BR /&gt;&lt;B&gt;Section Application;&lt;BR /&gt;STAR IS *;&lt;/B&gt;&lt;BR /&gt;LOAD&lt;BR /&gt; &lt;B&gt;SalesManAppField,&lt;/B&gt;&lt;BR /&gt; &lt;B&gt;&lt;/B&gt; &lt;B&gt;SalesManAppField as SALESMAN&lt;/B&gt;&lt;BR /&gt;&lt;B&gt;FROM .....&lt;BR /&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;/B&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;B&gt;&lt;BR /&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 18:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154857#M712455</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-03-10T18:04:20Z</dc:date>
    </item>
    <item>
      <title>Section Access/Application: ISSUES</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154858#M712456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Renaud, thanx for answering!&lt;/P&gt;&lt;P&gt;Great tips! They worked just fine!&lt;/P&gt;&lt;P&gt;I'm checking Oleg's answer now... if you're both right (you always are...), my problems are solved!&lt;/P&gt;&lt;P&gt;Thxx again!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 18:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154858#M712456</guid>
      <dc:creator />
      <dc:date>2011-03-10T18:16:54Z</dc:date>
    </item>
    <item>
      <title>Section Access/Application: ISSUES</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154859#M712457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oleg,&lt;/P&gt;&lt;P&gt;NAILED AGAIN!&lt;/P&gt;&lt;P&gt;Worked perfectly, thank you so much!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 18:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154859#M712457</guid>
      <dc:creator />
      <dc:date>2011-03-10T18:45:22Z</dc:date>
    </item>
    <item>
      <title>Section Access/Application: ISSUES</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154860#M712458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oleg,&lt;/P&gt;&lt;P&gt;After I implemented this solution in the app, I have been ordered to enhance it...&lt;/P&gt;&lt;P&gt;Now, when a user that is a MANAGER of a subset of salesmen logins in, it must see only data related to its "team"...&lt;/P&gt;&lt;P&gt;I tried creating a MANAGER field in the .XLS file that holds the security information, but with no success at first...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you or anyone following this post ever stepped upon something like it?&lt;/P&gt;&lt;P&gt;Thx again!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 17:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154860#M712458</guid>
      <dc:creator />
      <dc:date>2011-03-14T17:11:26Z</dc:date>
    </item>
    <item>
      <title>Section Access/Application: ISSUES</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154861#M712459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thiago,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add another field, MANAGER, and create another corresponding field in your application - for example, SalesManager. Build an association between SalesManagers and Sales People (reading from Excel, for example). For those users that are Managers, fill out their MANAGER field. Then, associate MANAGER field from Section Access with the SalesManager field from your application, and it should work in the same way.&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 00:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154861#M712459</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-03-15T00:36:58Z</dc:date>
    </item>
    <item>
      <title>Section Access/Application: ISSUES</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154862#M712460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oleg, thanx for answering!&lt;/P&gt;&lt;P&gt;Let me check if I got this right...&lt;/P&gt;&lt;P style="font-style: italic; font-weight: bold"&gt;"You can add another field, MANAGER, and create another corresponding field in your application"&lt;/P&gt;&lt;P&gt;My excel file have two sheets (tables) to control de access so far...&lt;BR /&gt;USER (Access, UserID, Password) and USERINFO (UserID, Salesmen). The Salesmen is my common field with the app (just like MANAGER must become), and made it work perfectly according to the first proposal.&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;B&gt;"Build an association between SalesManagers and Sales People". For those users that are Managers, fill out their MANAGER field.&lt;/B&gt; &lt;B&gt;Then, associate MANAGER field from Section Access with the SalesManager field from your application, and it should work in the same way."&lt;/B&gt;&lt;/P&gt;&lt;P&gt;That's the 1 million dollar question... I don't see in which table (USER or USERINFO) the MANAGER field must be created, how must I fill it (with the managers names, or with BOOL values), and how may I create it in the app (add it to the excel file, or bring it INLINE within the app)... the Salesmen field used previously was already in the app, making everything easier at first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying things out like you have told, but I would very much appreciate another look of yours into this matter.&lt;/P&gt;&lt;P&gt;Thank you so much once again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 12:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-ISSUES/m-p/154862#M712460</guid>
      <dc:creator />
      <dc:date>2011-03-15T12:49:26Z</dc:date>
    </item>
  </channel>
</rss>

