<?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: star symbol in section access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/star-symbol-in-section-access/m-p/1333350#M823356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer attached document. Go through it. On page no 16-17 the concept of '*' is given.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2017 05:05:51 GMT</pubDate>
    <dc:creator>neha_shirsath</dc:creator>
    <dc:date>2017-08-02T05:05:51Z</dc:date>
    <item>
      <title>star symbol in section access</title>
      <link>https://community.qlik.com/t5/QlikView/star-symbol-in-section-access/m-p/1333347#M823353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand * means all in section access.&lt;/P&gt;&lt;P&gt;i wanted to control access using three field office, region and department.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Star is *;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;Section_Access:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD UPPER(NTNAME) as&amp;nbsp; NTNAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp; //UPPER(NTNAME) as&amp;nbsp; USER,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ROLEACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(COUNTRY) AS COUNTRY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(REGION_SA) AS REGION ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(DEPARTMENT) AS DEPT,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPPER(OFFICE) AS [OFFICE]&lt;/P&gt;&lt;P&gt;From SA.xls file;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say for example, i give access to one user particular country, and region and i want all the departments in the region to be visible to that person. * not working.&lt;/P&gt;&lt;P&gt;how can i handle this to get possible values of the department in section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;earlier i used auth key combinations from the example described by HIC. but my application is big and more than 6 fields are in my actual application the key comination creation is taking long time to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i decided to use straight forward approach and star is not woking..&lt;/P&gt;&lt;P&gt;can anyone help to sort out this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gautham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/star-symbol-in-section-access/m-p/1333347#M823353</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: star symbol in section access</title>
      <link>https://community.qlik.com/t5/QlikView/star-symbol-in-section-access/m-p/1333348#M823354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Is consider all those&amp;nbsp; field values which you mentioned in section access file in your case in SA.xls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you mentioned in that field all values then only show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 03:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/star-symbol-in-section-access/m-p/1333348#M823354</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-08-02T03:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: star symbol in section access</title>
      <link>https://community.qlik.com/t5/QlikView/star-symbol-in-section-access/m-p/1333349#M823355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have to go with bridge table concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;Security:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ACCESS,NTNAME,NTCOUNTRY&lt;/P&gt;&lt;P&gt;ADMIN,U1,*&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;USER,U2,IN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;USER,U3,UK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;USER,U4,US&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;Country_Bridge:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Country, // tio link with current data model.&lt;/P&gt;&lt;P&gt;Country as &lt;SPAN style="font-size: 13.3333px;"&gt;NTCOUNTRY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;from geo table;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;This might help you to over come your issue.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 04:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/star-symbol-in-section-access/m-p/1333349#M823355</guid>
      <dc:creator>balar025</dc:creator>
      <dc:date>2017-08-02T04:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: star symbol in section access</title>
      <link>https://community.qlik.com/t5/QlikView/star-symbol-in-section-access/m-p/1333350#M823356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer attached document. Go through it. On page no 16-17 the concept of '*' is given.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 05:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/star-symbol-in-section-access/m-p/1333350#M823356</guid>
      <dc:creator>neha_shirsath</dc:creator>
      <dc:date>2017-08-02T05:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: star symbol in section access</title>
      <link>https://community.qlik.com/t5/QlikView/star-symbol-in-section-access/m-p/1333351#M823357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Any help on how to get the possible values under department for the region and office?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/star-symbol-in-section-access/m-p/1333351#M823357</guid>
      <dc:creator>gauthamchilled</dc:creator>
      <dc:date>2017-08-02T11:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: star symbol in section access</title>
      <link>https://community.qlik.com/t5/QlikView/star-symbol-in-section-access/m-p/1333352#M823358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/star-symbol-in-section-access/m-p/1333352#M823358</guid>
      <dc:creator>neha_shirsath</dc:creator>
      <dc:date>2017-08-02T11:56:44Z</dc:date>
    </item>
  </channel>
</rss>

