<?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: Index Match in Qlikview? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455561#M435143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I realized is my data issue.. otherwise the above expression should works! Thanks Anil Babu!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2017 03:30:35 GMT</pubDate>
    <dc:creator>seahyanzheng</dc:creator>
    <dc:date>2017-12-28T03:30:35Z</dc:date>
    <item>
      <title>Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455538#M435120</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;I have &lt;STRONG&gt;UL Count&lt;/STRONG&gt; and &lt;STRONG&gt;Target UL Count&lt;/STRONG&gt; as dimension , &lt;STRONG&gt;UL Count %&lt;/STRONG&gt; as &lt;SPAN style="font-size: 13.3333px;"&gt; UL Count /Target UL Count &lt;/SPAN&gt; and &lt;STRONG&gt;Rank&lt;/STRONG&gt; as the rank function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i create a text box where i pull UL count (eg. 70) when Rank = 1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188223_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455538#M435120</guid>
      <dc:creator>seahyanzheng</dc:creator>
      <dc:date>2017-12-27T09:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455539#M435121</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;If(Rank(Sum([UL Count])/Sum([Total UL Count]))=1, [UL Count])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455539#M435121</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-27T09:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455540#M435122</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;text box&lt;/P&gt;&lt;P&gt;=[UI Count]&amp;amp;' '&amp;amp; Rank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455540#M435122</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-12-27T09:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455541#M435123</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;Only({&amp;lt;Rank={1}&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[UI Count]&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455541#M435123</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-12-27T09:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455542#M435124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It returns blank though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i have to aggr "&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Rank(Sum([UL Count])/Sum([Total UL Count]))"?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455542#M435124</guid>
      <dc:creator>seahyanzheng</dc:creator>
      <dc:date>2017-12-27T09:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455543#M435125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to return only 1st rank though&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455543#M435125</guid>
      <dc:creator>seahyanzheng</dc:creator>
      <dc:date>2017-12-27T09:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455544#M435126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How you got [UL Count %] ?? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455544#M435126</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-27T09:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455545#M435127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;As Rank is an expression with Rank(total "UL Count"/"Target UL Count"), i tried this instead:&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;Only({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Rank(total "UL Count"/"Target UL Count")&lt;/STRONG&gt;&lt;/SPAN&gt;={1}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[UI Count]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;but i got error in set modifier expression&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455545#M435127</guid>
      <dc:creator>seahyanzheng</dc:creator>
      <dc:date>2017-12-27T09:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455546#M435128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With this expression - &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;UL Count /Target UL Count&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455546#M435128</guid>
      <dc:creator>seahyanzheng</dc:creator>
      <dc:date>2017-12-27T09:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455547#M435129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought you need to do in separate way..first you need to calculate rank then you can try with above expression.it will works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455547#M435129</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-12-27T09:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455548#M435130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If so, My expression should work. any way can you try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue([UL Count],-Aggr((Sum([UL Count])/Sum([Total UL Count])), [UL Count]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue([UL Count],Aggr((Sum([UL Count])/Sum([Total UL Count])), [UL Count]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455548#M435130</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-27T09:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455549#M435131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure. Much thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i tried this:&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;FirstSortedValue([UL Count],-Aggr((Sum([UL Count])/Sum([Total UL Count])), [UL Count]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;it returns 84 (YES!) Possible to return 70 instead?&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;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but when i tried this:&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;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FirstSortedValue([UL Count],Aggr((Sum([UL Count])/Sum([Total UL Count])), [UL Count]))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;it returns blanks (not sure why)&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455549#M435131</guid>
      <dc:creator>seahyanzheng</dc:creator>
      <dc:date>2017-12-27T09:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455550#M435132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be attach sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 09:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455550#M435132</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-27T09:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455551#M435133</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;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=concat(If(aggr(Rank(Sum([UL Count])/Sum([Total UL Count])),[UL Count])=1, [UL Count]),',')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit;"&gt;=concat(If(aggr(Rank([UL Count]/[Total UL Count]),[UL Count])=1, [UL Count]),',')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 11:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455551#M435133</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-27T11:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455552#M435134</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;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=concat(If(aggr(Rank(Sum([UL Count])/Sum([Total UL Count])),[UL Count])=1, [UL Count]),',')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;returns rank 29?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=concat(If(aggr(Rank([UL Count]/[Total UL Count]),[UL Count])=1, [UL Count]),',')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;returns many UL count concatenate together&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 11:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455552#M435134</guid>
      <dc:creator>seahyanzheng</dc:creator>
      <dc:date>2017-12-27T11:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455553#M435135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&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(If(aggr(Rank(Sum([UL Count])/Sum([Total UL Count])),[UL Count])=1, [UL Count]),',')&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;returns rank 29?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;you have rank 29 as well ? a screenshot please.&lt;/P&gt;&lt;P&gt;try this as well&lt;/P&gt;&lt;P&gt;&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(If(aggr(Rank(Sum([UL Count])/Sum([Total UL Count])),[UL Count])=min( total &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;aggr(Rank(Sum([UL Count])/Sum([Total UL Count])),[UL Count]))&lt;/STRONG&gt;, [UL Count]),',')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 11:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455553#M435135</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-27T11:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455554#M435136</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;FirstSortedValue(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;[UL Count] = {"&amp;gt;0"}, [Total UL Count] = {"&amp;gt;0"}&amp;gt;}&lt;/SPAN&gt;[UL Count],Aggr((Sum([UL Count])/Sum([Total UL Count])), [UL Count]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 12:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455554#M435136</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-27T12:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455555#M435137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one should work for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only( {&amp;lt;R#={"=Rank(TOTAL [UL Count]/[Target UL Count])=1"}&amp;gt;} [UL Count] &amp;amp; ' ' &amp;amp; [Target UL Count] &amp;amp; '&amp;nbsp; ' &amp;amp; Num([UL Count]/[Target UL Count],'0%'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a possibility of a shared rank #1 then you would have to do a Concat() instead of Only:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concat( {&amp;lt;R#={"=Rank(TOTAL [UL Count]/[Target UL Count],1,1)=1"}&amp;gt;} R# &amp;amp; ': ' &amp;amp; [UL Count] &amp;amp; ' ' &amp;amp; [Target UL Count],' / ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a field named R# in the load script to pick out the row number. It is calculated with the RowNo() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RowNo() AS R#,&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2017 13:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455555#M435137</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-12-27T13:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455556#M435138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with sample and above expression works fine but im not sure why my data return 2nd rank instead. Much thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 02:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455556#M435138</guid>
      <dc:creator>seahyanzheng</dc:creator>
      <dc:date>2017-12-28T02:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Index Match in Qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455557#M435139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It returns 2nd rank though. Not sure why..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 02:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Index-Match-in-Qlikview/m-p/1455557#M435139</guid>
      <dc:creator>seahyanzheng</dc:creator>
      <dc:date>2017-12-28T02:21:01Z</dc:date>
    </item>
  </channel>
</rss>

