<?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: How do I exclude data from being shown on my graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-data-from-being-shown-on-my-graph/m-p/586330#M1115072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;My dimensions are:&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =AGGR(ONLY(&amp;lt;{STATUSTYPE-={‘CLOSED*’}&amp;gt;}STATUSTYPE),STATUSTYPE)&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRANCH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Feb 2014 11:52:08 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-02-14T11:52:08Z</dc:date>
    <item>
      <title>How do I exclude data from being shown on my graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-data-from-being-shown-on-my-graph/m-p/586328#M1115070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have used set analysis in a dimension to exclude data from my selection and it's working. The only problem is that my graph is showing the data I want (OPENSTATUS) as well as the data I don't want to see on the graph (CLOSEDSTATUS). Please see the attachment. How do I get my graph to not show the CLOSEDSTATUS? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dimensions are: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =AGGR(ONLY({STATUSTYPE-={‘CLOSED’}&amp;gt;}STATUSTYPE),STATUSTYPE)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRANCH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =AVG(TODAY() – REPORTEDDATE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help - Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 11:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-data-from-being-shown-on-my-graph/m-p/586328#M1115070</guid>
      <dc:creator>jcharles</dc:creator>
      <dc:date>2014-02-14T11:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude data from being shown on my graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-data-from-being-shown-on-my-graph/m-p/586329#M1115071</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 below syntex&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(STATUSTYPE,'CLOSED*'),null(),STATUSTYPE) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;and check the suppress when value is null option&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 11:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-data-from-being-shown-on-my-graph/m-p/586329#M1115071</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2014-02-14T11:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude data from being shown on my graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-data-from-being-shown-on-my-graph/m-p/586330#M1115072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;My dimensions are:&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =AGGR(ONLY(&amp;lt;{STATUSTYPE-={‘CLOSED*’}&amp;gt;}STATUSTYPE),STATUSTYPE)&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRANCH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 11:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-data-from-being-shown-on-my-graph/m-p/586330#M1115072</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-14T11:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I exclude data from being shown on my graph</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-exclude-data-from-being-shown-on-my-graph/m-p/586331#M1115073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using&lt;/P&gt;&lt;P&gt;if(STATUS_TYPE='Closed',closed,null())&lt;/P&gt;&lt;P&gt;as dimension and check suppress null selecting the new calculated dimenion in the dimesion tab..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 11:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-exclude-data-from-being-shown-on-my-graph/m-p/586331#M1115073</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2014-02-14T11:54:40Z</dc:date>
    </item>
  </channel>
</rss>

