<?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 Set analysis with Maxstring() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-Maxstring/m-p/522041#M480024</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;&lt;/P&gt;&lt;P&gt;Some one help me to know yesterday one interviewer asked this qustion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the use of Set analysis with Maxstring()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Dec 2013 04:39:42 GMT</pubDate>
    <dc:creator>NavinReddy</dc:creator>
    <dc:date>2013-12-24T04:39:42Z</dc:date>
    <item>
      <title>Set analysis with Maxstring()</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-Maxstring/m-p/522041#M480024</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;&lt;/P&gt;&lt;P&gt;Some one help me to know yesterday one interviewer asked this qustion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the use of Set analysis with Maxstring()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 04:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Maxstring/m-p/522041#M480024</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-12-24T04:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with Maxstring()</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-Maxstring/m-p/522042#M480025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;MaxString() will get you the max value in strings, similar to Max() but this is used for strings where Max() is used for Numeric values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Like Max() we can also use set analysis in MaxString()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Syntax:&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;MaxString(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[{set_expression}][ &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; [&amp;lt;fld {, fld}&amp;gt;]] expression&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;MaxString({&amp;lt;Year={2013}&amp;gt;} ProductName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 05:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Maxstring/m-p/522042#M480025</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-24T05:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with Maxstring()</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-Maxstring/m-p/522043#M480026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maxstring is an aggregation function. Hence you can use set analysis here like in any other aggregation functions.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Syntax:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;MaxString(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[{&lt;STRONG&gt;set_expression&lt;/STRONG&gt;}][ &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; [&amp;lt;fld {, fld}&amp;gt;]] expression&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 05:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Maxstring/m-p/522043#M480026</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-24T05:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with Maxstring()</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-Maxstring/m-p/522044#M480027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes yesterday interviewer he is also asking same question,&lt;/P&gt;&lt;P&gt;how can i use maxstring is an aggregation function,what is the main purpose &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz explain me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 05:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Maxstring/m-p/522044#M480027</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-12-24T05:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with Maxstring()</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-Maxstring/m-p/522045#M480028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Similar like Max() function, but maxstring() is applied for text string. Also it does have a optional rank parameter.&lt;/P&gt;&lt;P&gt;If we want to find the maximum of your text string It will be useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 06:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-Maxstring/m-p/522045#M480028</guid>
      <dc:creator />
      <dc:date>2013-12-24T06:45:03Z</dc:date>
    </item>
  </channel>
</rss>

