<?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 Finding Max by Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243259#M847575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am newbie to Qlikview and need help in getting resolution for below scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with following structure and data and I need to find latest record by Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="360"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="104"&gt;Date&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Month&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;ID&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Name&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Sysid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;7/10/2015 12:38&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;Jul-15&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;ABC1&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;7/23/2015 9:12&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;Jul-15&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;9&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;ABC2&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;8/8/2015 19:29&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;Aug-15&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;14&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;LMN&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;9/29/2015 11:34&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;Sep-15&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;17&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;XYZ1&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;9/29/2015 16:20&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;Sep-15&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;19&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;XYZ2&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected Output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 168px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="104"&gt;Month&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;Jul-15&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;ABC2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;Aug-15&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;LMN&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;Sep-15&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;XYZ2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to find maximum by each month based on Date and Sysid fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone through few of the posts which uses Max &amp;amp; Aggr functions however I am not able to achieve above expected output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone pls help on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Finding Max by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243259#M847575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am newbie to Qlikview and need help in getting resolution for below scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with following structure and data and I need to find latest record by Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="360"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="104"&gt;Date&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Month&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;ID&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Name&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Sysid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;7/10/2015 12:38&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;Jul-15&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;ABC1&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;7/23/2015 9:12&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;Jul-15&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;9&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;ABC2&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;8/8/2015 19:29&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;Aug-15&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;14&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;LMN&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;9/29/2015 11:34&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;Sep-15&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;17&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;XYZ1&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;9/29/2015 16:20&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none; border-left: none;"&gt;Sep-15&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;19&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;XYZ2&lt;/TD&gt;&lt;TD align="right" class="xl68" style="border-top: none; border-left: none;"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected Output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 168px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="104"&gt;Month&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;Jul-15&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;ABC2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;Aug-15&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;LMN&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;Sep-15&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;XYZ2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to find maximum by each month based on Date and Sysid fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone through few of the posts which uses Max &amp;amp; Aggr functions however I am not able to achieve above expected output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone pls help on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243259#M847575</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Max by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243260#M847576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstSortedValue(Name, -Date)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 16:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243260#M847576</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-20T16:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Max by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243261#M847577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or May be &lt;STRONG&gt;MaxString(Name)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 16:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243261#M847577</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-20T16:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Max by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243262#M847578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your Month field is not numeric the max function will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try using the Date field. First create a straight table and add the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;MonthName(Max(Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Carlos M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 19:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243262#M847578</guid>
      <dc:creator>CarlosAMonroy</dc:creator>
      <dc:date>2017-03-20T19:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Max by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243263#M847579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for quick reply however it does not still quite work out the way I expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Month column I am deriving it in the script by converting Date into format as MMM-YYYY so when I have Month as Jul-2015 it does not give me ABC2 and for Sep-2015 it does not give me XYZ2 instead it gives following output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jul-2015&amp;nbsp;&amp;nbsp; ABC1&lt;/P&gt;&lt;P&gt;Jul-2015&amp;nbsp;&amp;nbsp; ABC2&lt;/P&gt;&lt;P&gt;Aug-2015 LMN&lt;/P&gt;&lt;P&gt;Sep-2015 XYZ1&lt;/P&gt;&lt;P&gt;Sep-2015 XYZ2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change the format of my Month field as just MMM then it works as expected however&amp;nbsp; I need Year also along with Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 06:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243263#M847579</guid>
      <dc:creator />
      <dc:date>2017-03-21T06:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Max by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243264#M847581</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;Please create straight table with dimension month and add expression like,aggr(MaxString(Name),Month)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 07:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243264#M847581</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2017-03-21T07:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Max by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243265#M847583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer below draft version of script to get the desired result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14900807138675205 jive_text_macro" jivemacro_uid="_14900807138675205"&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;Date, Month, ID, Name, Sysid&lt;/P&gt;
&lt;P&gt;7/10/2015 12:38, Jul-15, 8, ABC1, 5&lt;/P&gt;
&lt;P&gt;7/23/2015 9:12, Jul-15, 9, ABC2, 6&lt;/P&gt;
&lt;P&gt;8/8/2015 19:29, Aug-15, 14, LMN, 7&lt;/P&gt;
&lt;P&gt;9/29/2015 11:34, Sep-15, 17, XYZ1, 8&lt;/P&gt;
&lt;P&gt;9/29/2015 16:20, Sep-15, 19, XYZ2, 9&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;INNER JOIN&lt;/P&gt;
&lt;P&gt;LOAD Month,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MaxString(Name) AS Name&lt;/P&gt;
&lt;P&gt;Resident Data&lt;/P&gt;
&lt;P&gt;Group By Month;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also refer the sample application attached herewith.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;BR /&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 07:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243265#M847583</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-03-21T07:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Max by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243266#M847585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you created Month, did you use MonthStart? If not, then create it like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MonthStart(Date), 'MMM-YYYY') as Month&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 08:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243266#M847585</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-21T08:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Max by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243267#M847586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Nikhil,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The solution of Rahul will work perfectly!&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;You may also load data from excel instead of using inline!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 08:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243267#M847586</guid>
      <dc:creator>_armoco_</dc:creator>
      <dc:date>2017-03-21T08:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Max by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243268#M847588</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;Straight Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Month&lt;/P&gt;&lt;P&gt;Expression: MaxString(Name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 09:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243268#M847588</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2017-03-21T09:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Max by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243269#M847589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date(MonthStart(Date), 'MMM-YYYY') as Month;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, ID, Name, Sysid&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7/10/2015 12:38, 8, ABC1, 5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7/23/2015 9:12, 9, ABC2, 6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/8/2015 19:29, 14, LMN, 7&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9/29/2015 11:34, 17, XYZ1, 8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9/29/2015 16:20, 19, XYZ2, 9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156949_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 09:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243269#M847589</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-21T09:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Max by Month</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243270#M847590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. By using MonthStart while loading has worked as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks others as well who have responded with their suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2017 06:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-Max-by-Month/m-p/1243270#M847590</guid>
      <dc:creator />
      <dc:date>2017-03-22T06:12:32Z</dc:date>
    </item>
  </channel>
</rss>

