<?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 possible values in Text box in case of Tie (working with First sorted Value) ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-possible-values-in-Text-box-in-case-of-Tie/m-p/23119#M780950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat(DISTINCT Aggr(If(Sum(Sales) = Max(TOTAL Aggr(Sum(Sales), Area), 2), Area), Area), ', ')&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 __jive_id="197756" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/197756_Capture.PNG" style="height: 184px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2018 11:44:43 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-03-28T11:44:43Z</dc:date>
    <item>
      <title>How to display possible values in Text box in case of Tie (working with First sorted Value) ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-possible-values-in-Text-box-in-case-of-Tie/m-p/23117#M780948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to display possible values in Text box in case of Tie (working with First sorted Value) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AZ:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Area, Zone, Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A1, Z1, 400&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A2, Z2, 500&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A3, AB, 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A4, ZC, 50&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A1, AC, 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A1, Z3, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A1, B1, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A3, BO, 200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A3, QV, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A4, Z0, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A4, Z7, 300&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="width: 196px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="98"&gt;Area&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;SUM(Sales)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;A1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;800&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;A2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;A3&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;A4&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;450&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not working : &lt;STRONG&gt;CONCAT(DISTINCT FirstSortedValue(Area,-AGGR(SUM(Sales),Area),2))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shekar&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/How-to-display-possible-values-in-Text-box-in-case-of-Tie/m-p/23117#M780948</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to display possible values in Text box in case of Tie (working with First sorted Value) ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-possible-values-in-Text-box-in-case-of-Tie/m-p/23118#M780949</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;Concat(DISTINCT Aggr(If(Sum(Sales) = Max(TOTAL Aggr(Sum(Sales), Area), 2), Area))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 11:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-possible-values-in-Text-box-in-case-of-Tie/m-p/23118#M780949</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-28T11:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to display possible values in Text box in case of Tie (working with First sorted Value) ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-possible-values-in-Text-box-in-case-of-Tie/m-p/23119#M780950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat(DISTINCT Aggr(If(Sum(Sales) = Max(TOTAL Aggr(Sum(Sales), Area), 2), Area), Area), ', ')&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 __jive_id="197756" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/197756_Capture.PNG" style="height: 184px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 11:44:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-possible-values-in-Text-box-in-case-of-Tie/m-p/23119#M780950</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-28T11:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to display possible values in Text box in case of Tie (working with First sorted Value) ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-possible-values-in-Text-box-in-case-of-Tie/m-p/23120#M780951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny Bhai ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two quick question ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) can not we get something like above using first sorted value &lt;/P&gt;&lt;P&gt;2) Can i directly use above on very huge volume of data without worry about slowness .. asking just for alternatives &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shekar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 12:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-possible-values-in-Text-box-in-case-of-Tie/m-p/23120#M780951</guid>
      <dc:creator>shekhar_analyti</dc:creator>
      <dc:date>2018-03-28T12:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to display possible values in Text box in case of Tie (working with First sorted Value) ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-possible-values-in-Text-box-in-case-of-Tie/m-p/23121#M780952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) FirstSortedValue is most likely not work because it gives only a single value....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Alternative, if you only have a single dimension &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat(DISTINCT {&amp;lt;Area = {"=Rank(Sum(Sales), 1) = 2"}&amp;gt;} Area, ', ')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 12:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-possible-values-in-Text-box-in-case-of-Tie/m-p/23121#M780952</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-28T12:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to display possible values in Text box in case of Tie (working with First sorted Value) ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-possible-values-in-Text-box-in-case-of-Tie/m-p/23122#M780953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another one&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat(DISTINCT Aggr(If(Rank(Sum(Sales), 1) = 2, Area), Area), ', ')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I like this better if you have a single dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Concat(DISTINCT {&amp;lt;Area = {"=Rank(Sum(Sales), 1) = 2"}&amp;gt;} Area, ', ')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 12:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-possible-values-in-Text-box-in-case-of-Tie/m-p/23122#M780953</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-28T12:44:50Z</dc:date>
    </item>
  </channel>
</rss>

