<?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 aggr &amp; max in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/aggr-max/m-p/188573#M51778</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;I need to get the contact type of a mem no based on the max log id.&lt;/P&gt;&lt;P&gt;E.G. from a table list&lt;/P&gt;&lt;P&gt;MEM NO LOG ID CONTACT TYPE&lt;BR /&gt;1 12 Successful&lt;BR /&gt;2 13 Successful&lt;BR /&gt;3 14 Successful&lt;BR /&gt;4 15 Successful&lt;BR /&gt;4 16 Unuccessful&lt;/P&gt;&lt;P&gt;I need to get the following on a pivot chart&lt;/P&gt;&lt;P&gt;MEM NO CONTACT TYPE&lt;BR /&gt;1 Successful&lt;BR /&gt;2 Successful&lt;BR /&gt;3 Successful&lt;BR /&gt;4 Unuccessful&lt;/P&gt;&lt;P&gt;Any ideas on how to do this using Aggr or other?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Kevin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Sep 2009 19:42:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-09-16T19:42:19Z</dc:date>
    <item>
      <title>aggr &amp; max</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-max/m-p/188573#M51778</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;I need to get the contact type of a mem no based on the max log id.&lt;/P&gt;&lt;P&gt;E.G. from a table list&lt;/P&gt;&lt;P&gt;MEM NO LOG ID CONTACT TYPE&lt;BR /&gt;1 12 Successful&lt;BR /&gt;2 13 Successful&lt;BR /&gt;3 14 Successful&lt;BR /&gt;4 15 Successful&lt;BR /&gt;4 16 Unuccessful&lt;/P&gt;&lt;P&gt;I need to get the following on a pivot chart&lt;/P&gt;&lt;P&gt;MEM NO CONTACT TYPE&lt;BR /&gt;1 Successful&lt;BR /&gt;2 Successful&lt;BR /&gt;3 Successful&lt;BR /&gt;4 Unuccessful&lt;/P&gt;&lt;P&gt;Any ideas on how to do this using Aggr or other?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Kevin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 19:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-max/m-p/188573#M51778</guid>
      <dc:creator />
      <dc:date>2009-09-16T19:42:19Z</dc:date>
    </item>
    <item>
      <title>aggr &amp; max</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-max/m-p/188574#M51779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;so far I see you can solve your problem in the same way as the attached application shows.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 20:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-max/m-p/188574#M51779</guid>
      <dc:creator />
      <dc:date>2009-09-16T20:12:37Z</dc:date>
    </item>
    <item>
      <title>aggr &amp; max</title>
      <link>https://community.qlik.com/t5/QlikView/aggr-max/m-p/188575#M51780</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;MAXSTRING((IF([LOG ID] = AGGR(NODISTINCT MAX([LOG ID]),MEMNO),[CONTACT TYPE],'-')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 20:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/aggr-max/m-p/188575#M51780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-16T20:23:49Z</dc:date>
    </item>
  </channel>
</rss>

