<?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 Filtering data out of a straight table chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-data-out-of-a-straight-table-chart/m-p/173513#M42673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to do the following on the dimension tab:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Replace the dimension TRUE_CLIENT by a calculated dimension with following formula in it: &lt;EM&gt;=If(TRUE_CLIENT = 'NONE', Null(), TRUE_CLIENT)&lt;/EM&gt;.&lt;/LI&gt;&lt;LI&gt;Mark the checkbox &lt;EM&gt;'Suppress when value is null'&lt;/EM&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2009 17:54:04 GMT</pubDate>
    <dc:creator>eric_dielessen</dc:creator>
    <dc:date>2009-09-02T17:54:04Z</dc:date>
    <item>
      <title>Filtering data out of a straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-out-of-a-straight-table-chart/m-p/173511#M42671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a very simple chart with 2 dimensions and 1 expression.&lt;/P&gt;&lt;P&gt;One of the dimenions is a field called 'TRUE_CLIENT'&lt;/P&gt;&lt;P&gt;I want to be able to filter out any records that have a TRUE_CLIENT of 'NONE'&lt;/P&gt;&lt;P&gt;How can I do this within the table?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;BR /&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 16:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-out-of-a-straight-table-chart/m-p/173511#M42671</guid>
      <dc:creator />
      <dc:date>2009-09-02T16:45:41Z</dc:date>
    </item>
    <item>
      <title>Filtering data out of a straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-out-of-a-straight-table-chart/m-p/173512#M42672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you want to filter the expression to show records of TRUE_CLIENT of 'NONE'&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;= Sum( {$&amp;lt;TRUE_CLIENT={NONE}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;If you want to filter the dimension then you can use&lt;/P&gt;&lt;P&gt;=if(TRUE_CLIENT = 'NONE',TRUE_CLIENT_ID)&lt;BR /&gt;The problem is that it will return a blank row for all other clients, you can then select 'SUPRESS WHEN VALUE IS NULL' and this solves this problem&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Another option is to place a marker when loading the data from the script&lt;/P&gt;&lt;P&gt;Table:&lt;BR /&gt;LOAD *,&lt;BR /&gt;if(TRUE_CLIENT = 'NONE', 'N_TRUE_CLIENT') as N_TRUE_CLIENT;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM TABLE_ORDERS;&lt;/P&gt;&lt;P&gt;Now you have a new dimension called N_TRUE_CLIENT which you can use in your graph or report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 17:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-out-of-a-straight-table-chart/m-p/173512#M42672</guid>
      <dc:creator />
      <dc:date>2009-09-02T17:52:46Z</dc:date>
    </item>
    <item>
      <title>Filtering data out of a straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-out-of-a-straight-table-chart/m-p/173513#M42673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to do the following on the dimension tab:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Replace the dimension TRUE_CLIENT by a calculated dimension with following formula in it: &lt;EM&gt;=If(TRUE_CLIENT = 'NONE', Null(), TRUE_CLIENT)&lt;/EM&gt;.&lt;/LI&gt;&lt;LI&gt;Mark the checkbox &lt;EM&gt;'Suppress when value is null'&lt;/EM&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 17:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-out-of-a-straight-table-chart/m-p/173513#M42673</guid>
      <dc:creator>eric_dielessen</dc:creator>
      <dc:date>2009-09-02T17:54:04Z</dc:date>
    </item>
  </channel>
</rss>

