<?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: Can you find the error in this Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-you-find-the-error-in-this-Expression/m-p/696958#M1055497</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 something like below: if you want to calculate only when those conditions met,&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: 12px; line-height: 1.5em;"&gt;sum(if ((Cat=('BR') and POSI=('ME') and BRO_COMM=('0') and AGE_COM=('0') and GRO_COM=('0')), COM_PRE*BR_COM_ORC,0))/100&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: 12px; line-height: 1.5em;"&gt;&lt;BR /&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: 12px; line-height: 1.5em;"&gt;Hope this helps.&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: 12px; line-height: 1.5em;"&gt;&lt;BR /&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: 12px; line-height: 1.5em;"&gt;Regards,&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: 12px; line-height: 1.5em;"&gt;Chinna&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 03:37:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-10T03:37:24Z</dc:date>
    <item>
      <title>Can you find the error in this Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-find-the-error-in-this-Expression/m-p/696956#M1055495</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 expression is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;alt(sum({&amp;lt;Cat={'BR'},POSI={'ME'},BRO_COMM={'0'},AGE_COM={'0'},GRO_COM={'0'}&amp;gt;}COM_PRE*BR_COM_ORC)/100,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working formula for my application. But by using this, calculation is being done for the rows which category ='AG' and 'GR' instead of 'BR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I'm new for qlik view, expected kind help to modify this formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick response highly appreciated.&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, 10 Oct 2014 03:05:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-find-the-error-in-this-Expression/m-p/696956#M1055495</guid>
      <dc:creator />
      <dc:date>2014-10-10T03:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can you find the error in this Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-find-the-error-in-this-Expression/m-p/696957#M1055496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently it is seem that other checks in your expression are making condition false , you should check expression by simplifying your conditions. Check what happens when you apply only Cat condition then move on step by step. Or post sample application so that i can check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 03:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-find-the-error-in-this-Expression/m-p/696957#M1055496</guid>
      <dc:creator />
      <dc:date>2014-10-10T03:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can you find the error in this Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-find-the-error-in-this-Expression/m-p/696958#M1055497</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 something like below: if you want to calculate only when those conditions met,&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: 12px; line-height: 1.5em;"&gt;sum(if ((Cat=('BR') and POSI=('ME') and BRO_COMM=('0') and AGE_COM=('0') and GRO_COM=('0')), COM_PRE*BR_COM_ORC,0))/100&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: 12px; line-height: 1.5em;"&gt;&lt;BR /&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: 12px; line-height: 1.5em;"&gt;Hope this helps.&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: 12px; line-height: 1.5em;"&gt;&lt;BR /&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: 12px; line-height: 1.5em;"&gt;Regards,&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: 12px; line-height: 1.5em;"&gt;Chinna&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 03:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-find-the-error-in-this-Expression/m-p/696958#M1055497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-10T03:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can you find the error in this Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-find-the-error-in-this-Expression/m-p/696959#M1055498</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;&lt;/P&gt;&lt;P&gt;Please post sample data related to this or either try to simplify the expression .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the expression step by step with one condition only and add on the conditions one by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Prince Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 04:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-find-the-error-in-this-Expression/m-p/696959#M1055498</guid>
      <dc:creator />
      <dc:date>2014-10-10T04:02:13Z</dc:date>
    </item>
  </channel>
</rss>

