<?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: lock selections for just one user in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/lock-selections-for-just-one-user/m-p/44822#M511568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,once again you gave me the right asnwer and I am really greatfull &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After a lot reading about section access I created many examples and all worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a final problem regarding the initial document.The country field as is loaded is an integer &lt;/P&gt;&lt;P&gt;1,2,3 etc .&lt;/P&gt;&lt;P&gt;in the script I use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country:&lt;/P&gt;&lt;P&gt;LOAD * INLINE "&lt;/P&gt;&lt;P&gt;country,REGION&lt;/P&gt;&lt;P&gt;1, GREECE&lt;/P&gt;&lt;P&gt;2, CYPRUS&lt;/P&gt;&lt;P&gt;3, ROMANIA&lt;/P&gt;&lt;P&gt;4, NICOSIA (FRANCH)&lt;/P&gt;&lt;P&gt;5, BULGARIA&lt;/P&gt;&lt;P&gt;";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I can "translate&lt;SPAN style="font-size: 13.3333px;"&gt;"&lt;/SPAN&gt; numbers into names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the section access I use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt; ACCESS, USERID, PASSWORD, REGION&lt;/P&gt;&lt;P&gt; ADMIN, ADMIN, ADMIN,&lt;/P&gt;&lt;P&gt; USER, USER1, U1, ROMANIA&lt;/P&gt;&lt;P&gt; USER, USER2, U2, BULGARIA&lt;/P&gt;&lt;P&gt; USER, USER3, U3, GREECE&lt;/P&gt;&lt;P&gt; USER, USER4, U4, CYPRUS&lt;/P&gt;&lt;P&gt; USER, USER5, U5, *&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I open the document,all users can see all countries.&lt;/P&gt;&lt;P&gt;Can you see what I am&amp;nbsp; missing here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2018 11:01:46 GMT</pubDate>
    <dc:creator>kostiskampouris</dc:creator>
    <dc:date>2018-04-13T11:01:46Z</dc:date>
    <item>
      <title>lock selections for just one user</title>
      <link>https://community.qlik.com/t5/QlikView/lock-selections-for-just-one-user/m-p/44820#M511566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a document with many sheets and users.My goal is to add a new user who can only see one of the sheets (sheet1 ) &lt;/P&gt;&lt;P&gt;which after searching I have seen that it is possible(haven't tried it yet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that in the sheet1 there are informations about many countries and I want the user to be able to see only informations about his country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to lock the country's listbox with a value but only for the specific user?(I need the other users to be able to navigate through all possible countries and the new user to be able to see only his country) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 11:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lock-selections-for-just-one-user/m-p/44820#M511566</guid>
      <dc:creator>kostiskampouris</dc:creator>
      <dc:date>2018-04-03T11:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: lock selections for just one user</title>
      <link>https://community.qlik.com/t5/QlikView/lock-selections-for-just-one-user/m-p/44821#M511567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you use section access here? &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1853"&gt;Introduction to Section Access&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 11:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lock-selections-for-just-one-user/m-p/44821#M511567</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-03T11:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: lock selections for just one user</title>
      <link>https://community.qlik.com/t5/QlikView/lock-selections-for-just-one-user/m-p/44822#M511568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,once again you gave me the right asnwer and I am really greatfull &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After a lot reading about section access I created many examples and all worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a final problem regarding the initial document.The country field as is loaded is an integer &lt;/P&gt;&lt;P&gt;1,2,3 etc .&lt;/P&gt;&lt;P&gt;in the script I use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country:&lt;/P&gt;&lt;P&gt;LOAD * INLINE "&lt;/P&gt;&lt;P&gt;country,REGION&lt;/P&gt;&lt;P&gt;1, GREECE&lt;/P&gt;&lt;P&gt;2, CYPRUS&lt;/P&gt;&lt;P&gt;3, ROMANIA&lt;/P&gt;&lt;P&gt;4, NICOSIA (FRANCH)&lt;/P&gt;&lt;P&gt;5, BULGARIA&lt;/P&gt;&lt;P&gt;";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I can "translate&lt;SPAN style="font-size: 13.3333px;"&gt;"&lt;/SPAN&gt; numbers into names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the section access I use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt; ACCESS, USERID, PASSWORD, REGION&lt;/P&gt;&lt;P&gt; ADMIN, ADMIN, ADMIN,&lt;/P&gt;&lt;P&gt; USER, USER1, U1, ROMANIA&lt;/P&gt;&lt;P&gt; USER, USER2, U2, BULGARIA&lt;/P&gt;&lt;P&gt; USER, USER3, U3, GREECE&lt;/P&gt;&lt;P&gt; USER, USER4, U4, CYPRUS&lt;/P&gt;&lt;P&gt; USER, USER5, U5, *&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I open the document,all users can see all countries.&lt;/P&gt;&lt;P&gt;Can you see what I am&amp;nbsp; missing here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 11:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lock-selections-for-just-one-user/m-p/44822#M511568</guid>
      <dc:creator>kostiskampouris</dc:creator>
      <dc:date>2018-04-13T11:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: lock selections for just one user</title>
      <link>https://community.qlik.com/t5/QlikView/lock-selections-for-just-one-user/m-p/44823#M511569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the [country] field linked to the rest of the data mode?&lt;/P&gt;&lt;P&gt;have you enabled Strict Exclusion (Document Properties | Opening)?&lt;/P&gt;&lt;P&gt;Also no USER will be able to see &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NICOSIA (FRANCH) as it is not explicitly listed to any user.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 11:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lock-selections-for-just-one-user/m-p/44823#M511569</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-04-13T11:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: lock selections for just one user</title>
      <link>https://community.qlik.com/t5/QlikView/lock-selections-for-just-one-user/m-p/44824#M511570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;LOAD country,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(REGION) as REGION;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;country,REGION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1, GREECE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2, CYPRUS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3, ROMANIA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4, NICOSIA (FRANCH)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5, BULGARIA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;so I can "translate" numbers into names.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In the section access I use :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Access;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ACCESS, USERID, PASSWORD, REGION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ADMIN, ADMIN, ADMIN,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USER, USER1, U1, ROMANIA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USER, USER2, U2, BULGARIA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USER, USER3, U3, GREECE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USER, USER4, U4, CYPRUS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USER, USER5, U5, *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 11:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lock-selections-for-just-one-user/m-p/44824#M511570</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-13T11:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: lock selections for just one user</title>
      <link>https://community.qlik.com/t5/QlikView/lock-selections-for-just-one-user/m-p/44825#M511571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for you imidiate answer.&lt;/P&gt;&lt;P&gt;It was the Strict Exclusion that forgot.&lt;/P&gt;&lt;P&gt;Thank you again &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 11:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lock-selections-for-just-one-user/m-p/44825#M511571</guid>
      <dc:creator>kostiskampouris</dc:creator>
      <dc:date>2018-04-13T11:14:09Z</dc:date>
    </item>
  </channel>
</rss>

