<?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: Displaying the top value in a text box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043345#M350970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Concat(Distinct {&amp;lt;Team={'Italy'},Count,UserName&amp;gt;}Team,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Apr 2016 09:18:46 GMT</pubDate>
    <dc:creator>kkkumar82</dc:creator>
    <dc:date>2016-04-03T09:18:46Z</dc:date>
    <item>
      <title>Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043343#M350968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table like the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align:center;background-color:#6690BC;color:#ffffff;padding:2px;" valign="middle"&gt;UserName&lt;A href="https://community.qlik.com/"&gt;javascript:;&lt;/A&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Team&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Count&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;User1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Italy&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;User2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Spain&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;User3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Germany&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;User4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Italy&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;User5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Germany&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;User6&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Italy&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have a Text Box that displays "Italy" as being the most popular choice...regardless of any selections that are made on the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen some solutions for this but if I had a list box based on username and I selected e.g. User5, the value displayed in the text box would change to "Germany" and would not display "Italy" which is, regardless of the selection, still the most popular choice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems such a simple thing to do but I cannot see a simple solution for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 04:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043343#M350968</guid>
      <dc:creator />
      <dc:date>2016-04-03T04:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043344#M350969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have the expression that shows the right country without a selection but the wrong country with a selection, could you share it with us? I think I know the solution to your problem, being "use Set Analysis", but I need your expression to show you how to add it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 08:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043344#M350969</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-04-03T08:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043345#M350970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Concat(Distinct {&amp;lt;Team={'Italy'},Count,UserName&amp;gt;}Team,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 09:18:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043345#M350970</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-04-03T09:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043346#M350971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat(DISTINCT {&amp;lt;Team = {"=Rank(Count({1}Team)) = 1"}, UserName&amp;gt;}Team, ', ')&lt;/STRONG&gt;&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;&lt;STRONG&gt;=Only({&amp;lt;Team = {"=Rank(Count({1}Team)) = 1"}, UserName&amp;gt;}Team)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120333_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 10:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043346#M350971</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-03T10:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043347#M350972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was using the expression from your article&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=only(if(aggr(Rank(Sum(WinCount)),Winner)=1,Winner))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 10:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043347#M350972</guid>
      <dc:creator />
      <dc:date>2016-04-03T10:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043348#M350973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created th Field COUNT considering that if it is not available in table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #8c008c; font-family: 'Times New Roman','serif';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;[UserNamejavascript:;]&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;UserName&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Team&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #ca6500;"&gt;1&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #f20075;"&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="211911" data-objecttype="1" href="https://community.qlik.com/thread/211911"&gt;https://community.qlik.com/thread/211911&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;html&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;codepage&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;is&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #ca6500;"&gt;1252&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: #0076ec;"&gt;is&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Times New Roman','serif'; color: maroon;"&gt;@1&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;Expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;STRONG&gt;=FirstSortedValue({1}Team,- aggr(Count(Team), COUNT))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman','serif'; color: black;"&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120336_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 10:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043348#M350973</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-03T10:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043349#M350974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if Spain was actually the most popular, I'd want it to display "Spain" with having to change the formula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 10:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043349#M350974</guid>
      <dc:creator />
      <dc:date>2016-04-03T10:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043350#M350975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(DISTINCT {&amp;lt;Team = {"=Rank(Count({1}Team)) = 1"}, UserName&amp;gt;}Team, ', ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text box with the formula is blank when I make a selection from the list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;Team = {"=Rank(Count({1}Team)) = 1"}, UserName&amp;gt;}Team)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only get "Italy" displayed if I pick a user that has "Italy" as the choice. If I pick a user who has "Spain" the text box displays "-"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 11:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043350#M350975</guid>
      <dc:creator />
      <dc:date>2016-04-03T11:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043351#M350976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure how this works yet, but it does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It also works for me without adding the COUNT field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 11:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043351#M350976</guid>
      <dc:creator />
      <dc:date>2016-04-03T11:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043352#M350977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked out the screenshot and the attached sample? In the screenshot, I have made a selection on UserName field (User 5) and we are still seeing Italy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 18:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043352#M350977</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-03T18:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043353#M350978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did check out the screen shot but I only have the desktop version so can't open the qvw file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2016 20:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043353#M350978</guid>
      <dc:creator />
      <dc:date>2016-04-03T20:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043354#M350979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awsome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 04:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043354#M350979</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-04T04:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043355#M350980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you have your solution, there is no point going over my proposed way of doing it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 09:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043355#M350980</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-04T09:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043356#M350981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As it turned out there was a problem with the original solution and I went back to your suggestion and it did actually work as you described. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 11:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043356#M350981</guid>
      <dc:creator />
      <dc:date>2016-04-14T11:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043357#M350982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This solution did work initially but for some reason as the data changed the most popular team always remained the same regardless of how the data changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 11:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043357#M350982</guid>
      <dc:creator />
      <dc:date>2016-04-14T11:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying the top value in a text box</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043358#M350983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, I am glad it did help you out in the end &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 11:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-the-top-value-in-a-text-box/m-p/1043358#M350983</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-14T11:42:33Z</dc:date>
    </item>
  </channel>
</rss>

