<?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: Expression problem...!!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/791381#M1051533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (&lt;/P&gt;&lt;P&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: 13.3333339691162px;"&gt;RANGESUM(BRO_COMM,AGE_COM,+GRO_COM,-TOT_COM) &amp;lt;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: 13.3333339691162px;"&gt;&lt;SPAN style="font-size: 13.3333339691162px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;RANGESUM(BRO_COMM,AGE_COM,+GRO_COM,-TOT_COM)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Nov 2014 08:33:20 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-11-08T08:33:20Z</dc:date>
    <item>
      <title>Expression problem...!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/791378#M1051530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My basic expression is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROUND(RANGESUM(BRO_COMM,AGE_COM,+GRO_COM,-TOT_COM))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above formula was modified as follows to show only the negative values in the pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROUND(ONLY({&amp;lt;RANGESUM(BRO_COMM,AGE_COM,+GRO_COM,-TOT_COM))={&amp;lt;"0"}&amp;gt;}RANGESUM(BRO_COMM,AGE_COM,+GRO_COM,-TOT_COM))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the formula has a error in itself. Please help to find the correct formula(expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyantha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 15:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/791378#M1051530</guid>
      <dc:creator />
      <dc:date>2014-11-07T15:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Expression problem...!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/791379#M1051531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;i have added field (columnname) and created a variable (RANGESUM=RANGESUM(BRO_COMM,AGE_COM,+GRO_COM,-TOT_COM)=0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROUND(ONLY({&amp;lt;FIELD={"$(RANGESUM)"}&amp;gt;}RANGESUM(BRO_COMM,AGE_COM,+GRO_COM,-TOT_COM)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 15:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/791379#M1051531</guid>
      <dc:creator />
      <dc:date>2014-11-07T15:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression problem...!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/791380#M1051532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Pooja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even your expression shows as "expression ok"&amp;nbsp; , expected result not achieved,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyantha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 05:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/791380#M1051532</guid>
      <dc:creator />
      <dc:date>2014-11-08T05:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expression problem...!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/791381#M1051533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (&lt;/P&gt;&lt;P&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: 13.3333339691162px;"&gt;RANGESUM(BRO_COMM,AGE_COM,+GRO_COM,-TOT_COM) &amp;lt;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: 13.3333339691162px;"&gt;&lt;SPAN style="font-size: 13.3333339691162px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333339691162px;"&gt;RANGESUM(BRO_COMM,AGE_COM,+GRO_COM,-TOT_COM)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333339691162px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 08:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/791381#M1051533</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-11-08T08:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expression problem...!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/791382#M1051534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Priyantha,&lt;/P&gt;&lt;P&gt;if possible could you provide some sample data and expect result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 21:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/791382#M1051534</guid>
      <dc:creator />
      <dc:date>2014-11-08T21:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Expression problem...!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/791383#M1051535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;RangeMin(ROUND(RANGESUM(BRO_COMM,AGE_COM,+GRO_COM,-TOT_COM)),0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;and maybe check "suppress zero values" in your chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Nov 2014 21:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/791383#M1051535</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-11-16T21:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expression problem...!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/791384#M1051536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;if (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; font-size: 13px;"&gt;RANGESUM(BRO_COMM,AGE_COM,+GRO_COM,-TOT_COM) &amp;lt;0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; font-size: 13px;"&gt;&lt;SPAN style="font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; font-size: 13px;"&gt;RANGESUM(BRO_COMM,AGE_COM,+GRO_COM,-TOT_COM)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2014 06:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-problem/m-p/791384#M1051536</guid>
      <dc:creator />
      <dc:date>2014-11-17T06:16:17Z</dc:date>
    </item>
  </channel>
</rss>

