<?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 How to select multiple date fields? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-date-fields/m-p/646410#M1068994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my QVW, I have several fields for date. They are dates for different things: Assembly Date, Order Date, Delivery Date, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a list box where the user can select a year or several years, and then populate a table with everything that happened in that time period. So if the user selected the year 1996, they could see everything that had been assembled, ordered, and delivered in 1996.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want to just give all the date fields the same name, as I am worried that will create circular reference problems. Does anyone know of other solutions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2014 17:49:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-25T17:49:05Z</dc:date>
    <item>
      <title>How to select multiple date fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-date-fields/m-p/646410#M1068994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my QVW, I have several fields for date. They are dates for different things: Assembly Date, Order Date, Delivery Date, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a list box where the user can select a year or several years, and then populate a table with everything that happened in that time period. So if the user selected the year 1996, they could see everything that had been assembled, ordered, and delivered in 1996.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want to just give all the date fields the same name, as I am worried that will create circular reference problems. Does anyone know of other solutions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 17:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-date-fields/m-p/646410#M1068994</guid>
      <dc:creator />
      <dc:date>2014-08-25T17:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to select multiple date fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-date-fields/m-p/646411#M1068995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many Date fields ? If you have already combined the data into 1 table, you could build a calendar lookup like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OriginalFact&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;from &amp;lt;source&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewFact&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date1 as CommonDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date3&lt;/P&gt;&lt;P&gt;resident OriginalFact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (NewFact)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date2 as CommonDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date3&lt;/P&gt;&lt;P&gt;resident OriginalFact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate (NewFact)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date3 as CommonDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date3&lt;/P&gt;&lt;P&gt;resident OriginalFact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table OriginalFact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then add your year , month and other calculations off the 'CommonDate' field...preferably in a calendar table. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 17:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-date-fields/m-p/646411#M1068995</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-25T17:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to select multiple date fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-date-fields/m-p/646412#M1068996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 18:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-date-fields/m-p/646412#M1068996</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-08-25T18:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to select multiple date fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-date-fields/m-p/646413#M1068997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlikview Cookbook: Tutorial - Using Common Date Dimensions &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/recipes/download-info/tutorial-using-common-date-dimensions/"&gt;http://qlikviewcookbook.com/recipes/download-info/tutorial-using-common-date-dimensions/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 18:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-date-fields/m-p/646413#M1068997</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-08-25T18:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to select multiple date fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-multiple-date-fields/m-p/646414#M1068998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried the tutorial and wanted to apply it in Qlik Sense, i noticed, qlik sense does not support....subroutine scripts..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am facing multiple dates data , but my development is using qlik sense. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 03:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-multiple-date-fields/m-p/646414#M1068998</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2015-07-13T03:56:11Z</dc:date>
    </item>
  </channel>
</rss>

