<?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 dimensions so they are not displayed in my table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-dimensions-so-they-are-not-displayed-in-my-table/m-p/2447757#M97780</link>
    <description>&lt;P&gt;It is working in my app...&lt;/P&gt;
&lt;P&gt;However, I'm happy you've found your solution, bye.&lt;/P&gt;</description>
    <pubDate>Thu, 02 May 2024 09:01:13 GMT</pubDate>
    <dc:creator>F_B</dc:creator>
    <dc:date>2024-05-02T09:01:13Z</dc:date>
    <item>
      <title>Filter dimensions so they are not displayed in my table</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-dimensions-so-they-are-not-displayed-in-my-table/m-p/2447699#M97771</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have two questions:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I have a table, that is showing different countries in europe and their respective population.&lt;/P&gt;
&lt;P&gt;One of the columns in my dataset is Country, and there I have all european countries. However, I would like to leave some countries out, I do not need them in my table..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how can i do that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2 - The Totals are shown on top of my table, I would like to have them displayed on the bottom of it. How do i do trhat?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-dimensions-so-they-are-not-displayed-in-my-table/m-p/2447699#M97771</guid>
      <dc:creator>Nemo1</dc:creator>
      <dc:date>2024-11-15T20:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimensions so they are not displayed in my table</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-dimensions-so-they-are-not-displayed-in-my-table/m-p/2447722#M97773</link>
      <description>&lt;P&gt;Use this while suppressing Null in dimension.&lt;/P&gt;
&lt;P&gt;1. =Aggr(Only({$&amp;lt;Country-={&lt;STRONG&gt;"CountryToIgnore"&lt;/STRONG&gt;,&lt;STRONG&gt;"CountryToIgnore"&lt;/STRONG&gt;}&amp;gt;} Country), Country)&lt;/P&gt;
&lt;P&gt;2. On the property panel of the table object, go to the Presentation, under Totals, and select Bottom.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 08:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-dimensions-so-they-are-not-displayed-in-my-table/m-p/2447722#M97773</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-05-02T08:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimensions so they are not displayed in my table</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-dimensions-so-they-are-not-displayed-in-my-table/m-p/2447725#M97774</link>
      <description>&lt;P&gt;where should i write the first expression?&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 08:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-dimensions-so-they-are-not-displayed-in-my-table/m-p/2447725#M97774</guid>
      <dc:creator>Nemo1</dc:creator>
      <dc:date>2024-05-02T08:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimensions so they are not displayed in my table</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-dimensions-so-they-are-not-displayed-in-my-table/m-p/2447726#M97775</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/285717"&gt;@Nemo1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your first question you can use set analysis:&lt;/P&gt;
&lt;P&gt;write in your Country column expression&amp;nbsp; =Only( {&amp;lt;&lt;SPAN&gt;Country&amp;nbsp;&lt;/SPAN&gt;-= {'A','B','C'}&amp;gt;}&amp;nbsp;&lt;SPAN&gt;Country&lt;/SPAN&gt;)&lt;/P&gt;
&lt;P&gt;with Country as the field name and A B C the country names you don't want to show&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 08:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-dimensions-so-they-are-not-displayed-in-my-table/m-p/2447726#M97775</guid>
      <dc:creator>F_B</dc:creator>
      <dc:date>2024-05-02T08:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimensions so they are not displayed in my table</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-dimensions-so-they-are-not-displayed-in-my-table/m-p/2447735#M97776</link>
      <description>&lt;P&gt;i do not get any error when i write that formula but it is still displaying countries A, B and c... and they are correctly written&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 08:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-dimensions-so-they-are-not-displayed-in-my-table/m-p/2447735#M97776</guid>
      <dc:creator>Nemo1</dc:creator>
      <dc:date>2024-05-02T08:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimensions so they are not displayed in my table</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-dimensions-so-they-are-not-displayed-in-my-table/m-p/2447749#M97778</link>
      <description>&lt;P&gt;thanks, it did work!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 08:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-dimensions-so-they-are-not-displayed-in-my-table/m-p/2447749#M97778</guid>
      <dc:creator>Nemo1</dc:creator>
      <dc:date>2024-05-02T08:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filter dimensions so they are not displayed in my table</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-dimensions-so-they-are-not-displayed-in-my-table/m-p/2447757#M97780</link>
      <description>&lt;P&gt;It is working in my app...&lt;/P&gt;
&lt;P&gt;However, I'm happy you've found your solution, bye.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 09:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-dimensions-so-they-are-not-displayed-in-my-table/m-p/2447757#M97780</guid>
      <dc:creator>F_B</dc:creator>
      <dc:date>2024-05-02T09:01:13Z</dc:date>
    </item>
  </channel>
</rss>

