<?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: rank in text object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416800#M459113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you need text object? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat({&amp;lt;[Ticket ID]={"=Rank(Sum(Sales), 4) &amp;lt;= 3"}&amp;gt;}&amp;nbsp; Aggr(Sum(Sales),[Ticket ID]),Chr(10))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Nov 2017 08:40:22 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-11-06T08:40:22Z</dc:date>
    <item>
      <title>rank in text object</title>
      <link>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416796#M459109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ı want to display top 3 values in a text objext of a dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can ı do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 08:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416796#M459109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-06T08:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: rank in text object</title>
      <link>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416797#M459110</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;aggr(if( rank(sum(Sale),4)&amp;lt;=3,State), State)&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;SPAN style="font-size: 13.3333px;"&gt;aggr(if( rank(sum(Sale))&amp;lt;=3,State), State)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;aggr(if( rank((&lt;STRONG&gt;YourExpression&lt;/STRONG&gt;))&amp;lt;=3,&lt;STRONG&gt;Dimension&lt;/STRONG&gt;), &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 08:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416797#M459110</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-11-06T08:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: rank in text object</title>
      <link>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416798#M459111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with in text box :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='First :'&amp;amp;FirstSortedValue(Dimension, - Expression, 1) &amp;amp;Chr(10)&amp;amp;'Second:'&amp;amp;FirstSortedValue(Dimension, - Expression, 2) &amp;amp;Chr(10)&amp;amp;'Third:'&amp;amp;FirstSortedValue(Dimension, - Expression, 3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 08:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416798#M459111</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-11-06T08:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: rank in text object</title>
      <link>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416799#M459112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Concat&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Dimension&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"=Rank(Sum(Value)) &amp;lt;= 3"&lt;/SPAN&gt;}&amp;gt;} &lt;SPAN style="color: #0000ff;"&gt;Money&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Value&lt;/SPAN&gt;),Dimension)),&lt;SPAN style="color: #0000ff;"&gt;Chr&lt;/SPAN&gt;(10)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 08:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416799#M459112</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-11-06T08:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: rank in text object</title>
      <link>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416800#M459113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you need text object? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat({&amp;lt;[Ticket ID]={"=Rank(Sum(Sales), 4) &amp;lt;= 3"}&amp;gt;}&amp;nbsp; Aggr(Sum(Sales),[Ticket ID]),Chr(10))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 08:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416800#M459113</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-06T08:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: rank in text object</title>
      <link>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416801#M459114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Concat&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Dimension&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"=Rank(Sum(Value)) &amp;lt;= 3"&lt;/SPAN&gt;}&amp;gt;} &lt;SPAN style="color: #0000ff;"&gt;Distinct&lt;/SPAN&gt; Dimension,&lt;SPAN style="color: #0000ff;"&gt;Chr&lt;/SPAN&gt;(10)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 08:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416801#M459114</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-11-06T08:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: rank in text object</title>
      <link>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416802#M459115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have "term" dimension, and I wrote it like that;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(if( rank ( (sum(sales)-above(sum(sales),-1))/above(sum(sales),-1)) = 1,term), term)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it displays result but the wrong result. does not give the right rank=1 term&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I use the same formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rank ( (sum(sales)-above(sum(sales),-1))/above(sum(sales),-1)) = 1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a table, it gives different result. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 08:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416802#M459115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-06T08:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: rank in text object</title>
      <link>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416803#M459116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share some sample file with expected output. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 08:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416803#M459116</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-11-06T08:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: rank in text object</title>
      <link>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416804#M459117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;concat({&amp;lt;term = {"=rank(sum(Sales)) &amp;lt;=3"}&amp;gt;} Distinct term, chr(10))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 09:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/rank-in-text-object/m-p/1416804#M459117</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-06T09:13:04Z</dc:date>
    </item>
  </channel>
</rss>

