<?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 for one special field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-for-one-special-field/m-p/454246#M169490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the problem. in the settings i forgot to check a option &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Apr 2013 09:16:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-16T09:16:10Z</dc:date>
    <item>
      <title>Section Access for one special field</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-for-one-special-field/m-p/454243#M169487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i build the Section Access Script, that 2 of 3 Users, can see the content of a field/listbox in the application&lt;/P&gt;&lt;P&gt;So User A and B should see the content of the listbox "test" in the Application but User C is not allowed to see the content. So the listbox should have no values.&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Aylin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 12:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-for-one-special-field/m-p/454243#M169487</guid>
      <dc:creator />
      <dc:date>2013-04-15T12:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for one special field</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-for-one-special-field/m-p/454244#M169488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the OMIT option in Section Access, check below example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;Example 5:&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;Section Access;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;ACCESS, USERID, PASSWORD, OMIT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;ADMIN, ADMIN, ADMIN,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;USER, USER1, U1, SALES&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;USER, USER2, U2, WAREHOUSE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;USER, USER3, U3, EMPLOYEES&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;USER, USER4, U4, SALES&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;USER, USER4, U4, WAREHOUSE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;USER, USER5, U5, *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;Section Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;SALES, WAREHOUSE, EMPLOYEES, ORDERS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;1, 2, 3, 4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;In this example, the field OMIT has been added as part of Section Access.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;USER1 will not be able to see the field SALES, USER2 will not be able to see field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;WAREHOUSE and USER3 will not see field EMPLOYEES.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;USER4 has been added twice to the solution since we want to OMIT two fields for this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;user, SALES and WAREHOUSE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;USER5 has a “*” added which means that all listed fields in OMIT will be unavailable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;USER5 will not be able to see fields SALES, WAREHOUSE and EMPLOYEES.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif';"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 12:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-for-one-special-field/m-p/454244#M169488</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-04-15T12:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for one special field</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-for-one-special-field/m-p/454245#M169489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help. I tried this, but it doesn't work.&lt;/P&gt;&lt;P&gt;i have already a table in the section access with ACCESS and NTNAME.&lt;/P&gt;&lt;P&gt;Then i make a concatenate with your table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i take only ACCESS, NTNAME and OMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont understand the second table. Does it meansthat SALES with the value 1 will be hidden ? &lt;/P&gt;&lt;P&gt;When yes, i tried this and values like 1 will be shown in my example...&lt;/P&gt;&lt;P&gt;If the value is a string, so i have to use apostrophe 'text'&amp;nbsp; or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Aylin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 07:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-for-one-special-field/m-p/454245#M169489</guid>
      <dc:creator />
      <dc:date>2013-04-16T07:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for one special field</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-for-one-special-field/m-p/454246#M169490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the problem. in the settings i forgot to check a option &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 09:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-for-one-special-field/m-p/454246#M169490</guid>
      <dc:creator />
      <dc:date>2013-04-16T09:16:10Z</dc:date>
    </item>
  </channel>
</rss>

