<?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 records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/exclude-records/m-p/431109#M160722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;You can use set analysis to modify selections for a particular expression and exclude some values, for example:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[suspend code balance] &lt;STRONG&gt;-=&lt;/STRONG&gt; {"N"}&amp;gt;} Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Sep 2012 08:11:16 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2012-09-22T08:11:16Z</dc:date>
    <item>
      <title>exclude records</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-records/m-p/431106#M160719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know that you can exclude record in a script but I'm using the same script for mulitple things.&lt;/P&gt;&lt;P&gt;On this one sheet I need to exclude all [suspend code balance] = ['N'} from the selection for this sheet.&lt;/P&gt;&lt;P&gt;How can I do that? I don't want the stock numbers to show up in the chart&amp;nbsp; unless some of the records for that item are "N"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 18:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-records/m-p/431106#M160719</guid>
      <dc:creator />
      <dc:date>2012-09-21T18:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: exclude records</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-records/m-p/431107#M160720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try &lt;STRONG&gt;alternate state&lt;/STRONG&gt; for that particular field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 18:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-records/m-p/431107#M160720</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-21T18:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: exclude records</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-records/m-p/431108#M160721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try with alternate states for solving u r problem.In alternate states u can use it seperately for different sheets on selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it may helps u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2012 08:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-records/m-p/431108#M160721</guid>
      <dc:creator />
      <dc:date>2012-09-22T08:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: exclude records</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-records/m-p/431109#M160722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;You can use set analysis to modify selections for a particular expression and exclude some values, for example:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[suspend code balance] &lt;STRONG&gt;-=&lt;/STRONG&gt; {"N"}&amp;gt;} Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2012 08:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-records/m-p/431109#M160722</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-22T08:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: exclude records</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-records/m-p/431110#M160723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can exclude the values of dimension by using "-=" operator.&amp;nbsp; For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;[suspend code balance] -= {'N'}&amp;gt;} DimensionName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2012 09:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-records/m-p/431110#M160723</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-09-22T09:38:21Z</dc:date>
    </item>
  </channel>
</rss>

