<?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 customize the date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336849#M1176572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i implemented your logic in my application , table 2 is showing - instead of values.Even after doing the left join with table 1 , table 2 is not having values. Can you suggest anyother method to get the completed months, either it can be in front end or in script. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2012 12:35:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-15T12:35:52Z</dc:date>
    <item>
      <title>How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336839#M1176562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached a qv application. It will have data received as a date column and i have below query to get year, day and month. &lt;/P&gt;&lt;P&gt;year([Date Received]) as year,&lt;/P&gt;&lt;P&gt;day([Date Received]) as day&lt;/P&gt;&lt;P&gt;,Month([Date Received]) AS Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the main thing i need is a new field month which should satisfy the below thing , whenver i include month as a list box it should show the jan month to current month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;Examples:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;forFebruary 2012 you would pull January 2012 and February 2012 YTD info&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;forMarch 2012 you would pull Jan 2012, Feb 2012 and Mar 2012 YTD info&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 13:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336839#M1176562</guid>
      <dc:creator />
      <dc:date>2012-05-04T13:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336840#M1176563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this might be what you are aiming for...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First we need to define some variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add variable months and define it as ='Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec'&lt;/P&gt;&lt;P&gt;add variable monthSelected and define it as ﻿﻿﻿=GetFieldSelections(Month)&lt;/P&gt;&lt;P&gt;add varaible selected and define it as = trim( left(months,(index(months, monthSelected)+2)))&lt;/P&gt;&lt;P&gt;add variable temp2 and define it as = '('&amp;amp;Replace(selected, ' ', '?')&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we just need to add a trigger to the document (settings-&amp;gt;document properties-&amp;gt;triggers tab)&lt;/P&gt;&lt;P&gt;Field Event Triggers -&amp;gt; Month -&amp;gt; Add Actions for OnSelect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add -&amp;gt; Select in Field -&amp;gt; Field = Month and Search String = =temp2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when you make a selection for Month it will pick everything before it for the year as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an attachment for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 18:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336840#M1176563</guid>
      <dc:creator />
      <dc:date>2012-05-04T18:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336841#M1176564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script, set up another table with a list of the months. I find the easiest way is to do an inline load with dates from each month (just use 1/1/12, 2/1/12, etc.), then do a month function on it. Name the field a different name - let's use SelectMonth. The statement should look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SelectMonth:&lt;/P&gt;&lt;P&gt;LOAD Month(F1) as SelectMonth INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/1/2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2/1/2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/1/2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4/1/2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5/1/2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6/1/2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7/1/2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/1/2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9/1/2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10/1/2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/1/2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/1/2012&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of a Table Box, use a Straight Table. Then create a dimension with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Month&amp;lt;=month(SelectMonth),1,null())&lt;/P&gt;&lt;P&gt;Set this dimension to suppress when value is null. You should also then hide this column (on the Presentation tab).&lt;/P&gt;&lt;P&gt;If you don't have any expressions, just put 1 into an expression, then hide it (again, on the Presentation tab).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 18:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336841#M1176564</guid>
      <dc:creator>danielact</dc:creator>
      <dc:date>2012-05-04T18:40:32Z</dc:date>
    </item>
    <item>
      <title>How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336842#M1176565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Brandon, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution was very good. I need one more advanced of it , that when i clear the selection , the month field is getting cleared and it is displaying all the moths. The month field should always display only the completed months of the year and not the other months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerard &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 07:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336842#M1176565</guid>
      <dc:creator />
      <dc:date>2012-05-07T07:38:32Z</dc:date>
    </item>
    <item>
      <title>How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336843#M1176566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The month field should contain only the completed month list of current year( even the year may be 2010,2011) and remaining month should not be shown. How to create such month field using variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 10:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336843#M1176566</guid>
      <dc:creator />
      <dc:date>2012-05-07T10:21:53Z</dc:date>
    </item>
    <item>
      <title>How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336844#M1176567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to approch this. Please provide me some suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 06:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336844#M1176567</guid>
      <dc:creator />
      <dc:date>2012-05-09T06:00:03Z</dc:date>
    </item>
    <item>
      <title>How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336845#M1176568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the delay I've been a little under the weather.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not quite sure what the problem is.&amp;nbsp; I know you are saying that you only want the completed months to be shown, and when you select the year 2012, it grays out Jun-Dec, indicating that there is no data for Jun - Dec 2012 yet.&amp;nbsp; Do you want it to be the case where it grays out Jun-Dec and 2012 isn't selected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe try to give an example if I am still not understanding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 17:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336845#M1176568</guid>
      <dc:creator />
      <dc:date>2012-05-09T17:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336846#M1176569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Happy to see you back, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scenario is , earlier in the script we are having month field and year field. i want one more month field for example it should show only completed months of 2012. If we pull that field as a list box( Month2) it should show only (Jan,Feb,March, April) . From tat we can select any of the month we wish. This applies for other year too (2008,2009,2010,2011) it should also show the completed months of 2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i pull the month field it should be like this. Even if i select any of the year , the month field should show only the completed month of 2012.From this i can able to select any combination. &lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/" /&gt;&lt;IMG /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 06:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336846#M1176569</guid>
      <dc:creator />
      <dc:date>2012-05-10T06:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336847#M1176570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I think I may have implemented it that way you are wanting it to be done... Let me know what you think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This just does a check to see if data exists for a particular month on the month end.&amp;nbsp; If it does then it includes the month, then rejoins to the original table with just those months so all years have just the months completed in 2012.&amp;nbsp; I also added back in the macro where if you select Feb, it selects Jan and Feb, etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;-Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 17:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336847#M1176570</guid>
      <dc:creator />
      <dc:date>2012-05-10T17:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336848#M1176571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Brandon , for this application it is working fine. When i try the same concept to my original application(Connected to SQL datadase) it is not working fine, when i drop the table after join, the new table is not having any value, it showing null. Is there any other way to achieve it, without join concept. Is there a way we can do this via variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 08:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336848#M1176571</guid>
      <dc:creator />
      <dc:date>2012-05-15T08:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336849#M1176572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i implemented your logic in my application , table 2 is showing - instead of values.Even after doing the left join with table 1 , table 2 is not having values. Can you suggest anyother method to get the completed months, either it can be in front end or in script. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 12:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336849#M1176572</guid>
      <dc:creator />
      <dc:date>2012-05-15T12:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336850#M1176573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you attach a screenshot of what's going wrong in the final display.&amp;nbsp; Sorry, I'm having difficulty understanding what problem is occuring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brandon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 16:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336850#M1176573</guid>
      <dc:creator />
      <dc:date>2012-05-15T16:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336851#M1176574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brandon, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you check the table view for table2 , field Month2 is swowing - .But if you pul it as a field in front end we can see the completed months.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And please explain the concept of this query , since with this single query you are getting the completed months of 2012 in month2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(year([Date Received]) = '2012' and&amp;nbsp; day(monthend([Date Received])),text(Month([Date Received]))) as Month2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 13:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336851#M1176574</guid>
      <dc:creator />
      <dc:date>2012-05-16T13:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336852#M1176575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brandon, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me out in the earlier application. You made it work like the way i said. Can you help me out for the scenario, when i select the year as 2008 or 09 or 10 or 11. It should display all the month (completed months of that year) but when i select 2012 it should show only the completed month. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 05:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336852#M1176575</guid>
      <dc:creator />
      <dc:date>2012-05-18T05:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336853#M1176576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The idea behind this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;IF(year([Date Received]) = '2012' and&amp;nbsp; day(monthend([Date Received])),text(Month([Date Received]))) as Month2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is if data exists for 2012 and the last day of a particular month,&amp;nbsp; then you know that month has been completed so you want to compile your list of months.&amp;nbsp; (Of course this might break if you have completed a month but you do not have data on the last day of the month, I was assuming you did).&amp;nbsp; This stores just Jan, Feb, Mar etc... of the completed months into Month2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the idea is to left join that Month2 field to the original month field.&amp;nbsp; That is everything that exists in Month2 that matches Month, but excludes the months that aren't completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What has been happening now that needs repairing?&amp;nbsp; Maybe if you attach the application I can try and assist you better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 15:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336853#M1176576</guid>
      <dc:creator />
      <dc:date>2012-05-18T15:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to customize the date</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336854#M1176577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brandan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need a help, even if there is data for all months of 2012. I want to show only till the current month. The month field for 2012 should be till may(current month) , the other month should not be visible.This is for both list box and multi box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 13:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-customize-the-date/m-p/336854#M1176577</guid>
      <dc:creator />
      <dc:date>2012-05-28T13:27:23Z</dc:date>
    </item>
  </channel>
</rss>

