<?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 to remove negative value in chart ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933285#M12997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried including it in your match statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Match($(Var),1,2,3),fabs(GROUP_CLASS),fabs(BRAND_),fabs(SEGMENT_)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Aug 2015 11:54:44 GMT</pubDate>
    <dc:creator>ogster1974</dc:creator>
    <dc:date>2015-08-29T11:54:44Z</dc:date>
    <item>
      <title>How to remove negative value in chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933284#M12996</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 am using QS Variable , my expression is :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Match($(Var),1,2,3),GROUP_CLASS,BRAND_,SEGMENT_)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="negative value.png" class="jive-image image-1" src="/legacyfs/online/97343_negative value.png" style="height: 350px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I am aware that&amp;nbsp; "fabs" can help to remove the -ve value , but then i when i try below , it does work :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fabs(Pick(Match($(Var),1,2,3),GROUP_CLASS,BRAND_,SEGMENT_))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope some one can advise me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 10:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933284#M12996</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-08-29T10:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove negative value in chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933285#M12997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried including it in your match statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Match($(Var),1,2,3),fabs(GROUP_CLASS),fabs(BRAND_),fabs(SEGMENT_)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 11:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933285#M12997</guid>
      <dc:creator>ogster1974</dc:creator>
      <dc:date>2015-08-29T11:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove negative value in chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933286#M12998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or rangemax if you want to set the &amp;lt;0 values to 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Pick(Match($(Var),1,2,3),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rangemax(GROUP_CLASS,0),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;rangemax(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;BRAND_&lt;/SPAN&gt;,0)&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;rangemax(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SEGMENT_&lt;/SPAN&gt;,0)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 15:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933286#M12998</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-30T15:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove negative value in chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933287#M12999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much it work fine now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 08:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933287#M12999</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-09-01T08:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove negative value in chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933288#M13000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd take Jonathan advice to. As was perfectly valid although its appeared to have disappeared from the thread.&amp;nbsp; You are excluding perfectly valid data from your chart using this method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With both mine and Massimos approach you should include perhaps a footnote or subtitle message letting the user know what and why you excluded certain data.&amp;nbsp; They have to trust it so any cavets to your charts should be explained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or perhaps with my BI hat on I would be wondering why I had a negative in the first place if I didn't want one?&amp;nbsp; Is there a data quality issue in my model or the raw data that needs addressing?&amp;nbsp; Don't be afraid/ hide outliers they are your friend.&amp;nbsp; This is what both Sense and View is good at doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 09:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933288#M13000</guid>
      <dc:creator>ogster1974</dc:creator>
      <dc:date>2015-09-01T09:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove negative value in chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933289#M13001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i very sorry i just want to delete previous post , because that post consist of sensitive information. and Jonathan post was accidentally deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i do support what Jonathan advise , it is not right to use fabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will add foot note to make remark on chart use fabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way any idea , i can reduce my qvf file to 10% ? instead of i need to remove the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 09:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933289#M13001</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-09-01T09:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove negative value in chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933290#M13002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post more detail on your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 10:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933290#M13002</guid>
      <dc:creator>ogster1974</dc:creator>
      <dc:date>2015-09-01T10:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove negative value in chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933291#M13003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/178517"&gt;QS how to reduce the data ?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above link is my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 10:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-remove-negative-value-in-chart/m-p/933291#M13003</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-09-01T10:47:38Z</dc:date>
    </item>
  </channel>
</rss>

