<?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: Case 906 Control access why work when reload on my note book ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Case-906-Control-access-why-work-when-reload-on-my-note-book/m-p/1721667#M722982</link>
    <description>&lt;P&gt;This has been posted multiple times (&lt;A href="https://community.qlik.com/t5/New-to-QlikView/ntname-in-the-section-of-access/m-p/298588" target="_self"&gt;here&lt;/A&gt;, &lt;A href="https://community.qlik.com/t5/New-to-QlikView/ntname-in-the-section-of-access/m-p/298588" target="_self"&gt;here&lt;/A&gt; and &lt;A href="https://community.qlik.com/t5/QlikView-Scripting/Section-Access-Help/td-p/152132" target="_self"&gt;here&lt;/A&gt;, among many, many others), and it is detailed too in the &lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Security.htm" target="_self"&gt;Help site&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In short: the "*" in the section access table does not mean "all values" but instead "all &lt;EM&gt;listed&lt;/EM&gt; values in the section access table".&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is, since in your section access table code below you only have listed TS in the SOURCE field, "*" refers to TS and TS only.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need as many lines in the section access table as possible values you want to use with "*".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jun 2020 11:02:03 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2020-06-24T11:02:03Z</dc:date>
    <item>
      <title>Case 906 Control access why work when reload on my note book ?</title>
      <link>https://community.qlik.com/t5/QlikView/Case-906-Control-access-why-work-when-reload-on-my-note-book/m-p/1720591#M722981</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;My access control script below work fine when i do reload on my note book :-&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS, NTNAME, SOURCE&lt;BR /&gt;ADMIN, &lt;FONT color="#FF0000"&gt;DESKTOP-9837GT0\pauly&lt;/FONT&gt;,*&lt;BR /&gt;ADMIN, &lt;FONT color="#FF0000"&gt;QV-PC\QV&lt;/FONT&gt;,TS,TS&lt;BR /&gt;];&lt;BR /&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;Work fine mean :-&lt;BR /&gt;On my Note book osuser() = &lt;FONT color="#FF0000"&gt;DESKTOP-9837GT0\pauly&lt;/FONT&gt; , for SOURCE field i can view SOURCE = ALL&lt;BR /&gt;On another note book osuser() = &lt;FONT color="#FF0000"&gt;QV-PC\QV&lt;/FONT&gt; , for SOURCE field i can only view SOURCE = TS.&lt;/P&gt;&lt;P&gt;But whem i reload at my another note book osuser() = &lt;FONT color="#FF0000"&gt;QV-PC\QV&lt;/FONT&gt; , it does not work , because :-&lt;/P&gt;&lt;P&gt;On my Note book osuser() = &lt;FONT color="#FF0000"&gt;DESKTOP-9837GT0\pauly&lt;/FONT&gt; , for SOURCE field i can only view SOURCE = TS&lt;BR /&gt;On another note book osuser() = &lt;FONT color="#FF0000"&gt;QV-PC\QV&lt;/FONT&gt; , for SOURCE field i can only view SOURCE = TS.&lt;/P&gt;&lt;P&gt;Hope some one can share with me where go wrong ?&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-906-Control-access-why-work-when-reload-on-my-note-book/m-p/1720591#M722981</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Case 906 Control access why work when reload on my note book ?</title>
      <link>https://community.qlik.com/t5/QlikView/Case-906-Control-access-why-work-when-reload-on-my-note-book/m-p/1721667#M722982</link>
      <description>&lt;P&gt;This has been posted multiple times (&lt;A href="https://community.qlik.com/t5/New-to-QlikView/ntname-in-the-section-of-access/m-p/298588" target="_self"&gt;here&lt;/A&gt;, &lt;A href="https://community.qlik.com/t5/New-to-QlikView/ntname-in-the-section-of-access/m-p/298588" target="_self"&gt;here&lt;/A&gt; and &lt;A href="https://community.qlik.com/t5/QlikView-Scripting/Section-Access-Help/td-p/152132" target="_self"&gt;here&lt;/A&gt;, among many, many others), and it is detailed too in the &lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Security.htm" target="_self"&gt;Help site&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In short: the "*" in the section access table does not mean "all values" but instead "all &lt;EM&gt;listed&lt;/EM&gt; values in the section access table".&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is, since in your section access table code below you only have listed TS in the SOURCE field, "*" refers to TS and TS only.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need as many lines in the section access table as possible values you want to use with "*".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 11:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-906-Control-access-why-work-when-reload-on-my-note-book/m-p/1721667#M722982</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2020-06-24T11:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Case 906 Control access why work when reload on my note book ?</title>
      <link>https://community.qlik.com/t5/QlikView/Case-906-Control-access-why-work-when-reload-on-my-note-book/m-p/1721687#M722983</link>
      <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;You are very clear and precise in your explanations. Thank you so much.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 11:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-906-Control-access-why-work-when-reload-on-my-note-book/m-p/1721687#M722983</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-06-24T11:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Case 906 Control access why work when reload on my note book ?</title>
      <link>https://community.qlik.com/t5/QlikView/Case-906-Control-access-why-work-when-reload-on-my-note-book/m-p/1722987#M722984</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22381" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Miguel_Angel_Baeyens&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have create below sales can only view SOURCE = TS TA TP TI . But all below beside able to view SOURCE = TS TA TP TI , Also can view SOURCE = &lt;FONT color="#FF0000"&gt;SD PW PO DA LE&lt;/FONT&gt; ? ( &lt;FONT color="#FF0000"&gt;which is not correct&lt;/FONT&gt; )&lt;/P&gt;&lt;P&gt;USER, ROGER\Roger Wee,TS&lt;BR /&gt;USER, ROGER\Roger Wee,TA&lt;BR /&gt;USER, ROGER\Roger Wee,TP&lt;BR /&gt;USER, ROGER\Roger Wee,TI&lt;/P&gt;&lt;P&gt;USER, DESKTOP-K8C67RI\aipeng,TS&lt;BR /&gt;USER, DESKTOP-K8C67RI\aipeng,TA&lt;BR /&gt;USER, DESKTOP-K8C67RI\aipeng,TP&lt;BR /&gt;USER, DESKTOP-K8C67RI\aipeng,TI&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;USER, LAPTOP-0Q70SNQH\Ong Siew Leng,TS&lt;BR /&gt;USER, LAPTOP-0Q70SNQH\Ong Siew Leng,TA&lt;BR /&gt;USER, LAPTOP-0Q70SNQH\Ong Siew Leng,TP&lt;BR /&gt;USER, LAPTOP-0Q70SNQH\Ong Siew Leng,TI&lt;/P&gt;&lt;P&gt;May i know where go wrong.&lt;/P&gt;&lt;P&gt;Below is admin access right , can view all SOURCE.&lt;/P&gt;&lt;P&gt;ADMIN,DESKTOP-9837GT0\pauly,TS&lt;BR /&gt;ADMIN,DESKTOP-9837GT0\pauly,TA&lt;BR /&gt;ADMIN,DESKTOP-9837GT0\pauly,TP&lt;BR /&gt;ADMIN,DESKTOP-9837GT0\pauly,TI&lt;BR /&gt;ADMIN,DESKTOP-9837GT0\pauly,SD&lt;BR /&gt;ADMIN,DESKTOP-9837GT0\pauly,PM&lt;BR /&gt;ADMIN,DESKTOP-9837GT0\pauly,LE&lt;BR /&gt;ADMIN,DESKTOP-9837GT0\pauly,PW&lt;BR /&gt;ADMIN,DESKTOP-9837GT0\pauly,DA&lt;/P&gt;&lt;P&gt;Hope you can advise me where go wrong ?&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 06:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-906-Control-access-why-work-when-reload-on-my-note-book/m-p/1722987#M722984</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2020-06-29T06:27:16Z</dc:date>
    </item>
  </channel>
</rss>

