<?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: Urgent Help Needed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100677#M915014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Much older in Sunny-Answering-Speed-Time ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 May 2016 19:18:28 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-05-21T19:18:28Z</dc:date>
    <item>
      <title>Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100670#M915007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/125006_Capture.PNG" style="height: 150px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I have this unsolved issue in hand which i need to deliver quickly and i am still stuck with no answers so any help would be appreciated for this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you see in the pic i have some data for 7 countries &amp;amp; 7 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i Need :&lt;/P&gt;&lt;P&gt;For every Country there are 6 values in the column (Ignore month column). &lt;/P&gt;&lt;P&gt;1)Sort the 6 values in Ascending to Descending order.&lt;/P&gt;&lt;P&gt;2)Not after sorting get the Avg(Minimum 2 values) &amp;amp; Avg(Maximum 3 values) . These values will differ for every country as the 6 values are different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100670#M915007</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100671#M915008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be easier to help you if you would post a table file or INLINE table as text with some sample records to play with, instead of just a screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try something like this (assuming your expression is Sum(Value) [which is certainly not, just replace with your expression]):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Min 2 value average:&lt;/P&gt;&lt;P&gt;=Avg(TOTAL&amp;lt;Country&amp;gt; Aggr(If(Rank( -Sum(Value),4)&amp;lt;=2, Sum(Value) ), Country, Month))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Max 3 value average:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Avg(TOTAL&amp;lt;Country&amp;gt; Aggr(If(Rank( Sum(Value),4)&amp;lt;=3, Sum(Value) ), Country, Month))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You probably need to adapt the expression to the context you want to use them in.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2016 14:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100671#M915008</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-19T14:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100672#M915009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the code but it didn’t work for me. Attaching the sample test file which can be uploaded &amp;amp; used in QV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 07:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100672#M915009</guid>
      <dc:creator />
      <dc:date>2016-05-20T07:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100673#M915010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does work, you just need to adapt the TOTAL qualifier if you don't really have Numbers for all Month and Markets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Straight table chart with two dimensions Month and Market:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Three expressions:&lt;/P&gt;&lt;P&gt;=Sum(Numbers)&lt;/P&gt;&lt;P&gt;=Avg(TOTAL Aggr(If(Rank(TOTAL -Sum(Numbers),4)&amp;lt;=2, Sum(Numbers)), Market, Month))&lt;/P&gt;&lt;P&gt;=Avg(TOTAL Aggr(If(Rank(TOTAL Sum(Numbers),4)&amp;lt;=3, Sum(Numbers)), Market, Month))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One background color expression for first expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Sum(Numbers) &amp;lt; column(2), LightGreen(), &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Sum(Numbers) &amp;gt; column(3), lightred(), Yellow()&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 09:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100673#M915010</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-20T09:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100674#M915011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the issue has been resolved (&lt;A href="https://community.qlik.com/thread/217749"&gt;Conditional based display of Traffic Lights in data&lt;/A&gt;), I would suggest closing this thread.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 May 2016 18:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100674#M915011</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-21T18:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100675#M915012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, this thread is much older...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maneck.Mechta, please refrain from posting the&amp;nbsp; same request multiple times, it just makes it hard to follow a discussion (and it's kind of frustrating that you are posting more detailed information to another, new thread instead of trying to cooperate with the people who are trying to help you).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 May 2016 18:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100675#M915012</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-21T18:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100676#M915013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the reason I responded to this thread is for you to be rewarded for your effort. Although I don't approve multiple threads, but if it has been created for any reason, the effort of people who tried to help should be rewarded in one way or the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. not sure how this is old, this is just 2 days from today &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 May 2016 19:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100676#M915013</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-21T19:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100677#M915014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Much older in Sunny-Answering-Speed-Time ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 May 2016 19:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100677#M915014</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-21T19:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100678#M915015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt; i provided mre info to the same problem posted again ( in detail this time!) bcos i dont think there is a way to edit the current one and i wanted to make sure everything is captured which wasn't the case earlier! i want any new ppl who see the issue to hav all the info in one shot rather than having to go thru the thread in bits n pieces ! so sorry i didnt think of you before i posted this?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 May 2016 13:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100678#M915015</guid>
      <dc:creator />
      <dc:date>2016-05-22T13:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100679#M915016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 May 2016 16:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100679#M915016</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-22T16:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100680#M915017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;maneck.mehta wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="15823" data-objecttype="3" href="https://community.qlik.com/people/swuehl"&gt;swuehl&lt;/A&gt; i provided mre info to the same problem posted again ( in detail this time!) bcos i dont think there is a way to edit the current one and i wanted to make sure everything is captured which wasn't the case earlier! i want any new ppl who see the issue to hav all the info in one shot rather than having to go thru the thread in bits n pieces ! so sorry i didnt think of you before i posted this?!&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You can edit an existing thread (just use Actions - Edit) or create a new reply and open the advanced editor if you want to attach files. &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I request these things from you for future requests?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Please don't post the same request multiple times (see above for reasoning)&lt;/LI&gt;&lt;LI&gt;Please use a descriptive title (NOT 'Urgent Help needed'):&lt;UL&gt;&lt;LI&gt;Nothing is urgent here in the community, most of the people are helping in there free time and don't like to be pushed&lt;/LI&gt;&lt;LI&gt;Using a descriptive title makes it easier for people to find the relevant posts&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;If possible, attach input records and your requested results to your original post, it saves a lot of time not needing to ask for this.&lt;/LI&gt;&lt;LI&gt;If something is not working for your like in "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I tried the code but it didn’t work for me", please don't forget to describe what you tried in detail, what you expected to get and what you got instead. &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Just stating 'Doesn't work' is not helping in improving the solution at all.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;If you don't like the answers given and you've found the correct answer elsewhere, just post a note that your request is resolved (a link to the solution would be nice), then set the status of your thread to ASSUMED ANSWERED. &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;Flagging a post as CORRECT answer&amp;nbsp; that just asks you to close this thread is misleading and not helping anybody looking for a solution similar to your original request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 May 2016 22:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100680#M915017</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-22T22:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100681#M915018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great explanatory response Stefan. I think all these points, if followed, can make this community a much better place. I am glad you took the time to put these points as I am going to use this thread as a recommendation for other posters as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 00:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100681#M915018</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-23T00:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100682#M915019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@SWuehl Please see my explanation below on all your points,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I gave you a full explanation on why i had to repost this! will copy paste it here once again&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;i provided mre info to the same problem posted again ( in detail this time!) bcos i dont think there is a way to edit the current one and i wanted to make sure everything is captured which wasn't the case earlier! i want any new ppl who see the issue to hav all the info in one shot rather than having to go thru the thread in bits n pieces ! so sorry i didnt think of you before i posted this?!"&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I used a title what i felt was appropriate at that time. If there were issues with the title the post wouldn't have passed moderation (as is the case with all posts in this community!)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Yes,People are helping out in their free time and if you see something you don't like &lt;SPAN style="font-size: 13.3333px;"&gt;or if you feel you are being pushed&lt;/SPAN&gt; then you can choose to leave/not answer&amp;nbsp; rather than being so sore about it!&amp;nbsp; (I don't see anyone else complaining apart from you just because i reposted this).&lt;/LI&gt;&lt;LI&gt;Please don't make your own set of guidelines as every user is free to post what he wants and if it is something not acceptable there is moderation in place as well. All posts are monitored/moderated before being posted.&lt;/LI&gt;&lt;LI&gt;The reason i marked sunny's answer as the correct one is because it is the correct one!! Also it is pointing the user to the correct thread with the full solution . I don't see him having fits of rage for not getting credit for some post!&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I won't be replying further. Since you do this in your free time as well i would suggest there are better things to do then be so sore about an online post which by the way was not reposed with the whole purpose of offending you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 05:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100682#M915019</guid>
      <dc:creator />
      <dc:date>2016-05-23T05:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100683#M915020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to clarify my previous statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not about getting points or not, it's basically about creating a more efficient forum in the long run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I haven't found the correct wordings in above post, all I asked about was to &lt;EM&gt;kindly consider&lt;/EM&gt; above when posting your next request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it's clarified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 09:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100683#M915020</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-23T09:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100684#M915021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;P.S. I know you won't answer, but could you explain what the essential difference is between my first suggested expression for the average calculation&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: 13px;"&gt;&lt;EM&gt;You can try something like this (assuming your expression is Sum(Value) [which is certainly not, just replace with your expression]):&lt;/EM&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: 13px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;Max 3 value average:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM&gt;=Avg(TOTAL&amp;lt;Country&amp;gt; Aggr(If(Rank( Sum(Value),4)&amp;lt;=3, Sum(Value) ), Country, Month))&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Sunny's solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #99cc00; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;Avg(TOTAL &amp;lt;Market&amp;gt; Aggr(If(Rank(Sum([Unique Leads 1 Month])/Sum([Active Contacts])) &amp;lt;= 3,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #99cc00;"&gt;&lt;STRONG&gt;&lt;EM&gt;Sum([Unique Leads 1 Month])/Sum([Active Contacts])), Market, Month)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #99cc00;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(just to understand and learn ...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 09:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100684#M915021</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-23T09:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100685#M915022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I too agree with the points you mentioned but considering the tonality i replied accordingly. This was my first post here so u'l need to excuse me if it wasn't really presentable. In the following posts i tried to provide as much data as i could in a presentable manner. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help &amp;amp; inputs here!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 09:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100685#M915022</guid>
      <dc:creator />
      <dc:date>2016-05-23T09:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent Help Needed</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100686#M915023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;English is not my mother language, which part of my answers have you read as offensive or have you disliked in its tonality?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2016 11:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-Needed/m-p/1100686#M915023</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-23T11:32:55Z</dc:date>
    </item>
  </channel>
</rss>

