<?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 Leave dimension out of a table. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Leave-dimension-out-of-a-table/m-p/2469020#M99516</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;So I have a table, and lets say i want to display all kind of vehicles and their characteristics but vans.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can i leave vans out?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried this formula, but it does not work, yeah it leaves vans out of the vehicle columns, but it is still showing me its sales and costs in the sales and costs column. I dont want that. I need it completely out of the analysis.&lt;/P&gt;
&lt;P&gt;=If(Vehicle&amp;lt;&amp;gt; 'Vans', Vehicle)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 20:55:20 GMT</pubDate>
    <dc:creator>Nemo1</dc:creator>
    <dc:date>2024-11-15T20:55:20Z</dc:date>
    <item>
      <title>Leave dimension out of a table.</title>
      <link>https://community.qlik.com/t5/App-Development/Leave-dimension-out-of-a-table/m-p/2469020#M99516</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;So I have a table, and lets say i want to display all kind of vehicles and their characteristics but vans.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can i leave vans out?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried this formula, but it does not work, yeah it leaves vans out of the vehicle columns, but it is still showing me its sales and costs in the sales and costs column. I dont want that. I need it completely out of the analysis.&lt;/P&gt;
&lt;P&gt;=If(Vehicle&amp;lt;&amp;gt; 'Vans', Vehicle)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Leave-dimension-out-of-a-table/m-p/2469020#M99516</guid>
      <dc:creator>Nemo1</dc:creator>
      <dc:date>2024-11-15T20:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Leave dimension out of a table.</title>
      <link>https://community.qlik.com/t5/App-Development/Leave-dimension-out-of-a-table/m-p/2469032#M99517</link>
      <description>&lt;P&gt;The most simple way would be the user selects directly which dimension-values should be included respectively excluded - and not to design specialized objects with any hard-filtering.&lt;/P&gt;
&lt;P&gt;Beside including any condition in the dimensions you may include it within the expression with something like: sum({&amp;lt;&amp;nbsp;&lt;SPAN&gt;Vehicle -= {'Vans'}&amp;gt;} Value)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 08:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Leave-dimension-out-of-a-table/m-p/2469032#M99517</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-07-09T08:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Leave dimension out of a table.</title>
      <link>https://community.qlik.com/t5/App-Development/Leave-dimension-out-of-a-table/m-p/2469065#M99519</link>
      <description>&lt;P&gt;If you're looking to create a dimension, try this&lt;/P&gt;
&lt;P&gt;=Aggr(Only({&amp;lt;Vehicle-={'Vans'}&amp;gt;} Vehicle), Vehicle)&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 09:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Leave-dimension-out-of-a-table/m-p/2469065#M99519</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-07-09T09:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Leave dimension out of a table.</title>
      <link>https://community.qlik.com/t5/App-Development/Leave-dimension-out-of-a-table/m-p/2469079#M99522</link>
      <description>&lt;P&gt;you can achieve this with set analysis, try this,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SUM({&amp;lt;Vehicle -= {'Vans'}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;or you can also do this by using calculated dimension&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;IF(NOT MATCH (Vehicle, 'Vans'), Vehicle)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this solve your issue, feel free to mark this as a solution.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 09:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Leave-dimension-out-of-a-table/m-p/2469079#M99522</guid>
      <dc:creator>Sayed_Mannan</dc:creator>
      <dc:date>2024-07-09T09:39:28Z</dc:date>
    </item>
  </channel>
</rss>

