<?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: Creating a Calendar based on two inputs? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-Calendar-based-on-two-inputs/m-p/917556#M650847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not too sure if a Canonical Date is a solution for this, as this example is basically one date. But in order to construct the date you need to add a certain number to the existing MFG_Date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2015 13:07:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-28T13:07:28Z</dc:date>
    <item>
      <title>Creating a Calendar based on two inputs?</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Calendar-based-on-two-inputs/m-p/917554#M650844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear QlikViewers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My following question is regarding making a calendar based on two values that make a Date. This is the issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date that I want is generated by two values. MFG_date + due_at. So I can create a listbox with the expression below and it shows the correct Date. (MFG_Date is a Date, due_at is a number. T&lt;SPAN style="font-size: 13.3333330154419px;"&gt;he due_at value is the number of days since MFG_Date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="94232" alt="test1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/94232_test1.png" style="height: 235px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;However I want to create a MasterCalendar for this Date. Normally I would simply create the master calendar and link it to the table, but now the date is generated from two tables. So I think I cannot do this. WITHOUT joining all these tables. (which I do not want to do)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question, is there a way to generate this MasterCalendar for the Date I want. (I know how to generate a Calendar!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 10:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Calendar-based-on-two-inputs/m-p/917554#M650844</guid>
      <dc:creator />
      <dc:date>2015-07-28T10:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Calendar based on two inputs?</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Calendar-based-on-two-inputs/m-p/917555#M650845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this could help: &lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 10:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Calendar-based-on-two-inputs/m-p/917555#M650845</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-07-28T10:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Calendar based on two inputs?</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Calendar-based-on-two-inputs/m-p/917556#M650847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not too sure if a Canonical Date is a solution for this, as this example is basically one date. But in order to construct the date you need to add a certain number to the existing MFG_Date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 13:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Calendar-based-on-two-inputs/m-p/917556#M650847</guid>
      <dc:creator />
      <dc:date>2015-07-28T13:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Calendar based on two inputs?</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Calendar-based-on-two-inputs/m-p/917557#M650848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a possibility that I can say in my loading script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wo_transfer_dimension:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; due_at&amp;nbsp; as&amp;nbsp; date(due_at + MFG _Date);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 13:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Calendar-based-on-two-inputs/m-p/917557#M650848</guid>
      <dc:creator />
      <dc:date>2015-07-28T13:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Calendar based on two inputs?</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-Calendar-based-on-two-inputs/m-p/917558#M650850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just joined the mfg_date with the due_at, so that i could calculate the new date in a new defined table. It works. Still curious if there is the way I described above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 15:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-Calendar-based-on-two-inputs/m-p/917558#M650850</guid>
      <dc:creator />
      <dc:date>2015-07-28T15:32:48Z</dc:date>
    </item>
  </channel>
</rss>

