<?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: How to display top 3 Contract Names when same contract names are there? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190626#M384812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should Change your Expression from sum(Amount) to max(Amount)&lt;/P&gt;&lt;P&gt;So you will get the Maximum number for each Contract Name.&lt;/P&gt;&lt;P&gt;Than you can Limit the datas to top 3.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Sep 2016 14:34:17 GMT</pubDate>
    <dc:creator>martinpohl</dc:creator>
    <dc:date>2016-09-22T14:34:17Z</dc:date>
    <item>
      <title>How to display top 3 Contract Names when same contract names are there?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190625#M384811</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;one of our requirement is need to display top 3 contract Names based on amount value in the Bar chart.But when I trying to display top 3 contract Names it was showing wrong values due to grouped by Contract Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see below tables and suggest me solution on this to expected results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Actual Data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;:&lt;/SPAN&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="149" style="border: 1px solid #000000; width: 557px; height: 74px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Contract Number&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Contract Name&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Amount&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;121&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;AAA&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;122&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;BBB&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;123&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;AAA&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;62&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;124&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;CCC&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;125&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;DDD&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;80&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;showing output in the Bar Chart as below&lt;/STRONG&gt;&lt;/SPAN&gt;:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="149" style="border: 1px solid #000000; width: 557px; height: 74px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Contract Name&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Amount&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AAA&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;162&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;DDD&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;80&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;CCC&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Expected Output as below&lt;/STRONG&gt;&lt;/SPAN&gt;:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="149" style="border: 1px solid #000000; width: 557px; height: 74px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Contract Name&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Amount&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AAA&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;DDD&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;80&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AAA&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;62&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190625#M384811</guid>
      <dc:creator>srinivas1921</dc:creator>
      <dc:date>2016-09-22T14:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to display top 3 Contract Names when same contract names are there?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190626#M384812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should Change your Expression from sum(Amount) to max(Amount)&lt;/P&gt;&lt;P&gt;So you will get the Maximum number for each Contract Name.&lt;/P&gt;&lt;P&gt;Than you can Limit the datas to top 3.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190626#M384812</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2016-09-22T14:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to display top 3 Contract Names when same contract names are there?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190627#M384813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138313_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190627#M384813</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-22T14:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to display top 3 Contract Names when same contract names are there?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190628#M384814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check out my solution in the attached file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138321_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;D.A. MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190628#M384814</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-22T14:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to display top 3 Contract Names when same contract names are there?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190629#M384815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/people/miguelbraga"&gt;miguelbraga&lt;/A&gt;‌‌ -&lt;/P&gt;&lt;P&gt;But this isn't matching the desired output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190629#M384815</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-22T14:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to display top 3 Contract Names when same contract names are there?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190630#M384816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've noticed that, I'm sorry &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution is the right one &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks mate&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 14:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190630#M384816</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-22T14:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to display top 3 Contract Names when same contract names are there?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190631#M384817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't have to be sorry my friend. I am pointing it out in a hope that you might come up with another way to do this. I don't like what I have, may be someone else can do better &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&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>Thu, 22 Sep 2016 14:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190631#M384817</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-22T14:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to display top 3 Contract Names when same contract names are there?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190632#M384818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should do the work without the aggr function &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138329_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;D.A. MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 15:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190632#M384818</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-22T15:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to display top 3 Contract Names when same contract names are there?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190633#M384819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension limits? Sweet &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing &lt;A href="https://community.qlik.com/people/miguelbraga"&gt;miguelbraga&lt;/A&gt;‌. But try to give more information as the OP might have to look for what you have done.&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>Thu, 22 Sep 2016 15:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190633#M384819</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-22T15:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to display top 3 Contract Names when same contract names are there?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190634#M384820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A _jive_internal="true" data-avatarid="5408" data-externalid="" data-online="false" data-presence="null" data-userid="204306" data-username="srinivas1921" href="https://community.qlik.com/people/srinivas1921"&gt;srinivas b&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've done a Straight Table with a Dimension Limit based upon a Variable that you can change with the slider chart object to have a more flexible table &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;D.A. MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 15:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190634#M384820</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-22T15:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to display top 3 Contract Names when same contract names are there?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190635#M384821</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;your solution working fine but in my bar chart displaying two dimensions like parent contract name and calculated dimesion. I want to display only Parent contract name only.please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 15:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190635#M384821</guid>
      <dc:creator>srinivas1921</dc:creator>
      <dc:date>2016-09-22T15:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to display top 3 Contract Names when same contract names are there?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190636#M384822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Dual([Contract Name], AutoNumber([Contract Number]&amp;amp;[Contract Name])) as [Dim Contract Name],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Contract Number], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Contract Name], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="233795" data-objecttype="1" href="https://community.qlik.com/thread/233795"&gt;https://community.qlik.com/thread/233795&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bar Chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;[Dim Contract Name]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;[Dim Contract Name] = {"=Rank(Sum(Amount)) &amp;lt; 4"}&amp;gt;}Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="138332" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138332_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 15:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190636#M384822</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-22T15:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to display top 3 Contract Names when same contract names are there?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190637#M384823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138330_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attached file &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;D.A. MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 15:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190637#M384823</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-22T15:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to display top 3 Contract Names when same contract names are there?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190638#M384824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even better now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/138331_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;D.A. MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 15:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190638#M384824</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-22T15:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to display top 3 Contract Names when same contract names are there?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190639#M384825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u very much Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 15:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-top-3-Contract-Names-when-same-contract-names-are/m-p/1190639#M384825</guid>
      <dc:creator>srinivas1921</dc:creator>
      <dc:date>2016-09-22T15:45:35Z</dc:date>
    </item>
  </channel>
</rss>

