<?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: Master Calendar with 3 IDs/3 Calendars in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Master-Calendar-with-3-IDs-3-Calendars/m-p/903644#M314241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;then you should create a separate table with all possible combinations: year and IDs and link back the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2015 21:07:24 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2015-04-14T21:07:24Z</dc:date>
    <item>
      <title>Master Calendar with 3 IDs/3 Calendars</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-with-3-IDs-3-Calendars/m-p/903639#M314236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am posting a sample QVW - I have 3 ID/Year/Amounts that I want to link together with a master Year field, but still have the option to select one of the specific year fields as well. Does anyone know how I can do this? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 17:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-with-3-IDs-3-Calendars/m-p/903639#M314236</guid>
      <dc:creator />
      <dc:date>2015-04-13T17:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar with 3 IDs/3 Calendars</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-with-3-IDs-3-Calendars/m-p/903640#M314237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌See if this example fits your case.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlikview Cookbook: Tutorial - Using Common Date Dimensions &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/recipes/download-info/tutorial-using-common-date-dimensions/" rel="nofollow"&gt;http://qlikviewcookbook.com/recipes/download-info/tutorial-using-common-date-dimensions/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 19:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-with-3-IDs-3-Calendars/m-p/903640#M314237</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-04-13T19:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar with 3 IDs/3 Calendars</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-with-3-IDs-3-Calendars/m-p/903641#M314238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. I tried your solution before but, while I loved how well it was presented, I could not implement it. I think this is because I have 3 different IDs, not just OrderID as in your tutorial. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 19:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-with-3-IDs-3-Calendars/m-p/903641#M314238</guid>
      <dc:creator />
      <dc:date>2015-04-13T19:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar with 3 IDs/3 Calendars</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-with-3-IDs-3-Calendars/m-p/903642#M314239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why would you do so? The years in these tables does not have much in common, but a field related to a year. What will be the benefit to have a year to select?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevertheless you may concatenate the datatables and always add a field "Year", like&lt;/P&gt;&lt;P&gt;Load *, EventYear AS Year INLINE [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 19:55:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-with-3-IDs-3-Calendars/m-p/903642#M314239</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-04-13T19:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar with 3 IDs/3 Calendars</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-with-3-IDs-3-Calendars/m-p/903643#M314240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I tried your solution, and it works as intended. However, it is not the ideal solution because I also want to show how the data is related across the three year fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my example. In the app I attached, you can see that in EventYear 2012, there are two EventIDs, 2 &amp;amp; 3. Those two EventIDs are associated with 4 PersonnelIDs, a - b - c - d. Finally, you can see that a - b - c - d have PersonnelAmounts that go from 2008-2012 in the PersonnelYear field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So ideally, I want&lt;/P&gt;&lt;P&gt;1) to be able to click '2012' in EventYear and get all associated amounts for all personnel in all PersonnelYears for that event, and&lt;/P&gt;&lt;P&gt;2) I want a common Year field where if I select 2008-2012, I only get Amounts and IDs within that time range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 15:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-with-3-IDs-3-Calendars/m-p/903643#M314240</guid>
      <dc:creator />
      <dc:date>2015-04-14T15:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar with 3 IDs/3 Calendars</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-with-3-IDs-3-Calendars/m-p/903644#M314241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;then you should create a separate table with all possible combinations: year and IDs and link back the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 21:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-with-3-IDs-3-Calendars/m-p/903644#M314241</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-04-14T21:07:24Z</dc:date>
    </item>
  </channel>
</rss>

