<?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 Supress a value in Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Supress-a-value-in-Chart/m-p/212192#M66237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose it's a matter of how QlikView is developed in your company. In ours, 99% of charts are developed by IT professionals who have access to and understanding of both the script and the objects. So I tend to think of script and object solutions as being very interchangeable. That certainly won't be the case for many shops. Even if the business users aren't the ones building reports, some shops split responsibility for script and objects across different people or different groups. That can at least make it inconvenient to get script changes as a chart developer, particularly for something as simple as this, where the script maintainer might not want to be bothered, or might disagree that a script solution is better.&lt;/P&gt;&lt;P&gt;Options are good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Feb 2011 03:11:59 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2011-02-11T03:11:59Z</dc:date>
    <item>
      <title>Supress a value in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-a-value-in-Chart/m-p/212188#M66233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am trying to suppress a value in a chart.&lt;/P&gt;&lt;P&gt;When i use the "IF" condition in the dimension expression ... it aggregates everything.&lt;/P&gt;&lt;P&gt;I do not want to change calculations, just want to suppress a value entirely from the dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 00:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-a-value-in-Chart/m-p/212188#M66233</guid>
      <dc:creator />
      <dc:date>2011-02-11T00:20:47Z</dc:date>
    </item>
    <item>
      <title>Supress a value in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-a-value-in-Chart/m-p/212189#M66234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD Place,&lt;BR /&gt; if(Places &amp;lt;&amp;gt; 'SFO', Places) as Places1,&lt;BR /&gt; Sales&lt;BR /&gt;FROM&lt;BR /&gt;&lt;H&gt;&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;BR /&gt;&lt;/H&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 02:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-a-value-in-Chart/m-p/212189#M66234</guid>
      <dc:creator />
      <dc:date>2011-02-11T02:32:42Z</dc:date>
    </item>
    <item>
      <title>Supress a value in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-a-value-in-Chart/m-p/212190#M66235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If() works fine for me in a calculated dimension.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;=if(Place&amp;lt;&amp;gt;'SFO',Place)&lt;/P&gt;&lt;P&gt;Then suppress null values for the dimension. NYC stays 24, and SFO goes away.&lt;/P&gt;&lt;P&gt;The solution from elvisleonm may perform better in a real application with real data, though, so is probably the solution I'd use in practice. I just wanted to point out that if() in a dimension works just fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 02:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-a-value-in-Chart/m-p/212190#M66235</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-02-11T02:42:32Z</dc:date>
    </item>
    <item>
      <title>Supress a value in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-a-value-in-Chart/m-p/212191#M66236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In term of performance, yes, I do believe elvisleonm's way is the best.&lt;/P&gt;&lt;P&gt;But in term of flexibility, I do like John's.&lt;/P&gt;&lt;P&gt;Most of the time, report developer may be business users. Filtered the SFO out using scripts may need a bunch of change requests to change the scripts if users want SFO back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 02:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-a-value-in-Chart/m-p/212191#M66236</guid>
      <dc:creator />
      <dc:date>2011-02-11T02:57:38Z</dc:date>
    </item>
    <item>
      <title>Supress a value in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-a-value-in-Chart/m-p/212192#M66237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose it's a matter of how QlikView is developed in your company. In ours, 99% of charts are developed by IT professionals who have access to and understanding of both the script and the objects. So I tend to think of script and object solutions as being very interchangeable. That certainly won't be the case for many shops. Even if the business users aren't the ones building reports, some shops split responsibility for script and objects across different people or different groups. That can at least make it inconvenient to get script changes as a chart developer, particularly for something as simple as this, where the script maintainer might not want to be bothered, or might disagree that a script solution is better.&lt;/P&gt;&lt;P&gt;Options are good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 03:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-a-value-in-Chart/m-p/212192#M66237</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-02-11T03:11:59Z</dc:date>
    </item>
    <item>
      <title>Supress a value in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Supress-a-value-in-Chart/m-p/212193#M66238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers Guys !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 18:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Supress-a-value-in-Chart/m-p/212193#M66238</guid>
      <dc:creator />
      <dc:date>2011-02-11T18:39:54Z</dc:date>
    </item>
  </channel>
</rss>

