<?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: Limiting data in qliksense table to a certain dataset or field value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548075#M110127</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/26827"&gt;@lisab80&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This cannot be done directly, but I think there is a tricky way to recreate the behavior:&lt;/P&gt;
&lt;P&gt;1. In the script, create a Flag field to be 1 when Source =&amp;nbsp;&lt;SPAN&gt;Set2,&amp;nbsp;Set4; and 0&amp;nbsp;when Source =&amp;nbsp;Set1,&amp;nbsp;Set3&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. Write the name of that field with a prefix and then hide it using&amp;nbsp;SET HidePrefix = '_'; (you can use other indicator apart from _ , this is only as example).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3. In the sheet, create an action on opening to select the value 1 on that Flag field.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4. Create another action to Lock the selections on the Flag field.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This will make the users to always be forced to choose&amp;nbsp;Set2 and/or Set4 since if they click on Set1 or Set3, the Flag field should change but we locked it. So, Qlik will not make that selection. Also, since the Flag field is hidden, the users will not be able to unlock it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let me know if you need clarifications in some step.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kind Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2026 11:12:47 GMT</pubDate>
    <dc:creator>Daniel_Castella</dc:creator>
    <dc:date>2026-04-29T11:12:47Z</dc:date>
    <item>
      <title>Limiting data in qliksense table to a certain dataset or field value</title>
      <link>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548068#M110123</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to be able to choose the dataset being read into a table in qliksense.&lt;/P&gt;&lt;P&gt;There are 4 datasets being read into my app.&amp;nbsp; Lets calls these sources Dataset1, Dataset2, Dataset3 and Dataset4.&lt;/P&gt;&lt;P&gt;To differentiate these datasets I have a source field within each dataset Dataset1_Source = Set1, Dataset2_Source = Set2 and so on&lt;/P&gt;&lt;P&gt;I then use a link table to combine this field for all datasets and call that field Source so it now contains the values Set1, Set2, Set3, Set4.&lt;/P&gt;&lt;P&gt;I would like to be able to have a table in my app that when the app opens only contains data from Set2 and Set4.&lt;/P&gt;&lt;P&gt;I have tried to limit my table using this expression in my measure but unfortunately that does not work - when I open my table and filter on the source I can still pick the other options although when selected they return nothing.&amp;nbsp; I would like a way that when my app opens the table only has data from these two datasets so the user can only pick Set2 or Set4 from the Source field. I want to include the source field in my table output as I would like the user to be able to toggle between Set2 and Set4.&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Source={'Set2', 'Set4'}&amp;gt;}Counter)&lt;/P&gt;&lt;P&gt;Any help appreciated&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 10:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548068#M110123</guid>
      <dc:creator>lisab80</dc:creator>
      <dc:date>2026-04-29T10:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in qliksense table to a certain dataset or field value</title>
      <link>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548071#M110124</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;If you want specific users to access limited data you can use section access, &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manage-security-with-section-access.htm?tr=en-En" target="_blank" rel="noopener"&gt;help&lt;/A&gt;. If you want everyone to access only Set2 and Set4, do a where condition on your final table in the script. You can also use the set analysis outside of the expression ( {&amp;lt; Source = {'Set2','Set4'} &amp;gt;} Sum(Counter) ) and hide the null values in every dimension but this doesn't limit the user selecting data from elsewhere.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 10:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548071#M110124</guid>
      <dc:creator>BIAKS</dc:creator>
      <dc:date>2026-04-29T10:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in qliksense table to a certain dataset or field value</title>
      <link>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548072#M110125</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Without looking app its hard to say anything...&lt;/P&gt;&lt;P&gt;But you can try to creating using flag in each table like&lt;/P&gt;&lt;P&gt;'Set1'&amp;nbsp; As Flag,&lt;/P&gt;&lt;P&gt;and then use flag in your expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum({&amp;lt;Flag={'Set2', 'Set4'}&amp;gt;}Counter)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 10:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548072#M110125</guid>
      <dc:creator>NitinK7</dc:creator>
      <dc:date>2026-04-29T10:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in qliksense table to a certain dataset or field value</title>
      <link>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548075#M110127</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/26827"&gt;@lisab80&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This cannot be done directly, but I think there is a tricky way to recreate the behavior:&lt;/P&gt;
&lt;P&gt;1. In the script, create a Flag field to be 1 when Source =&amp;nbsp;&lt;SPAN&gt;Set2,&amp;nbsp;Set4; and 0&amp;nbsp;when Source =&amp;nbsp;Set1,&amp;nbsp;Set3&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. Write the name of that field with a prefix and then hide it using&amp;nbsp;SET HidePrefix = '_'; (you can use other indicator apart from _ , this is only as example).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3. In the sheet, create an action on opening to select the value 1 on that Flag field.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4. Create another action to Lock the selections on the Flag field.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This will make the users to always be forced to choose&amp;nbsp;Set2 and/or Set4 since if they click on Set1 or Set3, the Flag field should change but we locked it. So, Qlik will not make that selection. Also, since the Flag field is hidden, the users will not be able to unlock it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let me know if you need clarifications in some step.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kind Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 11:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548075#M110127</guid>
      <dc:creator>Daniel_Castella</dc:creator>
      <dc:date>2026-04-29T11:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in qliksense table to a certain dataset or field value</title>
      <link>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548172#M110142</link>
      <description>&lt;P&gt;Hi BIAKS&lt;/P&gt;&lt;P&gt;Many thanks for the reply I tried what you suggested above.&amp;nbsp; So in my table under each dimension I selected show column if&amp;nbsp;&lt;/P&gt;&lt;P&gt;( {&amp;lt; Source = {'Set2','Set4'} &amp;gt;} Sum(Counter) ) then unticked include null values for very dimension in the table&amp;nbsp;&lt;/P&gt;&lt;P&gt;That doesn't work when I open the sheet with the table the source field still shows all the other datasets as selectable values (although when you pick them there is no data) - I would like the source field to only have dataset2 and dataset 4 as selectable from the source field and the other values either greyed out as unelectable or not in the field at all.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 10:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548172#M110142</guid>
      <dc:creator>lisab80</dc:creator>
      <dc:date>2026-04-30T10:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in qliksense table to a certain dataset or field value</title>
      <link>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548173#M110143</link>
      <description>&lt;P&gt;Hi NitinK7&lt;/P&gt;&lt;P&gt;many thanks for the reply thats what I was doing against my measure in the table but it didnt limit the data in the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 10:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548173#M110143</guid>
      <dc:creator>lisab80</dc:creator>
      <dc:date>2026-04-30T10:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in qliksense table to a certain dataset or field value</title>
      <link>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548174#M110144</link>
      <description>&lt;P&gt;Hi Daniel&lt;/P&gt;&lt;P&gt;Many thanks for your reply.&amp;nbsp; What you suggest above does work but when I got from table to table this locked selected still applies&lt;/P&gt;&lt;P&gt;Is there a way that when you leave that sheet it will remove the filter then when you open it again it will apply the filters again?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 10:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548174#M110144</guid>
      <dc:creator>lisab80</dc:creator>
      <dc:date>2026-04-30T10:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in qliksense table to a certain dataset or field value</title>
      <link>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548176#M110145</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/26827"&gt;@lisab80&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you cannot apply actions when leaving the sheet in Qlik Sense. But what you can do is set in the other sheets an action on opening unlocking the fields and clearing the selections you need. This will make the same effect, the bad part is that you will need to set the actions to every sheet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 10:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548176#M110145</guid>
      <dc:creator>Daniel_Castella</dc:creator>
      <dc:date>2026-04-30T10:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Limiting data in qliksense table to a certain dataset or field value</title>
      <link>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548216#M110152</link>
      <description>&lt;P&gt;Thanks for the help and advice Daniel - that solution will definitely work&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2026 16:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Limiting-data-in-qliksense-table-to-a-certain-dataset-or-field/m-p/2548216#M110152</guid>
      <dc:creator>lisab80</dc:creator>
      <dc:date>2026-04-30T16:16:15Z</dc:date>
    </item>
  </channel>
</rss>

