<?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: Generate date ranges between two fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154525#M31111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OD: &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date('01/01/2011' + RowNo() - 1) AS DataStart,&lt;/P&gt;&lt;P&gt;Date('10/01/2011' + RowNo() - 1) AS DataEnd&lt;/P&gt;&lt;P&gt;AUTOGENERATE 3000;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FILTRO:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date('01/01/2011' + RowNo() - 1) AS Data1&lt;/P&gt;&lt;P&gt;AUTOGENERATE 3000;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join IntervalMatch (Data1) LOAD&lt;/P&gt;&lt;P&gt;DataStart, DataEnd&lt;/P&gt;&lt;P&gt;RESIDENT OD;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2013 16:28:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-30T16:28:25Z</dc:date>
    <item>
      <title>Generate date ranges between two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154518#M31104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;A small daft question, I have two date fields - opendate and closedate, and I would like to generate a range of dates for use in charts etc to show the min(opendate) - today().&lt;/P&gt;&lt;P&gt;How would I do this? And preferably to do it in the table where my data is stored or a method to link to my existing data...?&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154518#M31104</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2010-08-10T10:26:21Z</dc:date>
    </item>
    <item>
      <title>AW:Generate date ranges between two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154519#M31105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dayna,&lt;/P&gt;&lt;P&gt;what does opendate - today() means, the days will be negative? And what do you mean with a range of dates? You can use the class-function to group dates by a fix number of days.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154519#M31105</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2010-08-10T10:49:21Z</dc:date>
    </item>
    <item>
      <title>Generate date ranges between two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154520#M31106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please do this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(today(),'DD-MM-YYYY')-date(min(opendate),'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish Srivastava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154520#M31106</guid>
      <dc:creator />
      <dc:date>2010-08-10T10:55:30Z</dc:date>
    </item>
    <item>
      <title>AW:Generate date ranges between two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154521#M31107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I think you misunderstand my request, I don't want the dates to be grouped, I need to fill in the missing blank dates so they could be displayed on a chart. Opendate is simply the name of my field containing the date. So I would like to have a selector with all dates from the minimum opendate to today's date.&lt;/P&gt;&lt;P&gt;So if my date I have is 31/3/10 I would like to have a date for every day from this to today's date.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154521#M31107</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2010-08-10T10:58:12Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: AW:Generate date ranges between two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154522#M31108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is a recurring need in the BI world : to have a timetable.&lt;/P&gt;&lt;P&gt;Why don't you automatically generate a calendar that you link to your table by the date field. In your graphs and tables you will use the objects (months, years, semesters, ...) that you've created in your calendar table.&lt;/P&gt;&lt;P&gt;I've never tested this solution on QlikView (i'm a new user) however i see no reason being that it doen't work.&lt;/P&gt;&lt;P&gt;Hope this can help you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 16:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154522#M31108</guid>
      <dc:creator />
      <dc:date>2010-08-10T16:59:31Z</dc:date>
    </item>
    <item>
      <title>Generate date ranges between two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154523#M31109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello! Dayna,&lt;/P&gt;&lt;P&gt;Here is the link from there you can download qlikview cookbook.....by robwunderlich . this is free&lt;/P&gt;&lt;P&gt;&lt;A href="http://robwunderlich.com/Download.html"&gt;http://robwunderlich.com/Download.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in this u may find ur solution try to find "generate Date table " in the cookbook.qvw&lt;/P&gt;&lt;P&gt;hope it ll help you.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 20:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154523#M31109</guid>
      <dc:creator />
      <dc:date>2010-08-10T20:32:53Z</dc:date>
    </item>
    <item>
      <title>Generate date ranges between two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154524#M31110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to generating the dates, you also need to intervalmatch them back to your main table. I was going to just describe the process, but there's quite a bit to it, really, and some of it is tricky. So see attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 21:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154524#M31110</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-08-10T21:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Generate date ranges between two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154525#M31111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OD: &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date('01/01/2011' + RowNo() - 1) AS DataStart,&lt;/P&gt;&lt;P&gt;Date('10/01/2011' + RowNo() - 1) AS DataEnd&lt;/P&gt;&lt;P&gt;AUTOGENERATE 3000;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FILTRO:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Date('01/01/2011' + RowNo() - 1) AS Data1&lt;/P&gt;&lt;P&gt;AUTOGENERATE 3000;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join IntervalMatch (Data1) LOAD&lt;/P&gt;&lt;P&gt;DataStart, DataEnd&lt;/P&gt;&lt;P&gt;RESIDENT OD;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 16:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154525#M31111</guid>
      <dc:creator />
      <dc:date>2013-01-30T16:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Generate date ranges between two fields</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154526#M31112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please could you advise how to do this when using a timestamp instead of a date, I tried replicating your qvw using the timestamp but I get an error saying ")" is expected when creating the date table- 1st line.i cant seems to see how to fix it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 06:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-date-ranges-between-two-fields/m-p/154526#M31112</guid>
      <dc:creator>bimanbeginner</dc:creator>
      <dc:date>2017-06-14T06:34:17Z</dc:date>
    </item>
  </channel>
</rss>

