<?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 Two Values in Text Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Two-Values-in-Text-Object/m-p/184027#M49069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Ihave a simple requirement where i need to do the following:&lt;/P&gt;&lt;P&gt;EMPID Name Sal&lt;/P&gt;&lt;P&gt;1 A 10&lt;BR /&gt;2 B 20&lt;BR /&gt;3 C 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show:&lt;/P&gt;&lt;P&gt;Highest Salary is 30 and Name of Employee is C&lt;/P&gt;&lt;P&gt;How do i show the corressponding value to the max(Sal)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Dec 2009 13:10:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-11T13:10:21Z</dc:date>
    <item>
      <title>Two Values in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Values-in-Text-Object/m-p/184027#M49069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Ihave a simple requirement where i need to do the following:&lt;/P&gt;&lt;P&gt;EMPID Name Sal&lt;/P&gt;&lt;P&gt;1 A 10&lt;BR /&gt;2 B 20&lt;BR /&gt;3 C 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to show:&lt;/P&gt;&lt;P&gt;Highest Salary is 30 and Name of Employee is C&lt;/P&gt;&lt;P&gt;How do i show the corressponding value to the max(Sal)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 13:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Values-in-Text-Object/m-p/184027#M49069</guid>
      <dc:creator />
      <dc:date>2009-12-11T13:10:21Z</dc:date>
    </item>
    <item>
      <title>Two Values in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Values-in-Text-Object/m-p/184028#M49070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chinmayfun,&lt;/P&gt;&lt;P&gt;You must be use the follow expression:&lt;/P&gt;&lt;P&gt;= concat({$&amp;lt;Sal = {$(=Max(Sal))} &amp;gt;} Name)&lt;/P&gt;&lt;P&gt;This will return you one or more Names that mach with the max sal.&lt;/P&gt;&lt;P&gt;I hope this help you.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 14:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Values-in-Text-Object/m-p/184028#M49070</guid>
      <dc:creator />
      <dc:date>2009-12-11T14:52:19Z</dc:date>
    </item>
    <item>
      <title>Two Values in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Values-in-Text-Object/m-p/184029#M49071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the answer, it did solve my problem.&lt;/P&gt;&lt;P&gt;But I have still not very well understood the syntax. Would appreciate if you could explaing with some more examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chinmayfun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2009 11:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Values-in-Text-Object/m-p/184029#M49071</guid>
      <dc:creator />
      <dc:date>2009-12-15T11:39:04Z</dc:date>
    </item>
    <item>
      <title>Two Values in Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Values-in-Text-Object/m-p/184030#M49072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chinmayfun,&lt;/P&gt;&lt;P&gt;Basicly the sentence has two parts:&lt;/P&gt;&lt;P&gt;Set analysis: {$&amp;lt;Sal = {$(=Max(Sal))} &amp;gt;} It will return the records whose have their Sal value equal to the Max(Sal) based on the actual selection (if you want to omit the selection use 1 instead of $).&lt;/P&gt;&lt;P&gt;Function concat: Takes the indicated field and concatenate every value from the resultant records.&lt;/P&gt;&lt;P&gt;See the qlikview help for more details.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2009 15:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Values-in-Text-Object/m-p/184030#M49072</guid>
      <dc:creator />
      <dc:date>2009-12-15T15:15:06Z</dc:date>
    </item>
  </channel>
</rss>

