<?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: How to take Max value of alphanumeric field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398584#M424300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please find attached sample applications&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Aug 2017 17:54:42 GMT</pubDate>
    <dc:creator>santharubban</dc:creator>
    <dc:date>2017-08-14T17:54:42Z</dc:date>
    <item>
      <title>How to take Max value of alphanumeric field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398577#M424293</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;I need to get max value of alphanumeric field, can any one help assist the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached screen shot.&lt;/P&gt;&lt;P&gt;Expression : MaxString({&amp;lt;ACTIVE_ACTION_Flag = {1}&amp;gt;}total [End ID])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Santharubban KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 13:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398577#M424293</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2017-08-14T13:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to take Max value of alphanumeric field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398578#M424294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(If(SubField([End ID]), '.', -1) = Max(TOTAL &amp;lt;[GPID N...]&amp;gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;SubField([End ID]), '.', -1)), [End ID]), [GPID N...], [End ID])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 13:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398578#M424294</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-14T13:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to take Max value of alphanumeric field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398579#M424295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the number are always separable by dot them try like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD GPID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Program ID],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [End ID],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield([End ID],'.',2) as Number&lt;/P&gt;&lt;P&gt;FROM QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now on front end, below expression should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=max(total &amp;lt;GPID&amp;gt;Number)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 14:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398579#M424295</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-14T14:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to take Max value of alphanumeric field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398580#M424296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny.&lt;/P&gt;&lt;P&gt;for Active action i am good but for Historized actions i am not able to get .&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398580#M424296</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2017-08-14T16:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to take Max value of alphanumeric field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398581#M424297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398581#M424297</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-14T16:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to take Max value of alphanumeric field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398582#M424298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;If you see my attachment, I have 2 different action one is Active and or this History action. For Active an I am getting right result but for History action i am not get correct answer as i marked in my attachment.&lt;/P&gt;&lt;P&gt;Exp:&lt;/P&gt;&lt;P&gt;Aggr(if(HISTORIZIED_Flag = 1 and SubField(SubField([End ID],'_',-1),'.',-1) = (Max(SubField(SubField([End ID],'_',-1),'.',-1))), [End ID] ), [GPID Number],[End ID])&lt;IMG alt="Max value.jpg" class="jive-image image-1" src="/legacyfs/online/173377_Max value.jpg" style="height: 495px; width: 620px;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398582#M424298</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2017-08-14T16:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to take Max value of alphanumeric field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398583#M424299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 17:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398583#M424299</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-14T17:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to take Max value of alphanumeric field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398584#M424300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please find attached sample applications&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 17:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398584#M424300</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2017-08-14T17:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to take Max value of alphanumeric field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398585#M424301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(If(HISTORIZIED_Flag = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(SubField([End ID], '.', -1) = Max(TOTAL &amp;lt;[GPID Number]&amp;gt; SubField([End ID], '.', -1)), [End ID]),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(PurgeChar(SubField([End ID], '_', -1), 'H') = Max(TOTAL &amp;lt;[GPID Number]&amp;gt; PurgeChar(SubField([End ID], '_', -1), 'H')), [End ID])), [GPID Number], [End ID])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 18:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398585#M424301</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-14T18:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to take Max value of alphanumeric field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398586#M424302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny I got it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 18:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-take-Max-value-of-alphanumeric-field/m-p/1398586#M424302</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2017-08-14T18:50:17Z</dc:date>
    </item>
  </channel>
</rss>

