<?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: Filter the values on a table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-the-values-on-a-table/m-p/2532973#M108169</link>
    <description>&lt;P&gt;Many thanks !&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Oct 2025 09:27:53 GMT</pubDate>
    <dc:creator>Tenuki</dc:creator>
    <dc:date>2025-10-09T09:27:53Z</dc:date>
    <item>
      <title>Filter the values on a table</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-the-values-on-a-table/m-p/2532863#M108151</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have create a top 5 items by % margin.&lt;/P&gt;
&lt;P&gt;I get this result :&lt;/P&gt;
&lt;P&gt;Item&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;%Marg&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Revenue2025&amp;nbsp; &amp;nbsp; &amp;nbsp;Revenue2024&lt;/P&gt;
&lt;P&gt;Item 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1050 %&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1050&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;
&lt;P&gt;Item 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 300 %&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;I would like to filter revenue, in order to display the top 5 items witch have a revenue2 &amp;gt; 1500 for instance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try data manipulation but it didn't work.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My revenue mesure look like this :&lt;BR /&gt;&lt;BR /&gt;sum({&amp;lt;YearRevenue={$(=Num(YEAR(Today())))}&amp;gt;} Revenue)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Many thanks for your help&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 12:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-the-values-on-a-table/m-p/2532863#M108151</guid>
      <dc:creator>Tenuki</dc:creator>
      <dc:date>2025-10-08T12:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Filter the values on a table</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-the-values-on-a-table/m-p/2532883#M108154</link>
      <description>&lt;P&gt;You can define your values in script and then use as dimension&lt;/P&gt;&lt;P&gt;LET vCurrentYear = Year(Today());&lt;/P&gt;&lt;P&gt;RevenueTable:&lt;BR /&gt;LOAD&lt;BR /&gt;*,&lt;BR /&gt;IF(YearRevenue = $(vCurrentYear), Revenue, 0) AS RevenueThisYear&lt;BR /&gt;FROM [YourDataSource];&lt;/P&gt;&lt;P&gt;AggregatedRevenue:&lt;BR /&gt;LOAD&lt;BR /&gt;Sum(RevenueThisYear) AS TotalRevenueThisYear&lt;BR /&gt;RESIDENT RevenueTable;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The add to your main table with a join&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 15:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-the-values-on-a-table/m-p/2532883#M108154</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2025-10-08T15:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filter the values on a table</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-the-values-on-a-table/m-p/2532973#M108169</link>
      <description>&lt;P&gt;Many thanks !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 09:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-the-values-on-a-table/m-p/2532973#M108169</guid>
      <dc:creator>Tenuki</dc:creator>
      <dc:date>2025-10-09T09:27:53Z</dc:date>
    </item>
  </channel>
</rss>

