<?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 How to limit the data in a table using variable input box in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-limit-the-data-in-a-table-using-variable-input-box/m-p/1620031#M46161</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created a input box, as a slider and I am using it in front end dashboard.&lt;/P&gt;&lt;P&gt;variable name is vTop10&lt;/P&gt;&lt;P&gt;Now I have a staright table, having one dimesnsion as 'Sales manger name', and multiple expressions.&lt;/P&gt;&lt;P&gt;I have to restrict the data in table based on input box selection, how to acheive this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:47:20 GMT</pubDate>
    <dc:creator>abc_18</dc:creator>
    <dc:date>2024-11-16T04:47:20Z</dc:date>
    <item>
      <title>How to limit the data in a table using variable input box</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-limit-the-data-in-a-table-using-variable-input-box/m-p/1620031#M46161</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created a input box, as a slider and I am using it in front end dashboard.&lt;/P&gt;&lt;P&gt;variable name is vTop10&lt;/P&gt;&lt;P&gt;Now I have a staright table, having one dimesnsion as 'Sales manger name', and multiple expressions.&lt;/P&gt;&lt;P&gt;I have to restrict the data in table based on input box selection, how to acheive this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-limit-the-data-in-a-table-using-variable-input-box/m-p/1620031#M46161</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2024-11-16T04:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the data in a table using variable input box</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-limit-the-data-in-a-table-using-variable-input-box/m-p/1620060#M46162</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Which do you exactly want to restrict? The values of the dimension, the calculations on your measures or both?&lt;/P&gt;&lt;P&gt;cordially.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 13:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-limit-the-data-in-a-table-using-variable-input-box/m-p/1620060#M46162</guid>
      <dc:creator>Seyko</dc:creator>
      <dc:date>2019-09-04T13:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the data in a table using variable input box</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-limit-the-data-in-a-table-using-variable-input-box/m-p/1620061#M46163</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;would it decrease the number of rows in the table?&lt;BR /&gt;in your dimension put&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Top10:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;AGGR(
	if(
		Rank(
			your_expression
		,4)&amp;lt;=$(vTop10),
		[Sales manger name]
	)
,[Sales manger name])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Down10:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;AGGR(
	if(
		Rank(
			your_expression * -1
		,4)&amp;lt;=$(vTop10),
		[Sales manger name]
	)
,[Sales manger name])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 13:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-limit-the-data-in-a-table-using-variable-input-box/m-p/1620061#M46163</guid>
      <dc:creator>Yoshidaqlik</dc:creator>
      <dc:date>2019-09-04T13:10:55Z</dc:date>
    </item>
  </channel>
</rss>

