<?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 Newbie Question - Month &amp; Year Selector in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540064#M1128780</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;&lt;/P&gt;&lt;P&gt;Easy one for you to resolve this I am sure! First post so please be gentle also!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the usual search engines for 'month selector qlikview' etc and am getting nowhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to include on my sheet a list of months and years, say 2010 -2020, so that the user can simply click on the year and the data is adjusted to just show that selection. For example 2013 or Jan 2015 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field I am using is Date Received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried creating a list box from this field I get every date, not for example just the month or year. Even when I change the date format to mmm or yyyy I will get a list box that shows Mar Mar Mar Mar Mar Apr Apr Apr etc... if 1st March, 2nd March, 3rd March etc is the Date Received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I KNOW I am missing something simple! I am not a developer nor am fluent in any coding! I am merely stepping across from excel &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All help gratefully received&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Dec 2013 11:57:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-06T11:57:08Z</dc:date>
    <item>
      <title>Newbie Question - Month &amp; Year Selector</title>
      <link>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540064#M1128780</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;&lt;/P&gt;&lt;P&gt;Easy one for you to resolve this I am sure! First post so please be gentle also!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the usual search engines for 'month selector qlikview' etc and am getting nowhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to include on my sheet a list of months and years, say 2010 -2020, so that the user can simply click on the year and the data is adjusted to just show that selection. For example 2013 or Jan 2015 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field I am using is Date Received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried creating a list box from this field I get every date, not for example just the month or year. Even when I change the date format to mmm or yyyy I will get a list box that shows Mar Mar Mar Mar Mar Apr Apr Apr etc... if 1st March, 2nd March, 3rd March etc is the Date Received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I KNOW I am missing something simple! I am not a developer nor am fluent in any coding! I am merely stepping across from excel &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All help gratefully received&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 11:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540064#M1128780</guid>
      <dc:creator />
      <dc:date>2013-12-06T11:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie Question - Month &amp; Year Selector</title>
      <link>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540065#M1128781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this in your script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Year(DateReceved) as Year,&lt;/P&gt;&lt;P&gt;Month(DateReceved) as Month&lt;/P&gt;&lt;P&gt;x,&lt;/P&gt;&lt;P&gt;y&lt;/P&gt;&lt;P&gt;from your table&amp;lt;&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now use list boxes Year and Month and select Year and month from your sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 12:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540065#M1128781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-06T12:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie Question - Month &amp; Year Selector</title>
      <link>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540066#M1128782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to create Month and Year Fields in the load script,&lt;/P&gt;&lt;P&gt;like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date Received,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Month(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date Received.&lt;/SPAN&gt;) as 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;"&gt;Year(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date Received&lt;/SPAN&gt;) AS Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;from &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;abc...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;then on the front end you will have month and Year fields, and you can chose these fields for your list boxes..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;try this, or share sample file...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 12:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540066#M1128782</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-12-06T12:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie Question - Month &amp; Year Selector</title>
      <link>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540067#M1128783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for your responses. As a total newbie to QV, how do I achieve what you have both posted?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any pictoral guide to assist in basics like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I dont come across as ungrateful, I am grateful, just not experienced in QV!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 08:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540067#M1128783</guid>
      <dc:creator />
      <dc:date>2013-12-09T08:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie Question - Month &amp; Year Selector</title>
      <link>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540068#M1128784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Billy,&lt;/P&gt;&lt;P&gt;You can follow the below steps:&lt;/P&gt;&lt;P&gt;1. Open your Qlikview document, then press ctrl+E or in your navigation bar click the icon &lt;IMG alt="Edit.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/50169_Edit.bmp" /&gt;, it will open the script editor.&lt;/P&gt;&lt;P&gt;2. Here you can write your code/script as mentioned by &lt;A href="https://community.qlik.com/qlik-users/97131"&gt;Anant Dubey&lt;/A&gt; or &lt;A href="https://community.qlik.com/qlik-users/114152"&gt;IsrarKhan&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;3. Once done, you can save the file and reload.&lt;/P&gt;&lt;P&gt;4. In the front end, right click and select "New Sheet Object" -- List box.&lt;/P&gt;&lt;P&gt;5. Then select the respective Year field that you have created alraedy.&lt;/P&gt;&lt;P&gt;6. Repeat step 4 &amp;amp; 5 for Month as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 08:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540068#M1128784</guid>
      <dc:creator />
      <dc:date>2013-12-09T08:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Newbie Question - Month &amp; Year Selector</title>
      <link>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540069#M1128785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;press CTRL + E&amp;nbsp; - Then you enter the script mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can connect to a DB or whatever you have (excel maybe?)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/50171_Capture.PNG.png" style="width: 620px; height: 633px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can add the file/table and then you should use examples like above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year(Datefield) as Year&lt;/P&gt;&lt;P&gt;Month(Datefield) as Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 08:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540069#M1128785</guid>
      <dc:creator />
      <dc:date>2013-12-09T08:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Newbie Question - Month &amp; Year Selector</title>
      <link>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540070#M1128786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aha, thank you... I think I am getting somewhere now...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have managed to understand that and enter it in to the script, thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now have a list box but it is in one column...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;Apr&lt;/P&gt;&lt;P&gt;May etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have had a wander round the properties and cant Find how to display the options in a grid format such as the pic below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/50170_table.jpg" style="width: 620px; height: 30px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 10:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540070#M1128786</guid>
      <dc:creator />
      <dc:date>2013-12-09T10:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Newbie Question - Month &amp; Year Selector</title>
      <link>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540071#M1128787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In properties, go to Presentation tab, uncheck the follwoing option:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="lb.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/50180_lb.bmp" /&gt;&lt;/P&gt;&lt;P&gt;Once done, reduce the height of your list box and keep on increasing the width unless the scroll bar disappears.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 10:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540071#M1128787</guid>
      <dc:creator />
      <dc:date>2013-12-09T10:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Newbie Question - Month &amp; Year Selector</title>
      <link>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540072#M1128788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you again for the prompt response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very strange, I dont have single column under the Presentation tab!? My QV version is 11.20.11922.0 SR2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a list box, have I got the right object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also checked the other tabs and see no mention of single column?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 11:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540072#M1128788</guid>
      <dc:creator />
      <dc:date>2013-12-09T11:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Newbie Question - Month &amp; Year Selector</title>
      <link>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540073#M1128789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IGNORE ME!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorted it!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 11:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Newbie-Question-Month-Year-Selector/m-p/540073#M1128789</guid>
      <dc:creator />
      <dc:date>2013-12-09T11:08:40Z</dc:date>
    </item>
  </channel>
</rss>

