<?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 Question about Section acess in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232011#M83683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Karl, Peter, amars and tresesco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2011 06:03:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-01T06:03:56Z</dc:date>
    <item>
      <title>Question about Section acess</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232004#M83676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I have section acess table as below. The User A can acess data of "Product001 and Product002", and the User ADMIN can acess all.&lt;/P&gt;&lt;P&gt;My question is: Do I have to create a 10-rows table in order to acess Product001~010? OR If 100 products for one user to acess, a 100-rows table must be created, mustn't it ?&lt;/P&gt;&lt;P&gt;ACCESS USERID TEMPFIELD&lt;BR /&gt;Admin ADMIN&lt;BR /&gt;User A Product001&lt;BR /&gt;User A Product002&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 06:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232004#M83676</guid>
      <dc:creator />
      <dc:date>2011-02-28T06:15:45Z</dc:date>
    </item>
    <item>
      <title>Question about Section acess</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232005#M83677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To answer your current question: Yes, you are right. because admin would only be able to access those products that are not in the list/table. so you have to mention all products in your table- INLINE or Excel.&lt;/P&gt;&lt;P&gt;Answer to your "Relative Amount" question: When you are having Month/Year in the dimension, you probably won't be able to achieve that at the front end only with Set analysis. you have to do it at the back end. you have to create a common date table/field with all dates in between your max and min dates. and then again your amount field would have to filled with '0' values where there is no input in original.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 08:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232005#M83677</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2011-02-28T08:28:26Z</dc:date>
    </item>
    <item>
      <title>Question about Section acess</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232006#M83678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you?&lt;/P&gt;&lt;P&gt;I'm interesting in QV but not good at English. Thank you for your patient reply. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 09:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232006#M83678</guid>
      <dc:creator />
      <dc:date>2011-02-28T09:53:42Z</dc:date>
    </item>
    <item>
      <title>Question about Section acess</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232007#M83679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, What you can do is, You can create Different Groups for Access. Like Group1 having Access To all Products, Group2 to a specific products &amp;amp; like that. Now for defining Section Access every time u need not write in an Inline Table but u can write a Query to specify Section Access as well.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;SectAccessTbl:&lt;/P&gt;&lt;P&gt;Load 'ADMIN' as ADMIN, 'A' as USERID, 'Group1' as GROUP, '*' as PRODUCTS autogenerate 1;&lt;/P&gt;&lt;P&gt;Concatenate (SectAccessTbl)&lt;/P&gt;&lt;P&gt;Load 'USER' as ADMIN, 'B' as USERID, 'Group2' as GROUP, PRODUCTS Resident ProductTable Where Product ='Product3' or Product = 'Product4;&lt;/P&gt;&lt;P&gt;Now u can write Section Access like&lt;/P&gt;&lt;P&gt;Section Access:&lt;/P&gt;&lt;P&gt;Load ADMIN, USERID, GROUP, PROUDCTS Resident SectAccessTbl;&lt;/P&gt;&lt;P&gt;Drop Table SectAccessTbl;&lt;/P&gt;&lt;P&gt;Like That.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 10:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232007#M83679</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2011-02-28T10:40:09Z</dc:date>
    </item>
    <item>
      <title>Question about Section acess</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232008#M83680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;comments on Groups is correct, n'theless Using the "STAR IS" -command forces in the section access to interprete e.g. the "*" to read all, thus script might look as fllws:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;STAR IS *;&lt;BR /&gt;Access: LOAD * INLINE[ACCESS, USERID, TEMPFIELD,&lt;BR /&gt;Admin, ADMIN, *&lt;BR /&gt;User, A, Product001&lt;BR /&gt;User, A, Product002];&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 11:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232008#M83680</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2011-02-28T11:50:06Z</dc:date>
    </item>
    <item>
      <title>Question about Section acess</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232009#M83681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I know your idea a little. But when I copy your code to QV script editor, QV report an error like the pic. I think it's because of my ignorance about script code. Could you please help me correct the error?&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0285._5563B783_.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/0285._5563B783_.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;ProductTable:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; PRODUCTS&lt;BR /&gt; Product3&lt;BR /&gt; Product 4&lt;BR /&gt; Product1&lt;BR /&gt;];&lt;BR /&gt;SectAccessTbl:&lt;BR /&gt;Load 'ADMIN' as ADMIN, 'A' as USERID, 'Group1' as GROUP, '*' as PRODUCTS autogenerate 1;&lt;BR /&gt;Concatenate (SectAccessTbl)&lt;BR /&gt;Load 'USER' as ADMIN, 'B' as USERID, 'Group2' as GROUP, PRODUCTS Resident ProductTable Where Product ='Product3' or Product = 'Product4;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 01:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232009#M83681</guid>
      <dc:creator />
      <dc:date>2011-03-01T01:08:35Z</dc:date>
    </item>
    <item>
      <title>Question about Section acess</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232010#M83682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure the fields are named exactly the same. Capital and lowercase letter matter so it should be&lt;/P&gt;&lt;P&gt;Load 'USER' as ADMIN, 'B' as USERID, 'Group2' as GROUP, PRODUCTS Resident ProductTable Where PRODUCTS ='Product3' or PRODUCTS = 'Product4;&lt;/P&gt;&lt;P&gt;I would stay with amars idea although the ideal solution is to have a permissions table in a database that defines the groups instead of creating the groups in QlikView.&lt;/P&gt;&lt;P&gt;The '*' or '' works alright in the developer, but when you have strict exclusion enabled or you open the file in the server environment, it doesn't work as well. However, since I didn't know about the "STAR is;" function, Peter might know something I don't.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 01:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232010#M83682</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2011-03-01T01:36:32Z</dc:date>
    </item>
    <item>
      <title>Question about Section acess</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232011#M83683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Karl, Peter, amars and tresesco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 06:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-Section-acess/m-p/232011#M83683</guid>
      <dc:creator />
      <dc:date>2011-03-01T06:03:56Z</dc:date>
    </item>
  </channel>
</rss>

