<?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: Display Aggregated Text by Largest Value in Another Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Aggregated-Text-by-Largest-Value-in-Another-Field/m-p/1598737#M444106</link>
    <description>&lt;P&gt;Thanks Xufei, it works perfectly.&lt;/P&gt;&lt;P&gt;Would you be able to explain what the total&amp;lt;Document&amp;gt; does here?&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2019 15:19:46 GMT</pubDate>
    <dc:creator>jwheatonumich</dc:creator>
    <dc:date>2019-07-03T15:19:46Z</dc:date>
    <item>
      <title>Display Aggregated Text by Largest Value in Another Field</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Aggregated-Text-by-Largest-Value-in-Another-Field/m-p/1598347#M444076</link>
      <description>&lt;P&gt;I have data with Document, Version, and Text as follows:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Document&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Version&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Text&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doc1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;The&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doc1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;The dog was a pitbull.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doc2&lt;/TD&gt;&lt;TD&gt;54&lt;/TD&gt;&lt;TD&gt;The father&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doc2&lt;/TD&gt;&lt;TD&gt;55&lt;/TD&gt;&lt;TD&gt;The father was an&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doc2&lt;/TD&gt;&lt;TD&gt;55&lt;/TD&gt;&lt;TD&gt;engineer.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to create a chart table that concatenates the text for each document, but only the highest version number for that document.&lt;/P&gt;&lt;P&gt;My intended output for the above is:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Document&lt;/TD&gt;&lt;TD&gt;Version&lt;/TD&gt;&lt;TD&gt;Text&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doc1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;The dog was a pitbull.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doc2&lt;/TD&gt;&lt;TD&gt;55&lt;/TD&gt;&lt;TD&gt;The father was an engineer.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 02 Jul 2019 21:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Aggregated-Text-by-Largest-Value-in-Another-Field/m-p/1598347#M444076</guid>
      <dc:creator>jwheatonumich</dc:creator>
      <dc:date>2019-07-02T21:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display Aggregated Text by Largest Value in Another Field</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Aggregated-Text-by-Largest-Value-in-Another-Field/m-p/1598357#M444077</link>
      <description>&lt;P&gt;Dim1:&lt;/P&gt;&lt;P&gt;Document&lt;/P&gt;&lt;P&gt;Dim2:&lt;/P&gt;&lt;P&gt;Version&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;if(Version=max(total &amp;lt;Document&amp;gt; Version),Concat(Text,' '))&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 22:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Aggregated-Text-by-Largest-Value-in-Another-Field/m-p/1598357#M444077</guid>
      <dc:creator>NZFei</dc:creator>
      <dc:date>2019-07-02T22:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Display Aggregated Text by Largest Value in Another Field</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Aggregated-Text-by-Largest-Value-in-Another-Field/m-p/1598737#M444106</link>
      <description>&lt;P&gt;Thanks Xufei, it works perfectly.&lt;/P&gt;&lt;P&gt;Would you be able to explain what the total&amp;lt;Document&amp;gt; does here?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 15:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Aggregated-Text-by-Largest-Value-in-Another-Field/m-p/1598737#M444106</guid>
      <dc:creator>jwheatonumich</dc:creator>
      <dc:date>2019-07-03T15:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display Aggregated Text by Largest Value in Another Field</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Aggregated-Text-by-Largest-Value-in-Another-Field/m-p/1598855#M444115</link>
      <description>&lt;P&gt;Using Total in set analysis ignore all the dimensions except the ones in &amp;lt;&amp;gt;.&lt;/P&gt;&lt;P&gt;In this case, max(total &amp;lt;Document&amp;gt; Version) is the max version number per document (Dimension2 "Version" is ignored, Dimension1 "Document" is not ignored so it is max version number by document).&lt;/P&gt;&lt;P&gt;Search "Defining the aggregation scope" in&amp;nbsp;QlikView help page for some examples and explanations but it&amp;nbsp;isn't better than mine (it didn't explain "&amp;lt;&amp;gt;" at all)...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fei&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 20:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Aggregated-Text-by-Largest-Value-in-Another-Field/m-p/1598855#M444115</guid>
      <dc:creator>NZFei</dc:creator>
      <dc:date>2019-07-03T20:36:46Z</dc:date>
    </item>
  </channel>
</rss>

