<?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: Retrive field value with aggr in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Retrive-field-value-with-aggr/m-p/938984#M324011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the same expression in a straight table with department as your dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2015 14:12:38 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-10-21T14:12:38Z</dc:date>
    <item>
      <title>Retrive field value with aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Retrive-field-value-with-aggr/m-p/938981#M324008</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;i want to retrieve best Sales-Rep of the month into a text object,&lt;/P&gt;&lt;P&gt;i calculated value with:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-align: justify; color: #333333; text-indent: 0px;"&gt;aggr(sum(amount),Rep_Name) )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-align: justify; color: #333333; text-indent: 0px;"&gt;but i neet the name....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-align: justify; color: #333333; text-indent: 0px;"&gt;any ideas?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrive-field-value-with-aggr/m-p/938981#M324008</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2015-10-21T13:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Retrive field value with aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Retrive-field-value-with-aggr/m-p/938982#M324009</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;&lt;STRONG&gt;=FirstSortedValue(Rep_Name, -Aggr(Sum(Amount), Rep_Name))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrive-field-value-with-aggr/m-p/938982#M324009</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-21T13:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Retrive field value with aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Retrive-field-value-with-aggr/m-p/938983#M324010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;I'll try my luck with another one:)&lt;/P&gt;&lt;P&gt;if I want to retrieve the best rep from specific dimension(department)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrive-field-value-with-aggr/m-p/938983#M324010</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2015-10-21T14:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Retrive field value with aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Retrive-field-value-with-aggr/m-p/938984#M324011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the same expression in a straight table with department as your dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrive-field-value-with-aggr/m-p/938984#M324011</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-21T14:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Retrive field value with aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Retrive-field-value-with-aggr/m-p/938985#M324012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible in a text object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrive-field-value-with-aggr/m-p/938985#M324012</guid>
      <dc:creator>ilanbaruch</dc:creator>
      <dc:date>2015-10-21T14:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Retrive field value with aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Retrive-field-value-with-aggr/m-p/938986#M324013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Concat function may be:&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(Aggr(FirstSortedValue(Rep_Name, -Aggr(Sum(Amount), Rep_Name)), Department), ', ')&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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concat(Aggr(FirstSortedValue(Rep_Name, -Aggr(Sum(Amount), Rep_Name)), Department), Chr(10))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:18:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrive-field-value-with-aggr/m-p/938986#M324013</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-21T14:18:53Z</dc:date>
    </item>
  </channel>
</rss>

