<?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: Display table based on user selection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Display-table-based-on-user-selection/m-p/2544148#M109639</link>
    <description>&lt;P&gt;Hi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to know if any selection is applied you can use GetCurrentSelections function and workaround it. Parameters are as follows:&lt;/P&gt;&lt;P&gt;GetCurrentSelections ([record_sep [, tag_sep [, value_sep [, max_values [, state_name]]]]])&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2025/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/FieldFunctions/getcurrentselections.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2025/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/FieldFunctions/getcurrentselections.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;just note that hidden fields selections will not be visible, but for those you can use functions you already mentioned.&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2026 03:38:19 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2026-03-04T03:38:19Z</dc:date>
    <item>
      <title>Display table based on user selection</title>
      <link>https://community.qlik.com/t5/App-Development/Display-table-based-on-user-selection/m-p/2544137#M109638</link>
      <description>&lt;P&gt;I am trying to display a table in the dashboard if the user selects at least one filter in the dashboard. But the option I came across is&amp;nbsp;to select based on a field in Data Handling section like below. I would try to limit not specifying the filed but instead if any filter is selected on the dashboard.&lt;/P&gt;&lt;P&gt;GetSelectedCount([PRODUCT ID)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;GetSelectedCount([REGION ID)&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 21:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-table-based-on-user-selection/m-p/2544137#M109638</guid>
      <dc:creator>jjustingkm</dc:creator>
      <dc:date>2026-03-03T21:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Display table based on user selection</title>
      <link>https://community.qlik.com/t5/App-Development/Display-table-based-on-user-selection/m-p/2544148#M109639</link>
      <description>&lt;P&gt;Hi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to know if any selection is applied you can use GetCurrentSelections function and workaround it. Parameters are as follows:&lt;/P&gt;&lt;P&gt;GetCurrentSelections ([record_sep [, tag_sep [, value_sep [, max_values [, state_name]]]]])&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2025/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/FieldFunctions/getcurrentselections.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2025/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/FieldFunctions/getcurrentselections.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;just note that hidden fields selections will not be visible, but for those you can use functions you already mentioned.&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 03:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-table-based-on-user-selection/m-p/2544148#M109639</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2026-03-04T03:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Display table based on user selection</title>
      <link>https://community.qlik.com/t5/App-Development/Display-table-based-on-user-selection/m-p/2544156#M109640</link>
      <description>&lt;P&gt;If hidden fields are an issue then you could also compare a measure (pick one that will change on any selection) of the current selections with measure of the full dataset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;&lt;EM&gt;if(count({$}id) = count({1}id) , 0,1)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 05:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-table-based-on-user-selection/m-p/2544156#M109640</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2026-03-04T05:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Display table based on user selection</title>
      <link>https://community.qlik.com/t5/App-Development/Display-table-based-on-user-selection/m-p/2544199#M109646</link>
      <description>&lt;P&gt;I think I was looking for something like this.&lt;/P&gt;&lt;P&gt;Len(GetCurrentSelections())&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 14:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-table-based-on-user-selection/m-p/2544199#M109646</guid>
      <dc:creator>jjustingkm</dc:creator>
      <dc:date>2026-03-04T14:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Display table based on user selection</title>
      <link>https://community.qlik.com/t5/App-Development/Display-table-based-on-user-selection/m-p/2544242#M109657</link>
      <description>&lt;P&gt;I would use a count as condition against the main-dimensions of the table, maybe something like:&lt;/P&gt;&lt;P&gt;count(distinct&amp;nbsp;&lt;SPAN&gt;[PRODUCT ID] &amp;amp;&amp;nbsp;[REGION ID]) &amp;lt; 21&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and regardless which selections are made the condition will limit the table effective (at least if the data are sensible associated in the data-model).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 16:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Display-table-based-on-user-selection/m-p/2544242#M109657</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2026-03-05T16:21:26Z</dc:date>
    </item>
  </channel>
</rss>

