<?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: Maxstring??? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505075#M188801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't agree. Reference manual doesn't help biginners ! I believe that's the best place to start with. However, let me try to put it in a different way (might not be a simpler one).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two cases of uses:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Front-end chart:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Returns the maximum string(as the sort is considered here is 'text') from a lot of records.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Returns the last text value from a lot of records that come under a group depending on group by clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be clearer to you once you try and see the outcome in practical. Create a sample qvw and play with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2014 09:52:54 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-05-27T09:52:54Z</dc:date>
    <item>
      <title>Maxstring???</title>
      <link>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505068#M188794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be a silly question...but hey!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a script that I am using, but the script is written by someone else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please explain the use of maxstring to me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still new at Qlikview and don't know all the terminology and use thereof.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;*R*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 09:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505068#M188794</guid>
      <dc:creator />
      <dc:date>2013-08-20T09:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Maxstring???</title>
      <link>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505069#M188795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Maxstring function just picks the maximun string value on a list of Strings. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maxstring(alphabet) would return 'Z', taking into acount that alphabet is a field that contains all the letters of the alphabet. Simple.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 09:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505069#M188795</guid>
      <dc:creator />
      <dc:date>2013-08-20T09:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Maxstring???</title>
      <link>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505070#M188796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SCRIPT (from help):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns the last text value of &lt;SPAN class="italic;"&gt;expression&lt;/SPAN&gt; over a &lt;BR /&gt;number of records, as defined by a &lt;SPAN class="Bold"&gt;group by&lt;/SPAN&gt; clause. If &lt;BR /&gt;no text value is found, NULL is returned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;Load Month, MaxString(Month) as LastSalesMonth from abc.csv group &lt;BR /&gt;by Year;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 09:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505070#M188796</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-20T09:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Maxstring???</title>
      <link>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505071#M188797</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;PFA. It helps you regarding string functions and examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Khadeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 09:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505071#M188797</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2013-08-20T09:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Maxstring???</title>
      <link>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505072#M188798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All you've done is copy a chunk from the QlikView Reference manual. This doesn't help us QlikView beginners at all. How about explaining in plain English with a good, clear and simple example which can be understood by those who are new to QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 09:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505072#M188798</guid>
      <dc:creator />
      <dc:date>2014-05-27T09:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Maxstring???</title>
      <link>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505073#M188799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be fair, the reply by &lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt; does exactly what you ask, it explains the function, gives an example and guides the OP to the relevant part of the Help file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What more would you want in an answer to a question practically a year old?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 09:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505073#M188799</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-05-27T09:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Maxstring???</title>
      <link>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505074#M188800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;maxstring gives you the string that is last in the ascending list of strings&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Ravi N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 09:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505074#M188800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-27T09:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Maxstring???</title>
      <link>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505075#M188801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't agree. Reference manual doesn't help biginners ! I believe that's the best place to start with. However, let me try to put it in a different way (might not be a simpler one).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two cases of uses:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Front-end chart:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Returns the maximum string(as the sort is considered here is 'text') from a lot of records.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Returns the last text value from a lot of records that come under a group depending on group by clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be clearer to you once you try and see the outcome in practical. Create a sample qvw and play with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 09:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505075#M188801</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-27T09:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Maxstring???</title>
      <link>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505076#M188802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perhaps this illustrates the difference between Max and MaxString&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Example.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/59601_Example.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 10:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505076#M188802</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-05-27T10:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Maxstring???</title>
      <link>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505077#M188803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And for a dual value, both Max and Maxstring return the highest numerical field value. Max return the numerical value of the field and MaxString returns the text representation of the same field value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 10:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505077#M188803</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-05-27T10:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Maxstring???</title>
      <link>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505078#M188804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's great. A simple but clear example. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 11:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505078#M188804</guid>
      <dc:creator />
      <dc:date>2014-05-27T11:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Maxstring???</title>
      <link>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505079#M188805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experienced QlikView techies might like to consider those of us who are not comfortable or experienced enough to use the Reference Manual with confidence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always try to get my answers from the QV Reference Manual first but if I don't understand the syntax then I post a discussion. So, being shown an exact copy of the Reference Manual syntax isn't going to help me. All I ask for is a clear, simple explanation with an example, if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, if the Reference Manual was the answer to all our enquiries we wouldn't need a forum for you clever techies !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 13:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505079#M188805</guid>
      <dc:creator />
      <dc:date>2014-05-27T13:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Maxstring???</title>
      <link>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505080#M188806</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;Can I ask on the maxstring function, it is incorrect to just put =MaxString(data) in my pivot table to get my result ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although this show the numeric and string that are in the records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 08:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Maxstring/m-p/505080#M188806</guid>
      <dc:creator />
      <dc:date>2014-12-11T08:45:51Z</dc:date>
    </item>
  </channel>
</rss>

