<?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: Linked dates - date is the only common dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linked-dates-date-is-the-only-common-dimension/m-p/859798#M301037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah ... I have discovered another problem.&amp;nbsp; Set 1 dates (they begin on 1 April) Set 2 dates begin on January 1 and go to at June 2016.&amp;nbsp; I have a choice&amp;nbsp; I suppose to limit the second calendar ...&amp;nbsp; here is hoping!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Jun 2015 11:38:31 GMT</pubDate>
    <dc:creator>josephinetedesc</dc:creator>
    <dc:date>2015-06-20T11:38:31Z</dc:date>
    <item>
      <title>Linked dates - date is the only common dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Linked-dates-date-is-the-only-common-dimension/m-p/859795#M301034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am developing a schedule vs planned application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So&lt;/P&gt;&lt;P&gt;I have a date and machine producing widgets and taking a certain amount of time(called DurationTime)&lt;/P&gt;&lt;P&gt;Then I have a schedule which contains the date and the machine and the amount of time it can work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read the document 5834 from:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-5834"&gt;https://community.qlik.com/docs/DOC-5834&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I am trying to think - do I have a common field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what I am trying to do is:&lt;/P&gt;&lt;P&gt;file 1.&lt;/P&gt;&lt;P&gt;SchedDate&lt;/P&gt;&lt;P&gt;machine&lt;/P&gt;&lt;P&gt;duration of an operation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file 2.&lt;/P&gt;&lt;P&gt;PlannedDate&lt;/P&gt;&lt;P&gt;machine&lt;/P&gt;&lt;P&gt;total time available for operations to take place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I initially did was have file 1&lt;/P&gt;&lt;P&gt;and made:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date as DateFull,&lt;/P&gt;&lt;P&gt;file 2&lt;/P&gt;&lt;P&gt;made&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PlannedDate as DateFull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I had a copy of a Master Calendar that did all the Dates as Financial dates etc.&lt;/P&gt;&lt;P&gt;I am having problems:&lt;/P&gt;&lt;P&gt;Not when i use DateFull operations such as MonthName, and WeekNum - however when I try to select on month using just Month (I am not sure how to go about it) Is this a Master Calendar problem? &lt;/P&gt;&lt;P&gt;When I get home I will try some more diagnostics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linked-dates-date-is-the-only-common-dimension/m-p/859795#M301034</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2015-06-19T07:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Linked dates - date is the only common dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Linked-dates-date-is-the-only-common-dimension/m-p/859796#M301035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create two different calendars and use those calendars in exprsn lik this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =num(Sum({$&amp;lt; DisCALYear = {$(=Max(DisCALYear))},&lt;/P&gt;&lt;P&gt;BuilCALMonthID={$(=max({$&amp;lt; DisCALMonthID = {$(=Max(DisCALMonthID))} ,DisCALYear = {$(=Max(DisCALYear))} &amp;gt;}BuilCALMonthID) } &amp;gt; } TotalVolume),0.00)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linked-dates-date-is-the-only-common-dimension/m-p/859796#M301035</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-06-19T07:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linked dates - date is the only common dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Linked-dates-date-is-the-only-common-dimension/m-p/859797#M301036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response ...&lt;/P&gt;&lt;P&gt;I hve now read another publiation - QlikView date fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the problem might be related to one date being a date stamp with dates and times.&amp;nbsp; The Master Calendar is in Excel and is a date in the format DD/MM/YYYY.&amp;nbsp; This might be the reason that was was working has stopped working.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did think that perhaps I could have used =MonthName(DateFull) as the dimension in my graph - but you cannot do that ...in a list box.&amp;nbsp; You can only use a dimension that has been loaded at the script time.&lt;/P&gt;&lt;P&gt;Jo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 10:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linked-dates-date-is-the-only-common-dimension/m-p/859797#M301036</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2015-06-19T10:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Linked dates - date is the only common dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Linked-dates-date-is-the-only-common-dimension/m-p/859798#M301037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah ... I have discovered another problem.&amp;nbsp; Set 1 dates (they begin on 1 April) Set 2 dates begin on January 1 and go to at June 2016.&amp;nbsp; I have a choice&amp;nbsp; I suppose to limit the second calendar ...&amp;nbsp; here is hoping!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jun 2015 11:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linked-dates-date-is-the-only-common-dimension/m-p/859798#M301037</guid>
      <dc:creator>josephinetedesc</dc:creator>
      <dc:date>2015-06-20T11:38:31Z</dc:date>
    </item>
  </channel>
</rss>

