<?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 Month Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337409#M827241</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;my current&amp;nbsp; max date is 17-aug-2017&lt;/P&gt;&lt;P&gt;if i dont make any selection in month field, then it should default to last full completed month &lt;BR /&gt;in my case that is june 2017&lt;BR /&gt;else if i make a selection in the month field means then it should be the selected month &lt;/P&gt;&lt;P&gt;below is the if condition I am using but its not working&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;P&gt;=IF(len(GetFieldSelections([Calendar Month]) )=0, MONTHEND(AddMonths(today(-1), -1)),[Calendar Month])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>rajkumarb</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337409#M827241</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;my current&amp;nbsp; max date is 17-aug-2017&lt;/P&gt;&lt;P&gt;if i dont make any selection in month field, then it should default to last full completed month &lt;BR /&gt;in my case that is june 2017&lt;BR /&gt;else if i make a selection in the month field means then it should be the selected month &lt;/P&gt;&lt;P&gt;below is the if condition I am using but its not working&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;P&gt;=IF(len(GetFieldSelections([Calendar Month]) )=0, MONTHEND(AddMonths(today(-1), -1)),[Calendar Month])&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/Month-Selection/m-p/1337409#M827241</guid>
      <dc:creator>rajkumarb</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337410#M827243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you clearly explain your requirement. Pls!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Harshitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 10:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337410#M827243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-06T10:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337411#M827246</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 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: 13px;"&gt;IF(GetFieldSelections([Calendar Month])=0, MONTHEND(AddMonths(Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Calendar Month]&lt;/SPAN&gt;), -1)),Max([Calendar 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: 13px;"&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: 13px;"&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: 13px;"&gt;Kaushik Solanki&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 10:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337411#M827246</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-07-06T10:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337412#M827248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not working as expected &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 10:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337412#M827248</guid>
      <dc:creator>rajkumarb</dc:creator>
      <dc:date>2017-07-06T10:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337413#M827250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kindly share your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 10:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337413#M827250</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-07-06T10:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337414#M827252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly is your goal here? Make a month selection or just save the value in a variable? Would you be able to elaborate a little?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 11:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337414#M827252</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-06T11:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337415#M827254</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;&lt;/P&gt;&lt;P&gt;I want to store this in a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(len(GetFieldSelections([Calendar Month]) )=0, MONTHEND(AddMonths(today(-1), -1)),[Calendar Month])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is&lt;/P&gt;&lt;P&gt;my max date in my app is 17-aug-2017&lt;/P&gt;&lt;P&gt;in my text box with my variable want to see a month, if no selections were made on month list box, then it should show last fully completed month(which is June 2017) in my text box, else selected month need to shown&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 11:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337415#M827254</guid>
      <dc:creator>rajkumarb</dc:creator>
      <dc:date>2017-07-06T11:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337416#M827256</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;STRONG&gt;Date(If(GetSelectedCount([Calendar Month]) = 0, (MonthStart(Today()) - 1), Max(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;[Calendar Month])))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 11:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337416#M827256</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-06T11:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337417#M827258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use this in the text box and select June&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its displaying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;05/01/1900&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 11:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337417#M827258</guid>
      <dc:creator>rajkumarb</dc:creator>
      <dc:date>2017-07-06T11:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337418#M827260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show an image of a list box for Calendar Month?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 11:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337418#M827260</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-06T11:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337419#M827262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169282_Capture.PNG" style="width: 620px; height: 128px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 12:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337419#M827262</guid>
      <dc:creator>rajkumarb</dc:creator>
      <dc:date>2017-07-06T12:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337420#M827264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is Jan, Feb, Mar.... your calendar Month field? What is the date field my friend? Did you expect Jun to convert to a date by itself? Use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date(If(GetSelectedCount([Calendar Month]) = 0, (MonthStart(Today()) - 1), Max(&lt;SPAN style="color: #ff0000;"&gt;DateFieldHere&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;)))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 12:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Selection/m-p/1337420#M827264</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-06T12:20:53Z</dc:date>
    </item>
  </channel>
</rss>

