<?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: Issues with Section Access in QS 2.2 in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Issues-with-Section-Access-in-QS-2-2/m-p/1079289#M17871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ended up adding all entries for a dummy user and concatenate it with the main SA table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding a "&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;STAR is *;"&lt;/EM&gt; statement did not change much...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2016 03:05:41 GMT</pubDate>
    <dc:creator>vlad_komarov</dc:creator>
    <dc:date>2016-04-12T03:05:41Z</dc:date>
    <item>
      <title>Issues with Section Access in QS 2.2</title>
      <link>https://community.qlik.com/t5/App-Development/Issues-with-Section-Access-in-QS-2-2/m-p/1079285#M17867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've noticed strange application's behaviour when Section Access is activated.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I do have a data set that contains multiple "Districts"&lt;/P&gt;&lt;P&gt;Here is the full list with no Section Access:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2016-04-07 at 4.04.32 PM.png" class="jive-image image-1" src="/legacyfs/online/120981_Screen Shot 2016-04-07 at 4.04.32 PM.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've added the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;section access;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ACCESS, USERID,&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;REDUCTION&lt;/SPAN&gt;, OMIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ADMIN, SERVER\JOSEPH.AAAAAA,*,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ADMIN, SERVER\VLADIMIR.KOMAROV,*,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ADMIN, INTERNAL\SA_SCHEDULER,*,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USER, SERVER\SAM.BBBBBB,CANADA,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USER, SERVER\SAM.BBBBBB,FLORIDA,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USER, SERVER\ALEX.CCCCCCCC, CHICAGO,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USER, SERVER\NATE.DDDDDDD,SAN FRANCISCO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USER, SERVER\NATE.DDDDDDD,NEW ENGLAND,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;section application;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// District&lt;/P&gt;&lt;P&gt;District__:&lt;/P&gt;&lt;P&gt;Load Distinct&lt;/P&gt;&lt;P&gt;"_st_site_id" AS [Site Id],&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[Tag Type] AS [District],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;upper([Tag Type]) AS REDUCTION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RESIDENT Tag_Data&lt;/P&gt;&lt;P&gt;WHERE [Tag Value] LIKE 'District' &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which produced the proper data reduction:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2016-04-07 at 3.56.23 PM.png" class="jive-image image-2" src="/legacyfs/online/120982_Screen Shot 2016-04-07 at 3.56.23 PM.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the ADMIN account that suppose to display ALL districts:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;ADMIN, SERVER\VLADIMIR.KOMAROV,*,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is displaying only districts that are listed under other REDUCTION section for other users!!&lt;/P&gt;&lt;P&gt;My account with Section Access enabled:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2016-04-07 at 4.22.41 PM.png" class="jive-image image-3" src="/legacyfs/online/120989_Screen Shot 2016-04-07 at 4.22.41 PM.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All other districts that suppose to be visible are simply missing!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to load ALL districts explicitly into Section Access code for them to be displayed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've noticed this behavior in 2.1.1 release and the latest upgrade (2.2.3) did not change much...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate any comments/suggestions/....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Vladimir&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 21:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issues-with-Section-Access-in-QS-2-2/m-p/1079285#M17867</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2016-04-07T21:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Section Access in QS 2.2</title>
      <link>https://community.qlik.com/t5/App-Development/Issues-with-Section-Access-in-QS-2-2/m-p/1079286#M17868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The problem is that the ADMIN account that suppose to display ALL districts:&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;STRONG&gt;ADMIN, SERVER\VLADIMIR.KOMAROV,*,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Is displaying only districts that are listed under other REDUCTION section for other users!!&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, that's what * means: all &lt;STRONG&gt;listed&lt;/STRONG&gt; values. If you want all values instead of all listed values the leave it blank. This has not changed. It's been implemented this way for ages in Qlikview and works just the same in Qlik Sense. This is&lt;A href="http://help.qlik.com/en-US/sense/2.2/Subsystems/Hub/Content/Scripting/Security/manage-security-with-section-access.htm"&gt; documented in the online help&lt;/A&gt;:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;A wildcard, *, is interpreted as all (listed) values of this field, that is. a value listed elsewhere in this table&lt;/STRONG&gt;. If used in one of the system fields (USERID, GROUP) in a table loaded in the access section of the script, it is interpreted as all (also not listed) possible values of this field.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 05:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issues-with-Section-Access-in-QS-2-2/m-p/1079286#M17868</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-08T05:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Section Access in QS 2.2</title>
      <link>https://community.qlik.com/t5/App-Development/Issues-with-Section-Access-in-QS-2-2/m-p/1079287#M17869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for reply. I've replaced the wildcard with the blank and it works for ADMIN account...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;But, do you know why "blank" field does not work for USER level account?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I've updated the code above as:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;USER, SERVER\ALEX.CCCCCCCC, ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And I've got the "Access Denied" message when trying to log-in to the application....&lt;/P&gt;&lt;P&gt;The app was published to the stream and this user has access to it.&lt;/P&gt;&lt;P&gt;Making this user an ADMIN works... &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;BTW, I did interpreter the help topic differently:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; line-height: 1.5em;"&gt;&lt;EM&gt;"(&lt;STRONG style="font-size: 14px; font-family: 'Open Sans', Arial, sans-serif; color: #0f0f0f;"&gt; wildcard, *&lt;/STRONG&gt;) If used in one of the system fields (USERID, GROUP) in a table loaded in the access section of the script, it is interpreted &lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG style="line-height: 1.5em; color: #0f0f0f; font-size: 14px; font-family: 'Open Sans', Arial, sans-serif; text-decoration: underline;"&gt;as all&lt;/STRONG&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; line-height: 1.5em;"&gt; (&lt;/SPAN&gt;&lt;STRONG style="line-height: 1.5em; color: #0f0f0f; font-size: 14px; font-family: 'Open Sans', Arial, sans-serif; text-decoration: underline;"&gt;also not listed&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; line-height: 1.5em;"&gt;&lt;EM&gt;) possible values of this field." &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;So my understanding was that all (also not listed) values should be displayed .....&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; line-height: 1.5em;"&gt;I cannot check the QlikView files at this moment, but I will try to get to my old files to validate it in QV.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; line-height: 1.5em;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; line-height: 1.5em;"&gt;Vladimir&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 15:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issues-with-Section-Access-in-QS-2-2/m-p/1079287#M17869</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2016-04-08T15:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Section Access in QS 2.2</title>
      <link>https://community.qlik.com/t5/App-Development/Issues-with-Section-Access-in-QS-2-2/m-p/1079288#M17870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to give a user with USER level access to all values, listed or not, then you can do two things afaik. &lt;/P&gt;&lt;P&gt;1. create entries for all values for that user&lt;/P&gt;&lt;P&gt;2. add a line &lt;EM&gt;STAR is *;&lt;/EM&gt; to the script before creating the section access table and use * for that user instead of leaving the field blank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 16:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issues-with-Section-Access-in-QS-2-2/m-p/1079288#M17870</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-08T16:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Section Access in QS 2.2</title>
      <link>https://community.qlik.com/t5/App-Development/Issues-with-Section-Access-in-QS-2-2/m-p/1079289#M17871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ended up adding all entries for a dummy user and concatenate it with the main SA table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding a "&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;STAR is *;"&lt;/EM&gt; statement did not change much...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 03:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issues-with-Section-Access-in-QS-2-2/m-p/1079289#M17871</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2016-04-12T03:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with Section Access in QS 2.2</title>
      <link>https://community.qlik.com/t5/App-Development/Issues-with-Section-Access-in-QS-2-2/m-p/1079290#M17872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;STAR (*) worked for Users also on v2.1.1, w/o "listing" all entries before. I think this is just a bug..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 16:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issues-with-Section-Access-in-QS-2-2/m-p/1079290#M17872</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2016-04-12T16:07:20Z</dc:date>
    </item>
  </channel>
</rss>

