<?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 Expression Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/698404#M1054007</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;Please help me to find the error in following expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROUND(ONLY(IF(SUB='FIN',GRO_PRE*.01)={"&amp;lt;0"},SUM(IF(SUB='FIN',GRO_PRE*.01))))&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>Mon, 27 Oct 2014 05:16:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-27T05:16:59Z</dc:date>
    <item>
      <title>Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/698404#M1054007</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;Please help me to find the error in following expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROUND(ONLY(IF(SUB='FIN',GRO_PRE*.01)={"&amp;lt;0"},SUM(IF(SUB='FIN',GRO_PRE*.01))))&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>Mon, 27 Oct 2014 05:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/698404#M1054007</guid>
      <dc:creator />
      <dc:date>2014-10-27T05:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/698405#M1054009</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROUND(ONLY(IF(SUB='FIN',GRO_PRE*.01)&amp;lt;0,SUM(IF(SUB='FIN',GRO_PRE*.01))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 05:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/698405#M1054009</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-10-27T05:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/698406#M1054011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ROUND(ONLY(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM(IF(SUB='FIN' And GRO_PRE*.01 &amp;lt;0,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GRO_PRE*.01))&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 05:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/698406#M1054011</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-27T05:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/698407#M1054013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that the expression could be optimized. However, that would require more information like, where you are using this expression(chart/text box/..), what you expect the output to be...Otherwise, syntactically if you want the correction, it might be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROUND(ONLY(IF(SUB='FIN',GRO_PRE*.01)&lt;STRONG&gt;&amp;lt;0&lt;/STRONG&gt;,SUM(IF(SUB='FIN',GRO_PRE*.01))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 05:29:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/698407#M1054013</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-10-27T05:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/698408#M1054015</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;Use This :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROUND(ONLY(IF(SUB='FIN',GRO_PRE*.01)&amp;lt;=0,SUM(IF(SUB='FIN',GRO_PRE*.01))))&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;Suresh Rawat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 05:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/698408#M1054015</guid>
      <dc:creator>suresh_rawat</dc:creator>
      <dc:date>2014-10-27T05:36:09Z</dc:date>
    </item>
  </channel>
</rss>

