<?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: Data filter by Year, Month and Day in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-filter-by-Year-Month-and-Day/m-p/950513#M974903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nihal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Yes,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the dates&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;are already&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in this model&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;I cannot&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;put in the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;layout&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the image that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I posted&lt;/SPAN&gt;. &lt;SPAN class="hps"&gt;I need to put&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a checkbox&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;for each year&lt;/SPAN&gt;, month and &lt;SPAN class="hps"&gt;day,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the user can select&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;one or more values&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Thank you for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2015 17:18:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-01T17:18:51Z</dc:date>
    <item>
      <title>Data filter by Year, Month and Day</title>
      <link>https://community.qlik.com/t5/QlikView/Data-filter-by-Year-Month-and-Day/m-p/950508#M974898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Hello!&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;am new&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in QlikView&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;I need&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to produce the filters&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;by year, month&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and day,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;as shown below&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Snap 2015-09-01 at 12.08.11.png" class="jive-image image-1" src="/legacyfs/online/97611_Snap 2015-09-01 at 12.08.11.png" style="width: 620px; height: 40px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Can someone help me ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 15:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-filter-by-Year-Month-and-Day/m-p/950508#M974898</guid>
      <dc:creator />
      <dc:date>2015-09-01T15:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data filter by Year, Month and Day</title>
      <link>https://community.qlik.com/t5/QlikView/Data-filter-by-Year-Month-and-Day/m-p/950509#M974899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Filipe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your date field already available as year, month, day in the data model?&lt;/P&gt;&lt;P&gt;If not, you need to do the following in the script (just replace &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Your_Date_Field and Table_of_&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Your_Date_Field with your own field and table names).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Your_Date_Field,&lt;/P&gt;&lt;P&gt;Year(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Your_Date_Field&lt;/SPAN&gt;) AS Year,&lt;/P&gt;&lt;P&gt;Month(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Your_Date_Field&lt;/SPAN&gt;) AS Month,&lt;/P&gt;&lt;P&gt;Day(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Your_Date_Field&lt;/SPAN&gt;) AS Day,&lt;/P&gt;&lt;P&gt;Resident Table_of_&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Your_Date_Field&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reload the script and then create three listbox objects. One with the field Year, one with Month and one with Day. Is that clear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a sample file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 16:55:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-filter-by-Year-Month-and-Day/m-p/950509#M974899</guid>
      <dc:creator>nigel987</dc:creator>
      <dc:date>2015-09-01T16:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data filter by Year, Month and Day</title>
      <link>https://community.qlik.com/t5/QlikView/Data-filter-by-Year-Month-and-Day/m-p/950510#M974900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="2015-09-01 #6.PNG" class="jive-image image-1" src="/legacyfs/online/97623_2015-09-01 #6.PNG" style="height: 34px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just used ValueList() and ValueLoop() to make expressions for the three listboxes. You can replace each with Year, Month and Day from your data model (table).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 17:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-filter-by-Year-Month-and-Day/m-p/950510#M974900</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-01T17:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data filter by Year, Month and Day</title>
      <link>https://community.qlik.com/t5/QlikView/Data-filter-by-Year-Month-and-Day/m-p/950511#M974901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nihal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Yes,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the dates&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;are already&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in this model&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;I cannot&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;put in the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;layout&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the image that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I posted&lt;/SPAN&gt;. &lt;SPAN class="hps"&gt;I need to put&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a checkbox&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;for each year&lt;/SPAN&gt;, month and &lt;SPAN class="hps"&gt;day,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the user can select&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;one or more values&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Thank you for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 17:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-filter-by-Year-Month-and-Day/m-p/950511#M974901</guid>
      <dc:creator />
      <dc:date>2015-09-01T17:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data filter by Year, Month and Day</title>
      <link>https://community.qlik.com/t5/QlikView/Data-filter-by-Year-Month-and-Day/m-p/950512#M974902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get it horizontal and with the checkboxes you will have to go to the Presentation tab for each of the list boxes and remove the checkmark from Single Column and from the drop-down "Selection Style Override" select Windows Checkboxes. Lastly you must drag the lower-right corner of the list box so it becomes much wider than it is high and it will reformat to a horizontal format instead of vertical.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 17:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-filter-by-Year-Month-and-Day/m-p/950512#M974902</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-01T17:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data filter by Year, Month and Day</title>
      <link>https://community.qlik.com/t5/QlikView/Data-filter-by-Year-Month-and-Day/m-p/950513#M974903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nihal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Yes,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the dates&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;are already&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in this model&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;I cannot&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;put in the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;layout&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the image that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I posted&lt;/SPAN&gt;. &lt;SPAN class="hps"&gt;I need to put&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a checkbox&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;for each year&lt;/SPAN&gt;, month and &lt;SPAN class="hps"&gt;day,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the user can select&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;one or more values&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Thank you for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 17:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-filter-by-Year-Month-and-Day/m-p/950513#M974903</guid>
      <dc:creator />
      <dc:date>2015-09-01T17:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data filter by Year, Month and Day</title>
      <link>https://community.qlik.com/t5/QlikView/Data-filter-by-Year-Month-and-Day/m-p/950514#M974904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Petter&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;It´s worked&lt;/SPAN&gt;! &lt;SPAN class="hps"&gt;Thank you so much.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 17:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-filter-by-Year-Month-and-Day/m-p/950514#M974904</guid>
      <dc:creator />
      <dc:date>2015-09-01T17:32:29Z</dc:date>
    </item>
  </channel>
</rss>

