<?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 based on field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/section-access-based-on-field/m-p/862239#M992929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a LOAD to maintain the connection between USERID and CostCenter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users:&lt;/P&gt;&lt;P&gt;LOAD * INLINE[&lt;/P&gt;&lt;P&gt;ACCESS, USERID, PASSWORD&lt;/P&gt;&lt;P&gt;USER, USER, USER&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, ADMIN&lt;/P&gt;&lt;P&gt;USER, JOHN, JOHN&lt;/P&gt;&lt;P&gt;USER, MARY, MARY&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UsersCostCenters:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CostCenter&lt;/P&gt;&lt;P&gt;FROM [USER-COSTCENTER.TXT] (txt) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2015 11:53:45 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-07-01T11:53:45Z</dc:date>
    <item>
      <title>section access based on field</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-based-on-field/m-p/862238#M992928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Access,&amp;nbsp; UserID,&amp;nbsp; Password,&amp;nbsp; CostCenter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER,&amp;nbsp; USER,&amp;nbsp; USER,&amp;nbsp; *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADMIN,&amp;nbsp; ADMIN,&amp;nbsp; ADMIN,&amp;nbsp; *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER,&amp;nbsp; JOHN,&amp;nbsp; JOHN,&amp;nbsp; A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER,&amp;nbsp; MARY,&amp;nbsp; MARY,&amp;nbsp; B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER,&amp;nbsp; PETER,&amp;nbsp; PETER,&amp;nbsp; C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADMIN,&amp;nbsp; SIMON,&amp;nbsp; SIMON,&amp;nbsp; A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cost Centers values will change&amp;nbsp; from USER to USER&amp;lt;MARY costsenter=B later it will change&amp;gt;&amp;nbsp; or may be add extra cost centers to USERS,&lt;/P&gt;&lt;P&gt;after some time&amp;nbsp; Cost Center X and Y will comes under&amp;nbsp;&amp;nbsp; USER JOHN(able to view A,X,Y) &lt;/P&gt;&lt;P&gt;how to implement SECTION ACCESS by passing FILED (without hard coding CostCenters).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-based-on-field/m-p/862238#M992928</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: section access based on field</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-based-on-field/m-p/862239#M992929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a LOAD to maintain the connection between USERID and CostCenter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users:&lt;/P&gt;&lt;P&gt;LOAD * INLINE[&lt;/P&gt;&lt;P&gt;ACCESS, USERID, PASSWORD&lt;/P&gt;&lt;P&gt;USER, USER, USER&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, ADMIN&lt;/P&gt;&lt;P&gt;USER, JOHN, JOHN&lt;/P&gt;&lt;P&gt;USER, MARY, MARY&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UsersCostCenters:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CostCenter&lt;/P&gt;&lt;P&gt;FROM [USER-COSTCENTER.TXT] (txt) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 11:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-based-on-field/m-p/862239#M992929</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-07-01T11:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: section access based on field</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-based-on-field/m-p/862240#M992930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Petter,&lt;/P&gt;&lt;P&gt;is it possible to link with source&amp;nbsp; CostCenter field &amp;lt;this is coming from source&amp;gt;,instead of creating separate txt/excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 12:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-based-on-field/m-p/862240#M992930</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2015-07-01T12:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: section access based on field</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-based-on-field/m-p/862241#M992931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ananth , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter is given you a example. You can use your source system as well if you have &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; USERID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CostCenter&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in source system. &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;BKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 13:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-based-on-field/m-p/862241#M992931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-01T13:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: section access based on field</title>
      <link>https://community.qlik.com/t5/QlikView/section-access-based-on-field/m-p/862242#M992932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView doesn't care much where the data of tables and fields come from. So any valid LOAD statement will do. Just remember that the SYSTEM FIELDS has to be in uppercase - you can't have mixed or lower case on any of this fields. The system fields are ACCESS, USERID, PASSWORD etc ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 17:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access-based-on-field/m-p/862242#M992932</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-07-01T17:43:41Z</dc:date>
    </item>
  </channel>
</rss>

