<?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: Linking two master calendars? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linking-two-master-calendars/m-p/1443068#M808634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christine,&lt;/P&gt;&lt;P&gt;Maybe concatenate Issues and Events into a single Fact table with one calendar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179394_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2017 13:24:02 GMT</pubDate>
    <dc:creator>effinty2112</dc:creator>
    <dc:date>2017-10-12T13:24:02Z</dc:date>
    <item>
      <title>Linking two master calendars?</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-two-master-calendars/m-p/1443067#M808633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;I have two master calendars, one represents the date of events, the other the date of issues. I want to have a sheet displaying all the events (at a particular venue) and all the problems there over one set of dates…&lt;EM&gt;without&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; having to select two sets of dates.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;How can I link the dates?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I can get something almost useful working using: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; =&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;IssueDate&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;&amp;gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;)&amp;amp;'/'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;)&amp;amp;'/'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;),'DD/MM/YYYY')+1) &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;IssueDate&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;&amp;lt;=(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;)&amp;amp;'/'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;)&amp;amp;'/'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;),'DD/MM/YYYY')+1)&lt;BR /&gt; ,(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;IssueHrs&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; mso-bidi-font-size: 10.0pt;"&gt;)/24) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;But it doesn’t quite work. Selecting July and 2017 should total the three in July but doesn’t. September works but I suspect only because the Issues were of the same dates as entries in the Events table?&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;Also, this method won’t seem to give me just a list of the issues arising during the period of the events like I’d hoped, but a list of all issues and a figure only in the column (which I can total).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;QVW attached – this is sample data and actual data is much more complicated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;I think I’m probably going at this in entirely the wrong direction. Any help would be much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-two-master-calendars/m-p/1443067#M808633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Linking two master calendars?</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-two-master-calendars/m-p/1443068#M808634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christine,&lt;/P&gt;&lt;P&gt;Maybe concatenate Issues and Events into a single Fact table with one calendar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179394_1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-two-master-calendars/m-p/1443068#M808634</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-10-12T13:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Linking two master calendars?</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-two-master-calendars/m-p/1443069#M808635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Andrew, but the tables in the actual app far more complicated than my sample data and there may be many issues on a date with no events and vice versa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-two-master-calendars/m-p/1443069#M808635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-12T13:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Linking two master calendars?</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-two-master-calendars/m-p/1443070#M808636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christine,&lt;/P&gt;&lt;P&gt;It may be that concatenation into a single fact table is not the answer for you but having many issues per date with no events or vice versa does not rule out concatenation. If two fact tables are of the same granularity then concatenation is often good strategy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An other option is the use of a canonical calendar:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-two-master-calendars/m-p/1443070#M808636</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-10-12T13:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linking two master calendars?</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-two-master-calendars/m-p/1443071#M808637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christine,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;for Multiple Dates With Master Calendar,&amp;nbsp; &lt;/SPAN&gt;You can use only one Isolated Master Calender.&lt;IMG __jive_id="179424" alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179424_Capture.JPG" style="height: 542px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Best &lt;/SPAN&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Rafik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:17:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-two-master-calendars/m-p/1443071#M808637</guid>
      <dc:creator>rafik1983</dc:creator>
      <dc:date>2017-10-12T14:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Linking two master calendars?</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-two-master-calendars/m-p/1443072#M808638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can look into P and E element functions in Set Analysis. These might fit your requirement as they'll save you the trouble of creating a linkage between the 2 tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Count(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;{&amp;lt;Issue_Date= P(Event_Date)&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Problems)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;fields &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Issue_Date and &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 13.3333px;"&gt;Problems should come from the same table to be meaningful.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 20:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-two-master-calendars/m-p/1443072#M808638</guid>
      <dc:creator>vkish16161</dc:creator>
      <dc:date>2017-10-12T20:18:00Z</dc:date>
    </item>
  </channel>
</rss>

