<?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: Exclude data (Straight Table) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-data-Straight-Table/m-p/530410#M198270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Michael! Very helpful!&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2015 09:18:16 GMT</pubDate>
    <dc:creator>2908nmadao</dc:creator>
    <dc:date>2015-01-22T09:18:16Z</dc:date>
    <item>
      <title>Exclude data (Straight Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-Straight-Table/m-p/530404#M198264</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;&lt;/P&gt;&lt;P&gt;I would like to exclude some data in a straight table based on Employer Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: I have 10 employers and I only want the straight table chart to display only 7 employer's information. Want to exclude employer A, B and C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How it can be achieved on the front end (Straight Table). Do i use a calculated dimension or write an expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with the syntax in either case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 19:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-Straight-Table/m-p/530404#M198264</guid>
      <dc:creator>hkg_qlik</dc:creator>
      <dc:date>2013-10-08T19:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data (Straight Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-Straight-Table/m-p/530405#M198265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd rather use calculated dimension because you do it one palce.&amp;nbsp; If in expressiosn - you have to use conditions in each expression. Syntax for calculated dimension:&lt;/P&gt;&lt;P&gt;aggr(only({&amp;lt;Employer-={'A','B','C'}&amp;gt;} Employer),Employer)&lt;/P&gt;&lt;P&gt;or if you prefer "if"&lt;/P&gt;&lt;P&gt;aggr(if(match(Employer,'A','B','C')=0, Employer),Employer)&lt;/P&gt;&lt;P&gt;In any case, check "suppress when value is null"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 20:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-Straight-Table/m-p/530405#M198265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-08T20:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data (Straight Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-Straight-Table/m-p/530406#M198266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing your idea. Can you please give an expression syntax too for future reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 20:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-Straight-Table/m-p/530406#M198266</guid>
      <dc:creator>hkg_qlik</dc:creator>
      <dc:date>2013-10-08T20:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data (Straight Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-Straight-Table/m-p/530407#M198267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on expression.&amp;nbsp; For example, if it is sum(Amount), you'll have to change it to&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Employer-={'A','B','C'}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;sum(if(match(Employer,'A','B','C')=0, Amount))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 20:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-Straight-Table/m-p/530407#M198267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-08T20:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data (Straight Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-Straight-Table/m-p/530408#M198268</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 need some help.I have a similar issue.&lt;/P&gt;&lt;P&gt;I want to exclude some of my entrances in a table.&lt;/P&gt;&lt;P&gt;I have a Status table with Open, Closed, Cancelled, etc&lt;/P&gt;&lt;P&gt;I would like to make an expression to Exclude Closed, Cancelled, Completed so that I would have visibility of the open records only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 17:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-Straight-Table/m-p/530408#M198268</guid>
      <dc:creator>2908nmadao</dc:creator>
      <dc:date>2015-01-21T17:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data (Straight Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-Straight-Table/m-p/530409#M198269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nelson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case it is easier to specify what to include than what to exclude, because there is only one value to include.&amp;nbsp; Expression will be something like this:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Status={'Open'}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;sum(if(Status='Open', Amount))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2015 17:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-Straight-Table/m-p/530409#M198269</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-21T17:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude data (Straight Table)</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-data-Straight-Table/m-p/530410#M198270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Michael! Very helpful!&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 09:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-data-Straight-Table/m-p/530410#M198270</guid>
      <dc:creator>2908nmadao</dc:creator>
      <dc:date>2015-01-22T09:18:16Z</dc:date>
    </item>
  </channel>
</rss>

