<?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: Locked selections affecting Section Access during (partial) reloads in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496917#M102703</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/285770"&gt;@LRuCelver&lt;/a&gt; and or @Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I received some feedback from internal teams over the weekend. Please go ahead and start a support case at your convenience.&lt;/P&gt;
&lt;P&gt;Kind regards...&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2024 15:33:21 GMT</pubDate>
    <dc:creator>Frank_S</dc:creator>
    <dc:date>2024-12-09T15:33:21Z</dc:date>
    <item>
      <title>Locked selections affecting Section Access during (partial) reloads</title>
      <link>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496570#M102673</link>
      <description>&lt;P&gt;I encountered this weird behavior where locking a selection in an app with a section access causes the field to be "included" in the section access after a (partial) reload. The only available values after the reload are the ones that have been locked. This even happens during a partial reload if nothing is being loaded.&lt;/P&gt;
&lt;P&gt;From what I can tell, this weird behavior is caused by the two tables I'm restricting with the section access being not connected through normal fields. The only link they have is the access table.&lt;/P&gt;
&lt;P&gt;Most interestingly, the order in which the fields used for the reduction are loaded into the section access table seems to matter. I've included a small example below.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SECTION ACCESS;
//	This Access Table will work as expected
// 	LOAD * INLINE [
// 		ACCESS,	USER.EMAIL,				SEC_ALPHA,	SEC_NUM
// 		USER,	USER@MAIL.COM,	1,			0
// 	];

//	This Access Table will cause the weird behavior
	LOAD * INLINE [
		ACCESS,	USER.EMAIL,				SEC_NUM,	SEC_ALPHA
		USER,	USER@MAIL.COM,	0,			1
	];
SECTION APPLICATION;

DIM_ALPHA:
LOAD * INLINE [
	ALPHA,	SEC_ALPHA
	A,		1
	B,		1
	C,		2
];

DIM_NUM:
LOAD 
	RecNo() - 2 AS SEC_NUM 
,	RecNo() - 2 AS NUM 
AUTOGENERATE 3;
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Starting point: Making and locking a selection.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LRuCelver_0-1733495183491.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175345i3E99DF1FBC164078/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LRuCelver_0-1733495183491.png" alt="LRuCelver_0-1733495183491.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Reload the app (full or partial reload)&lt;/LI&gt;
&lt;LI&gt;Observe how the filters/field contents have changed.
&lt;OL&gt;
&lt;LI&gt;After a reload with the first access table, all filters are cleared. All values are still available as expected.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LRuCelver_1-1733495294038.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175346i9E9177F4FDBEAE06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LRuCelver_1-1733495294038.png" alt="LRuCelver_1-1733495294038.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;After a reload with the second access table, the locked filter remains and only the filtered values are available.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LRuCelver_2-1733495438228.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175347iA5E99B1748F39C63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LRuCelver_2-1733495438228.png" alt="LRuCelver_2-1733495438228.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Can anyone reproduce or explain this behavior, or is this a bug? Any help is highly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 14:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496570#M102673</guid>
      <dc:creator>LRuCelver</dc:creator>
      <dc:date>2024-12-06T14:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Locked selections affecting Section Access during (partial) reloads</title>
      <link>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496580#M102675</link>
      <description>&lt;P&gt;Good evening,&lt;BR /&gt;I encountered the same problem just today, and found this thread looking for a solution.&lt;BR /&gt;Can anyone help with this?&lt;BR /&gt;&lt;BR /&gt;Thanks,&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Livia.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 16:11:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496580#M102675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-06T16:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Locked selections affecting Section Access during (partial) reloads</title>
      <link>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496588#M102677</link>
      <description>&lt;P&gt;Qlik Sense or Qlik Cloud?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 16:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496588#M102677</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2024-12-06T16:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Locked selections affecting Section Access during (partial) reloads</title>
      <link>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496589#M102678</link>
      <description>&lt;P&gt;Hi Frank,&amp;nbsp;&lt;BR /&gt;for me it's Qlik Sense and I'm using an older version (May 21).&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 16:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496589#M102678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-06T16:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Locked selections affecting Section Access during (partial) reloads</title>
      <link>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496590#M102679</link>
      <description>&lt;P&gt;Ok for you &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;@Anonymous&lt;/SPAN&gt; I would suggest that the problem could be with your version of Qlik Sense as that version is more than a year out of support.&lt;/P&gt;
&lt;P&gt;You can try patching in the May 2021 track (if that is even available) or suggest upgrading to a recent supported version of Qlik Sense and retesting.&lt;/P&gt;
&lt;P&gt;It will be interesting to hear if &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/285770"&gt;@LRuCelver&lt;/a&gt;&lt;/SPAN&gt; is also on an out of date version.&amp;nbsp;&lt;BR /&gt;Kind regards.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 16:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496590#M102679</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2024-12-06T16:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Locked selections affecting Section Access during (partial) reloads</title>
      <link>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496596#M102680</link>
      <description>&lt;P&gt;Ok I've tested in Qlik Cloud and got the following which appears to be a similar result.&lt;/P&gt;
&lt;DIV id="tinyMceEditor_273db7c84bce37Frank_S_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-12-06 091237.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175354i802E26A91BD101F8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-12-06 091237.png" alt="Screenshot 2024-12-06 091237.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;However, it seems that the interaction of locked fields and section access is resulting in this behavior which appears to be working as designed. It showing only the fields that are locked and that you have section access permission to.&lt;/P&gt;
&lt;P&gt;If you feel this is not expected behavior, please start a support case at your convenience.&lt;/P&gt;
&lt;P&gt;Kind regards...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 23:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496596#M102680</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2024-12-06T23:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Locked selections affecting Section Access during (partial) reloads</title>
      <link>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496754#M102695</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48712"&gt;@Frank_S&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;thanks for your response.&lt;/P&gt;
&lt;P&gt;I'm encountered this issue on a Qlik Cloud tenant.&lt;/P&gt;
&lt;P&gt;Are you sure this is really workind as intended? I granted myself access the the ALPHA values 'A' and 'B' as a user. After selecting one of them, locking the selection and reloading I'm no longer able to access the not-selected value. Even after unlocking the selection. This even happens during a partial reload when no part of the script is active.&lt;/P&gt;
&lt;P&gt;Since I don't encounter this issue if I give myself access as an admin, I'm fairly certain that the section access is somehow being affected.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 07:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496754#M102695</guid>
      <dc:creator>LRuCelver</dc:creator>
      <dc:date>2024-12-09T07:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Locked selections affecting Section Access during (partial) reloads</title>
      <link>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496917#M102703</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/285770"&gt;@LRuCelver&lt;/a&gt; and or @Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I received some feedback from internal teams over the weekend. Please go ahead and start a support case at your convenience.&lt;/P&gt;
&lt;P&gt;Kind regards...&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 15:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2496917#M102703</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2024-12-09T15:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Locked selections affecting Section Access during (partial) reloads</title>
      <link>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2498012#M102833</link>
      <description>&lt;P&gt;Hi, same weird situation. If you lock selections in some fields and reload the app, the fields stay locked, but there are no selections applied. Usually you can't lock a field if no value is selected. This situation leads to the fact that selections cannot be applied in the mashup after connecting to the app, since some fields are locked immediately after opening. This has been causing us a lot of trouble lately. Some additional info:&lt;BR /&gt;- The app has Section Access on several fields;&lt;BR /&gt;- There are several alternative states in which selection and locking are performed;&lt;BR /&gt;- Reloading the app after clearing selections and unlocking the fields does not always help, but we found a workaround on how to reset this state;&lt;BR /&gt;- &lt;SPAN&gt;Qlik Sense (February 2024 Patch 4)&lt;/SPAN&gt;;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Flash222_0-1734257521095.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175705i54BD83C80619E0FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Flash222_0-1734257521095.png" alt="Flash222_0-1734257521095.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 07:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locked-selections-affecting-Section-Access-during-partial/m-p/2498012#M102833</guid>
      <dc:creator>Flash222</dc:creator>
      <dc:date>2024-12-16T07:44:50Z</dc:date>
    </item>
  </channel>
</rss>

