<?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 Expressions calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expressions-calculation/m-p/934825#M981425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my qvw i am calculating &lt;STRONG style="font-size: 13.3333330154419px;"&gt;AREAMANAGER &lt;/STRONG&gt;count against &lt;STRONG style="font-size: 13.3333330154419px;"&gt;REGIONMANAGER&lt;/STRONG&gt; to calculate targets&lt;/P&gt;&lt;P&gt;i am using this expression to count that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SUM(AGGR(AREAMANAGER,REGIONMANAGER,BUSINESSMANAGER,BRANCHNAME))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the values yielding are correct but there is a new condition like if AREAMANAGER count exceeds 19 for a &lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;REGIONMANAGER &lt;/STRONG&gt;&lt;/SPAN&gt;then it should write as 19&lt;/P&gt;&lt;P&gt;i have two &lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;REGIONMANAGER exceeding 19 &lt;STRONG style="font-size: 13.3333330154419px;"&gt;AREAMANAGER &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;how can i change this expression&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2015 08:44:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-17T08:44:45Z</dc:date>
    <item>
      <title>Expressions calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-calculation/m-p/934825#M981425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my qvw i am calculating &lt;STRONG style="font-size: 13.3333330154419px;"&gt;AREAMANAGER &lt;/STRONG&gt;count against &lt;STRONG style="font-size: 13.3333330154419px;"&gt;REGIONMANAGER&lt;/STRONG&gt; to calculate targets&lt;/P&gt;&lt;P&gt;i am using this expression to count that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SUM(AGGR(AREAMANAGER,REGIONMANAGER,BUSINESSMANAGER,BRANCHNAME))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the values yielding are correct but there is a new condition like if AREAMANAGER count exceeds 19 for a &lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;REGIONMANAGER &lt;/STRONG&gt;&lt;/SPAN&gt;then it should write as 19&lt;/P&gt;&lt;P&gt;i have two &lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;REGIONMANAGER exceeding 19 &lt;STRONG style="font-size: 13.3333330154419px;"&gt;AREAMANAGER &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;how can i change this expression&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 08:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-calculation/m-p/934825#M981425</guid>
      <dc:creator />
      <dc:date>2015-08-17T08:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-calculation/m-p/934826#M981426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(&lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM(AGGR(AREAMANAGER,REGIONMANAGER,BUSINESSMANAGER,BRANCHNAME)) &amp;gt;= 19, 19, &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=SUM(AGGR(AREAMANAGER,REGIONMANAGER,BUSINESSMANAGER,BRANCHNAME)))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 08:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-calculation/m-p/934826#M981426</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-17T08:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-calculation/m-p/934827#M981427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if (AGGR(count(AREAMANAGER),REGIONMANAGER)&amp;gt;=19,19,SUM(AGGR(AREAMANAGER,REGIONMANAGER,BUSINESSMANAGER,BRANCHNAME)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 08:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-calculation/m-p/934827#M981427</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-17T08:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-calculation/m-p/934828#M981428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=If(&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit;"&gt;SUM(AGGR(AREAMANAGER,REGIONMANAGER,BUSINESSMANAGER,BRANCHNAME)) &amp;gt;= 19, 19, &lt;STRONG style="font-style: inherit;"&gt;SUM(AGGR(AREAMANAGER,REGIONMANAGER,BUSINESSMANAGER,BRANCHNAME)))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit;"&gt;after removing the = it worked perfect&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 15px 0 -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-size: 11.6999998092651px; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/845860" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-size: 11.6999998092651px; font-family: inherit; color: #3778c7; background-color: #f3f3f3;"&gt;Expressions calculation&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 09:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-calculation/m-p/934828#M981428</guid>
      <dc:creator />
      <dc:date>2015-08-17T09:54:08Z</dc:date>
    </item>
  </channel>
</rss>

