<?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: Need Help on Selecting  Month as default selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849003#M999780</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;=Text(Max(Month))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Regarsd,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2015 09:10:05 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-06-18T09:10:05Z</dc:date>
    <item>
      <title>Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/848996#M999773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all re doing good....!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help on selecting the month which has recent data as a default selection while opening the application.&lt;/P&gt;&lt;P&gt;For Ex: i have year filed 2015 and in 2015 i have data till may only.&lt;/P&gt;&lt;P&gt;so when i opened my application by default it has to show may.&lt;/P&gt;&lt;P&gt;my month filed has month names not numbers.&lt;/P&gt;&lt;P&gt;i tried Max(month) in document triggers but its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help on this.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;P&gt;Nani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 08:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/848996#M999773</guid>
      <dc:creator />
      <dc:date>2015-06-18T08:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/848997#M999774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In script add ceil(month(date_field)) as month_no and after reload put max(month_no) in document triggers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 08:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/848997#M999774</guid>
      <dc:creator>daniel_kusiak</dc:creator>
      <dc:date>2015-06-18T08:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/848998#M999775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply...&lt;/P&gt;&lt;P&gt;is there any way we can do it without modifing in script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 08:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/848998#M999775</guid>
      <dc:creator />
      <dc:date>2015-06-18T08:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/848999#M999776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Settings -&amp;gt; Document Properties -&amp;gt; Triggers -&amp;gt; Document Event Triggers-&amp;gt; On Open -&amp;gt; Add Actions-&amp;gt; Add -&amp;gt; Selection-&amp;gt; Select In Field -&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field - Year&lt;/P&gt;&lt;P&gt;Search String - =Max(Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Add -&amp;gt; Selection-&amp;gt; Select In Field -&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field - Month&lt;/P&gt;&lt;P&gt;Search String - =Max(Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally give OK -&amp;gt; OK -&amp;gt; OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 08:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/848999#M999776</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-06-18T08:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849000#M999777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did the same as u mentioned above, Year is getting selected but not month.&lt;/P&gt;&lt;P&gt;when I tried Max(Month) in a test object its displaying "5" as result instead of May.&lt;/P&gt;&lt;P&gt;my month field contains month names not month numbers. so it is not getting selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 08:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849000#M999777</guid>
      <dc:creator />
      <dc:date>2015-06-18T08:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849001#M999778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me it dosen't work otherwise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 08:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849001#M999778</guid>
      <dc:creator>daniel_kusiak</dc:creator>
      <dc:date>2015-06-18T08:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849002#M999779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try date(max(ceil(date_field)),'MMM') in document triggers.&lt;/P&gt;&lt;P&gt;See the attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 09:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849002#M999779</guid>
      <dc:creator>daniel_kusiak</dc:creator>
      <dc:date>2015-06-18T09:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849003#M999780</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;=Text(Max(Month))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Regarsd,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 09:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849003#M999780</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-06-18T09:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849004#M999781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default it is showing Jan as Month.&lt;/P&gt;&lt;P&gt;But I have to display May.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 09:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849004#M999781</guid>
      <dc:creator />
      <dc:date>2015-06-18T09:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849005#M999782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried, But no luck result is same 5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 09:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849005#M999782</guid>
      <dc:creator />
      <dc:date>2015-06-18T09:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849006#M999783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached file once more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 09:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849006#M999783</guid>
      <dc:creator>daniel_kusiak</dc:creator>
      <dc:date>2015-06-18T09:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849007#M999784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;IMG alt="one selctd value.JPG" class="jive-image image-1" src="/legacyfs/online/89899_one selctd value.JPG" style="height: 536px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;when ever you want to disply&amp;nbsp; recent selected&lt;/P&gt;&lt;P&gt;you must chk dat option and save it and close &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&amp;nbsp; reopen ur application....you will get last selected values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 09:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849007#M999784</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-06-18T09:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849008#M999785</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 you attach sample file, it would be easier to provide the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or try this&lt;/P&gt;&lt;P&gt;=Text(Date(Max(Month), 'MMM'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 09:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849008#M999785</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-06-18T09:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849009#M999786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the case in my requirement.&lt;/P&gt;&lt;P&gt;I have to default month to max month which has the data in our application(not last selected month) in month filter.&lt;/P&gt;&lt;P&gt;in 2015 we have data upto may.&lt;/P&gt;&lt;P&gt;so in my scenario I have to default it to may.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 09:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849009#M999786</guid>
      <dc:creator />
      <dc:date>2015-06-18T09:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849010#M999787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;MaxString(Month)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 09:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849010#M999787</guid>
      <dc:creator />
      <dc:date>2015-06-18T09:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849011#M999788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On Field Value Trigger&amp;nbsp; try&amp;nbsp; char(max(month))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 09:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849011#M999788</guid>
      <dc:creator />
      <dc:date>2015-06-18T09:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849012#M999789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 09:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849012#M999789</guid>
      <dc:creator />
      <dc:date>2015-06-18T09:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849013#M999790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try as&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Row={"=[MaxDate] &amp;gt;= max(total [Months])&amp;nbsp; &amp;lt;="})&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 09:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849013#M999790</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-06-18T09:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849014#M999791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is not the correct solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have data upto december this will return September not December.&amp;nbsp; Verify it.&amp;nbsp; If you attach sample file it would be easier to understand your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;MaxString(Month)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 09:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849014#M999791</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-06-18T09:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help on Selecting  Month as default selection</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849015#M999792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested with 2014 data where I have data till December and it is working and returned Dec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 09:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-on-Selecting-Month-as-default-selection/m-p/849015#M999792</guid>
      <dc:creator />
      <dc:date>2015-06-18T09:46:42Z</dc:date>
    </item>
  </channel>
</rss>

