<?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 Master Calender with 4 date fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320782#M1197316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ John, &lt;/P&gt;&lt;P&gt;Thanks a lot. After some loading problems I find out the right way. Now all dates are in the calender table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ a.medina&lt;/P&gt;&lt;P&gt;Now without the mistakes in my database, your way also works fine. thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2011 06:18:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-05-24T06:18:22Z</dc:date>
    <item>
      <title>Master Calender with 4 date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320778#M1197310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read so much through this community, but I didn't find an answer to my question. I want to use list boxes for the date for the easy choice.&lt;/P&gt;&lt;P&gt;I have tables with different datafields. In all of them is the key %Item, because I have to combine different tables over this field. So I could not make all date fields as key words, because I then have many synthetic keys =(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example only four tables: Purorder, Order, Stocks and Prognosis.&lt;/P&gt;&lt;P&gt;The stocks shows me the past development. The prognosis the future based on the order.&lt;/P&gt;&lt;P&gt;Now I want to make a master calender, which shows me all datas, from past over actual to future. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this: &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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; purorder.date AS %date&lt;/P&gt;&lt;P&gt;RESIDENT purorder;&lt;/P&gt;&lt;P&gt;JOIN LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; order.date AS %date&lt;/P&gt;&lt;P&gt;RESIDENT order;&lt;/P&gt;&lt;P&gt;JOIN LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stocks.date AS %date&lt;/P&gt;&lt;P&gt;RESIDENT stocks;&lt;BR /&gt;JOIN LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prognosis.date AS %date&lt;/P&gt;&lt;P&gt;RESIDENT prognosis;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Calender shows me now, all dates from purorder. I have also try to use the concatenate respect the JOIN, but the result ist the same. Has anyone an idea, where my mistake lies?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 15:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320778#M1197310</guid>
      <dc:creator />
      <dc:date>2011-05-23T15:49:28Z</dc:date>
    </item>
    <item>
      <title>Master Calender with 4 date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320779#M1197311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have understood your problem, what you want is to add data to date table. Join will not work, because you need at least a field to relate both tables apart from the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it would work something like:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; purorder.date AS %date&lt;/P&gt;&lt;P&gt;RESIDENT purorder;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; order.date AS %date&lt;/P&gt;&lt;P&gt;RESIDENT order;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stocks.date AS %date&lt;/P&gt;&lt;P&gt;RESIDENT stocks;&lt;BR /&gt; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prognosis.date AS %date&lt;/P&gt;&lt;P&gt;RESIDENT prognosis;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 16:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320779#M1197311</guid>
      <dc:creator />
      <dc:date>2011-05-23T16:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calender with 4 date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320780#M1197313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I understood the question either, but if so, see the attached example.&amp;nbsp; It's not exactly your situation, but it connects three dates from three tables to the same master calendar.&amp;nbsp; Two of the tables use the same ID, while the third uses a different ID.&amp;nbsp; I guess ignore the third table, and you have something very like your situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 23:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320780#M1197313</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-05-23T23:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calender with 4 date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320781#M1197315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the linktable concept.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 04:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320781#M1197315</guid>
      <dc:creator />
      <dc:date>2011-05-24T04:34:15Z</dc:date>
    </item>
    <item>
      <title>Master Calender with 4 date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320782#M1197316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ John, &lt;/P&gt;&lt;P&gt;Thanks a lot. After some loading problems I find out the right way. Now all dates are in the calender table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ a.medina&lt;/P&gt;&lt;P&gt;Now without the mistakes in my database, your way also works fine. thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2011 06:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320782#M1197316</guid>
      <dc:creator />
      <dc:date>2011-05-24T06:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calender with 4 date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320783#M1197318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if the two datafields namely "Date Purchased" and "Waranty Expiry Date" are all in one Fact Table called Fact.How then do you script because the sample attachment is challenging for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 11:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320783#M1197318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-08T11:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calender with 4 date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320784#M1197320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is an updated example with two date fields in a single table (Table2) among other things.&amp;nbsp; I guess ignore Table1 and OtherTable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 16:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320784#M1197320</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2012-03-08T16:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calender with 4 date fields</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320785#M1197321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am able to get now the master calender from all the fields, but now the proble is to keep a from date and Todate as selection criteriea in from end.Please help me in this. Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 07:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calender-with-4-date-fields/m-p/320785#M1197321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-30T07:27:44Z</dc:date>
    </item>
  </channel>
</rss>

