<?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: Locking Filter so that user cannot remove filter in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Locking-Filter-so-that-user-cannot-remove-filter/m-p/2505488#M103956</link>
    <description>&lt;P&gt;Just wrote some css that you could use (via the styles in multi kpi object)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;button[data-testid="listbox-unlock-button"] {&lt;BR /&gt;display: none !important;&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2025 04:15:26 GMT</pubDate>
    <dc:creator>Matt_Whitehead</dc:creator>
    <dc:date>2025-02-12T04:15:26Z</dc:date>
    <item>
      <title>Locking Filter so that user cannot remove filter</title>
      <link>https://community.qlik.com/t5/App-Development/Locking-Filter-so-that-user-cannot-remove-filter/m-p/2490753#M101990</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;Does anyone have any experience with if it’s possible to set filters on a sheet of an app that a user is unable to remove.&lt;/P&gt;
&lt;P&gt;Currently, we are attempting to do this is by tagging the field as hidden, and then setting and locking a filter on that field via actions on the navigation button. This, however, has the limitation that the user can still see that there are filters applied (by the “Hidden selections applied” in selection pane) and then press the “Step back” filter action button twice in order to remove the filter entirely.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bobby_Tables_1-1730799874899.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173796i580C652F7CEBCDD9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bobby_Tables_1-1730799874899.png" alt="Bobby_Tables_1-1730799874899.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;We have also considered a show condition on the sheet in question which would hide the sheet if there are any data points which do not meet the filter we have applies. The limitation of this is that it interrupts the User’s experience by showing them a “this sheet is hidden” screen, and forces them to navigate back to the App overview without explanation.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 09:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locking-Filter-so-that-user-cannot-remove-filter/m-p/2490753#M101990</guid>
      <dc:creator>Bobby_Tables</dc:creator>
      <dc:date>2024-11-05T09:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Locking Filter so that user cannot remove filter</title>
      <link>https://community.qlik.com/t5/App-Development/Locking-Filter-so-that-user-cannot-remove-filter/m-p/2490764#M101996</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use a sheet action to lock a selection, as described here:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/May2024/Subsystems/Hub/Content/Sense_Hub/Sheets/setting-sheet-actions.htm" target="_blank"&gt;Adding actions to sheets | Qlik Sense on Windows Help&lt;/A&gt;&amp;nbsp;(See Lock a specific field section)&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 10:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locking-Filter-so-that-user-cannot-remove-filter/m-p/2490764#M101996</guid>
      <dc:creator>mpc</dc:creator>
      <dc:date>2024-11-05T10:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Locking Filter so that user cannot remove filter</title>
      <link>https://community.qlik.com/t5/App-Development/Locking-Filter-so-that-user-cannot-remove-filter/m-p/2490773#M101998</link>
      <description>&lt;P&gt;Hi Mpc,&lt;/P&gt;
&lt;P&gt;Thank you for your response. Unfortunately, locking a field in this way still allows the user to unlock the field if they wish.&lt;/P&gt;
&lt;P&gt;For a non-hidden field, this is as simple as clicking the locked field at the top of the screen and pressing the "Click to unlock" button.&lt;/P&gt;
&lt;P&gt;For a hidden (or non-hidden field), this can be done by pressing the&amp;nbsp;&lt;SPAN&gt;“Step back” filter action button twice in order to remove the filter entirely (as mentioned in my original post).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks again,&lt;/P&gt;
&lt;P&gt;Bobby_Tables&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 10:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locking-Filter-so-that-user-cannot-remove-filter/m-p/2490773#M101998</guid>
      <dc:creator>Bobby_Tables</dc:creator>
      <dc:date>2024-11-05T10:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Locking Filter so that user cannot remove filter</title>
      <link>https://community.qlik.com/t5/App-Development/Locking-Filter-so-that-user-cannot-remove-filter/m-p/2490820#M102020</link>
      <description>&lt;P&gt;My bad, you're right:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/May2024/Subsystems/Hub/Content/Sense_Hub/Selections/SelectionsToolbar/lock-unlock-selections.htm" target="_blank"&gt;Locking and unlocking selections | Qlik Sense on Windows Help&lt;/A&gt;&amp;nbsp;(doc. for reference)&lt;BR /&gt;&lt;BR /&gt;Why not use Section Access to reduce dataset by users ? Bu doing this, it's like users have always selected their data subset&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 12:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locking-Filter-so-that-user-cannot-remove-filter/m-p/2490820#M102020</guid>
      <dc:creator>mpc</dc:creator>
      <dc:date>2024-11-05T12:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Locking Filter so that user cannot remove filter</title>
      <link>https://community.qlik.com/t5/App-Development/Locking-Filter-so-that-user-cannot-remove-filter/m-p/2490902#M102027</link>
      <description>&lt;P&gt;Hi Mpc,&lt;/P&gt;
&lt;P&gt;Thank you for this. I have considered section access, however, on other sheets within the app the user will want to take the filter off.&lt;/P&gt;
&lt;P&gt;The next thing I will try is to use set expressions on each element on this sheet. I think this will be easy for KPIs and graphs, however I am not sure about how this will work in tables.&lt;/P&gt;
&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 17:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locking-Filter-so-that-user-cannot-remove-filter/m-p/2490902#M102027</guid>
      <dc:creator>Bobby_Tables</dc:creator>
      <dc:date>2024-11-05T17:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Locking Filter so that user cannot remove filter</title>
      <link>https://community.qlik.com/t5/App-Development/Locking-Filter-so-that-user-cannot-remove-filter/m-p/2505488#M103956</link>
      <description>&lt;P&gt;Just wrote some css that you could use (via the styles in multi kpi object)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;button[data-testid="listbox-unlock-button"] {&lt;BR /&gt;display: none !important;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 04:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locking-Filter-so-that-user-cannot-remove-filter/m-p/2505488#M103956</guid>
      <dc:creator>Matt_Whitehead</dc:creator>
      <dc:date>2025-02-12T04:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Locking Filter so that user cannot remove filter</title>
      <link>https://community.qlik.com/t5/App-Development/Locking-Filter-so-that-user-cannot-remove-filter/m-p/2505493#M103957</link>
      <description>&lt;P&gt;If a sheet needs to have a certain selection applied to everything inside the sheet I would use Set Analysis.&lt;/P&gt;
&lt;P&gt;Earlier you had to go through every expression used on the sheet and apply this, but the easiest way today is to edit the sheet, unselect the Advanced options (simplified authoring) and then apply a filter to all objects.&lt;/P&gt;
&lt;P&gt;Unfortunatley it is not possible to apply the filter to the whole page. If you like this idea to filter a whole page, you can vote for this idea:&amp;nbsp;&lt;A href="https://ideation.qlik.com/app/#/case/462035?cpid=149acc44-537f-4762-86a3-8f92d38eba16" target="_blank"&gt;https://ideation.qlik.com/app/#/case/462035?cpid=149acc44-537f-4762-86a3-8f92d38eba16&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 07:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Locking-Filter-so-that-user-cannot-remove-filter/m-p/2505493#M103957</guid>
      <dc:creator>morgankejerhag</dc:creator>
      <dc:date>2025-02-12T07:43:07Z</dc:date>
    </item>
  </channel>
</rss>

