<?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 ERROR. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/EXPRESSION-ERROR/m-p/904957#M1014497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using PE (can not open your file) so this is my approach&lt;/P&gt;&lt;P&gt;=sum(IF(CAT='AG' AND CLA_CODE='PP' AND Range1&amp;gt;1 AND Range2&amp;lt;3,AGE_COM))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-04-25 07_49_17-Text Object Properties [4].png" class="jive-image image-1" src="/legacyfs/online/85030_2015-04-25 07_49_17-Text Object Properties [4].png" style="height: 321px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Apr 2015 06:50:57 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2015-04-25T06:50:57Z</dc:date>
    <item>
      <title>EXPRESSION ERROR.</title>
      <link>https://community.qlik.com/t5/QlikView/EXPRESSION-ERROR/m-p/904952#M1014492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;Just i wanted to calculate the 'BRO_COMM','AGE_COMM' and 'GRO_COM ' in my pivot table. Just help me to do one of this as i'm learner in Qv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used following expression to calculate the 'AGE_COMM'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(CAT='AG' AND CLA_CODE='PP' AND RANGE1&amp;lt;PREMIUM&amp;gt;RANGE2),SUM(AGE_COM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you any one show me the mistake i have done in my expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample file is attached herewith.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Priyantha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2015 04:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXPRESSION-ERROR/m-p/904952#M1014492</guid>
      <dc:creator />
      <dc:date>2015-04-25T04:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: EXPRESSION ERROR.</title>
      <link>https://community.qlik.com/t5/QlikView/EXPRESSION-ERROR/m-p/904953#M1014493</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;I want to check following the arguments in my logic,&lt;/P&gt;&lt;P&gt; CAT='AG',&lt;/P&gt;&lt;P&gt;CLA_CODE='PP',&lt;/P&gt;&lt;P&gt;and PREMIUM should be in between RANGE1 and RANGE2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Priyantha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2015 04:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXPRESSION-ERROR/m-p/904953#M1014493</guid>
      <dc:creator />
      <dc:date>2015-04-25T04:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: EXPRESSION ERROR.</title>
      <link>https://community.qlik.com/t5/QlikView/EXPRESSION-ERROR/m-p/904954#M1014494</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 below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(CAT='AG' AND CLA_CODE='PP' AND RANGE1&amp;lt;PREMIUM And PREMIUM&amp;gt;RANGE2),SUM(AGE_COM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(IF(CAT='AG' AND CLA_CODE='PP' AND RANGE1&amp;lt;PREMIUM And PREMIUM&amp;gt;RANGE2),AGE_COM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2015 05:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXPRESSION-ERROR/m-p/904954#M1014494</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-04-25T05:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: EXPRESSION ERROR.</title>
      <link>https://community.qlik.com/t5/QlikView/EXPRESSION-ERROR/m-p/904955#M1014495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected output not achieved,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st two arguments were achieved but 3rd one not successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway thanks lot for the grate help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Priyantha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2015 06:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXPRESSION-ERROR/m-p/904955#M1014495</guid>
      <dc:creator />
      <dc:date>2015-04-25T06:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: EXPRESSION ERROR.</title>
      <link>https://community.qlik.com/t5/QlikView/EXPRESSION-ERROR/m-p/904956#M1014496</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;What was the issue??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working in your example you are using Sum inside sum() which qlikview not allowed therefore it is giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if you modify as &lt;/P&gt;&lt;P&gt;SUM(IF(CAT='AG'AND CLA_CODE='PP' AND RANGE1&amp;lt;Column(1) and Column(1)&amp;gt;RANGE2,AG_COM /100))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will not give you error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2015 06:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXPRESSION-ERROR/m-p/904956#M1014496</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-04-25T06:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: EXPRESSION ERROR.</title>
      <link>https://community.qlik.com/t5/QlikView/EXPRESSION-ERROR/m-p/904957#M1014497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using PE (can not open your file) so this is my approach&lt;/P&gt;&lt;P&gt;=sum(IF(CAT='AG' AND CLA_CODE='PP' AND Range1&amp;gt;1 AND Range2&amp;lt;3,AGE_COM))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-04-25 07_49_17-Text Object Properties [4].png" class="jive-image image-1" src="/legacyfs/online/85030_2015-04-25 07_49_17-Text Object Properties [4].png" style="height: 321px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2015 06:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXPRESSION-ERROR/m-p/904957#M1014497</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-04-25T06:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: EXPRESSION ERROR.</title>
      <link>https://community.qlik.com/t5/QlikView/EXPRESSION-ERROR/m-p/904958#M1014498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a duplicate of your thread &lt;A href="https://community.qlik.com/thread/161616"&gt;Error in Expression&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please avoid duplicating your question, to make it easier for any one trying to help out. I have closed this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2015 07:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EXPRESSION-ERROR/m-p/904958#M1014498</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2015-04-26T07:43:28Z</dc:date>
    </item>
  </channel>
</rss>

