<?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: FirstSortedValue Not showing First &amp;quot;TOP USER&amp;quot; in textbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284948#M863132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does this work? if A=1 and B=1?&amp;nbsp; 1 Being "1" not 0.9178181 or 1.00000002525, Would the two 1's not keep going in parallel meaning they will always be the same? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jan 2017 15:35:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-06T15:35:18Z</dc:date>
    <item>
      <title>FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284938#M863122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstSortedValue Not showing First "TOP USER" in textbox when two users have the same value.&amp;nbsp; For example if Tom has 10 sessions and Harry has 9, my top user will display Tom, which is correct.&amp;nbsp; If Tom and Harry both have 10, it doesn't show no one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've come across this before but it will take the first sorted by alphabet, how can i sort this out to only show one user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='TOP USER: ' &amp;amp; FirstSortedValue([Name], -aggr(count( Session), [Name]))&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/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284938#M863122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284939#M863123</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;='TOP USER: ' &amp;amp; FirstSortedValue([Name], -aggr(Count( Session) &lt;SPAN style="color: #ff0000;"&gt;+ Rank([Name])/1E10&lt;/SPAN&gt;, [Name]))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure if it needs to be + or -, try both&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;STRONG&gt;='TOP USER: ' &amp;amp; FirstSortedValue([Name], -aggr(Count( Session) &lt;SPAN style="color: #ff0000;"&gt;- Rank([Name])/1E10&lt;/SPAN&gt;, [Name]))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 11:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284939#M863123</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-06T11:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284940#M863124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's giving me an error in the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 12:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284940#M863124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-06T12:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284941#M863125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it may be because you have more than one customer with the same weight / rank , FirstSortedvalue will return null in that case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 12:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284941#M863125</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-06T12:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284942#M863126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know that bit, I'm trying to resolve how to sort it, possibly by sorting by alphabet. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 12:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284942#M863126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-06T12:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284943#M863127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologizes, I forgot to add closing parenthesis for Rank function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='TOP USER: ' &amp;amp; FirstSortedValue([Name], -aggr(Count( Session) + Rank([Name]&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;)&lt;/SPAN&gt;/1E10, [Name]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='TOP USER: ' &amp;amp; FirstSortedValue([Name], -aggr(Count( Session) - Rank([Name]&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;)&lt;/SPAN&gt;/1E10, [Name]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 12:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284943#M863127</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-06T12:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284944#M863128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny T, yet again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy New Year Guys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 12:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284944#M863128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-06T12:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284945#M863129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Happy New Year!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 12:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284945#M863129</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-06T12:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284946#M863130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt; You are dividing&amp;nbsp; Rank([Name]) / 1E10 and what does &lt;STRONG&gt;1E10&lt;/STRONG&gt; refers to ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 13:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284946#M863130</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-01-06T13:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284947#M863131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1E10 = 1/10,000,000,000 (1 divided by 10,000,000,000)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 13:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284947#M863131</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-06T13:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284948#M863132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does this work? if A=1 and B=1?&amp;nbsp; 1 Being "1" not 0.9178181 or 1.00000002525, Would the two 1's not keep going in parallel meaning they will always be the same? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 15:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284948#M863132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-06T15:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284949#M863133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Name itself will be ranked differently. F&lt;SPAN style="font-size: 13.3333px;"&gt;or example&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B = 1&lt;/P&gt;&lt;P&gt;A = 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 15:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284949#M863133</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-06T15:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284950#M863134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if we have two John Smith's both with number 1, we are screwed?&amp;nbsp; so it's fair to say this isn't 100% bulletproof?&amp;nbsp; Don't get me wrong, I'm happy with the result, but I should be aware it's not 100% or is it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 15:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284950#M863134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-06T15:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284951#M863135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is your bullet proof&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="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;='TOP USER: ' &amp;amp; FirstSortedValue(&lt;SPAN style="color: #ff0000;"&gt;DISTINCT&lt;/SPAN&gt; [Name], -aggr(Count( Session) + Rank([Na&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;me])/1&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;E10, [Name]))&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;or&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;"&gt;&lt;STRONG&gt;='TOP USER: ' &amp;amp; FirstSortedValue(&lt;SPAN style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;DISTINCT &lt;/STRONG&gt;&lt;/SPAN&gt;[Name], -aggr(Count( Session) - Rank([Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;])/1E1&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;0, [Name]))&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Since the name is the same, doesn't matter which John Smith shows up, right &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 15:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284951#M863135</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-06T15:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284952#M863136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or use Employee ID to differentiate between John Smiths &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 15:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284952#M863136</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-06T15:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284953#M863137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope I didn't offend you by saying bulletproof, but I'm sure you know where i'm coming from.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 16:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284953#M863137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-06T16:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284954#M863138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's easier to read names to ID numbers when you got 5k employees.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 16:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284954#M863138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-06T16:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284955#M863139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I absolutely don't feel offended... I am glad you are thinking above and beyond.... I absolutely absolutely encourage you to do that &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;STRONG&gt;UPDATE&lt;/STRONG&gt;: Made sure the above statement read right &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 16:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284955#M863139</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-06T16:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284956#M863140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agreed!! but use that for sorting&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="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;='TOP USER: ' &amp;amp; FirstSortedValue(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;DISTINCT&lt;/STRONG&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[Name], -aggr(Count( Session) + Rank(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit;"&gt;EmpID&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)/1&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;E10, [Name]))&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;or&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-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;='TOP USER: ' &amp;amp; FirstSortedValue(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;DISTINCT&lt;/STRONG&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[Name], -aggr(Count( Session) - Rank(&lt;STRONG style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit;"&gt;EmpID&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)/1E1&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;0, [Name]))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 16:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284956#M863140</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-06T16:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: FirstSortedValue Not showing First "TOP USER" in textbox</title>
      <link>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284957#M863141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did and it works a treat.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 16:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FirstSortedValue-Not-showing-First-quot-TOP-USER-quot-in-textbox/m-p/1284957#M863141</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-06T16:16:17Z</dc:date>
    </item>
  </channel>
</rss>

