<?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 Listbox for date slections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox-for-date-slections/m-p/147491#M25916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You. How should I populate the 'Month' and 'Year' columns? The value in the Sell Date column format is '4/1/2008'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2009 01:46:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-06-23T01:46:07Z</dc:date>
    <item>
      <title>Listbox for date slections</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-for-date-slections/m-p/147488#M25913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am very new to QlikView&lt;/P&gt;&lt;P&gt;I need to have users make slection on 'Month' and 'Year' based on values from 'sell date'. The report should display all sales based on the selection period. My table doesn't have a separate field for 'Month' and 'Year'.&lt;/P&gt;&lt;P&gt;Should I create a separate table and store the year and Month values? because currently I don't have fields for 'month' and 'year'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 00:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-for-date-slections/m-p/147488#M25913</guid>
      <dc:creator />
      <dc:date>2009-06-23T00:31:23Z</dc:date>
    </item>
    <item>
      <title>Listbox for date slections</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-for-date-slections/m-p/147489#M25914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I would probably create a separate table with the sell date, month and year. These sorts of calendar tables are a very common solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 00:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-for-date-slections/m-p/147489#M25914</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-06-23T00:39:10Z</dc:date>
    </item>
    <item>
      <title>Listbox for date slections</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-for-date-slections/m-p/147490#M25915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Catherine,&lt;/P&gt;&lt;P&gt;you need not modify the original table. All you have to do is use the following syntax on load;&lt;/P&gt;&lt;P&gt;Month (Date Column Name) as Month,&lt;/P&gt;&lt;P&gt;Year (Date Column Name) as Year,&lt;/P&gt;&lt;P&gt;As long as your table is a recognizable date format it shouldn't be a problem. Then you are able to create seperate list boxes using the Month or Year fields.&lt;/P&gt;&lt;P&gt;The best way to learn these little tips and tricks is to look at the examples that QlikView provides you. There are some slick way of handling data in QlikView without modifying your originals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 01:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-for-date-slections/m-p/147490#M25915</guid>
      <dc:creator />
      <dc:date>2009-06-23T01:30:43Z</dc:date>
    </item>
    <item>
      <title>Listbox for date slections</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-for-date-slections/m-p/147491#M25916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You. How should I populate the 'Month' and 'Year' columns? The value in the Sell Date column format is '4/1/2008'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 01:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-for-date-slections/m-p/147491#M25916</guid>
      <dc:creator />
      <dc:date>2009-06-23T01:46:07Z</dc:date>
    </item>
    <item>
      <title>Listbox for date slections</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-for-date-slections/m-p/147492#M25917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cat,&lt;/P&gt;&lt;P&gt;Your SellDate format looks fine and QlikView should be able to recognize it. Your load statement for Month and Year should look like something below. QlikView will populate those date fields for you. So when you create the listbox just select the appopriate field for Year or Month. Another tip would be is to uncheck "Single Column" in the list properties under presentation - this way you can resize in a aesthetic manner. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;ODBC CONNECT TO [Excel Files;DBQ=C:\DOCUMENTS AND SETTINGS\YSUN\DESKTOP\PRODUCTION.xls];&lt;BR /&gt;LOAD SellDate,&lt;BR /&gt; Month (SellDate) as Month,&lt;BR /&gt; Year (SellDate) as Year;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM `C:\DOCUMENTS AND SETTINGS\YSUN\DESKTOP\PRODUCTION.xls`.`Sheet1$`;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 01:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-for-date-slections/m-p/147492#M25917</guid>
      <dc:creator />
      <dc:date>2009-06-23T01:59:20Z</dc:date>
    </item>
    <item>
      <title>Listbox for date slections</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-for-date-slections/m-p/147493#M25918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You !. The example files are not opening up. Is it available on the web?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 02:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-for-date-slections/m-p/147493#M25918</guid>
      <dc:creator />
      <dc:date>2009-06-23T02:03:50Z</dc:date>
    </item>
    <item>
      <title>Listbox for date slections</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-for-date-slections/m-p/147494#M25919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cat,&lt;/P&gt;&lt;P&gt;&lt;A href="http://demo.qlik.com/"&gt;http://demo.qlik.com/&lt;/A&gt; -&amp;gt; you can download as a QlikView file and peruse as your hearts desire.&lt;/P&gt;&lt;P&gt;Also C:\Program Files\QlikView\Examples\Documents has some examples locally. (requires full install)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 02:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-for-date-slections/m-p/147494#M25919</guid>
      <dc:creator />
      <dc:date>2009-06-23T02:14:08Z</dc:date>
    </item>
  </channel>
</rss>

