<?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: Create year-based Master Calendar - help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-year-based-Master-Calendar-help/m-p/743656#M667158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14171960410277754" jivemacro_uid="_14171960410277754" modifiedtitle="true"&gt;
&lt;P&gt;Years:&lt;/P&gt;
&lt;P&gt;LOAD distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SystemsYear as Year,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SystemsYear&lt;/P&gt;
&lt;P&gt;Resident Systems;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;concatenate(Years)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD distinct &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PlatformYear as Year,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PlatformYear&lt;/P&gt;
&lt;P&gt;Resident Platforms&lt;/P&gt;
&lt;P&gt;WHERE PlatformYear &amp;gt;=2010;&lt;/P&gt;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Nov 2014 17:33:46 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-11-28T17:33:46Z</dc:date>
    <item>
      <title>Create year-based Master Calendar - help</title>
      <link>https://community.qlik.com/t5/QlikView/Create-year-based-Master-Calendar-help/m-p/743655#M667157</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 need to create a very simple master calendar, but don't know how. I have two tables, [Systems] and [Platforms]. Systems table has years 2010-2025 in field SystemsYear, while Platforms table has years 2001-2025 in field PlatformYear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a new table and field 'Year' for the period 2010-2025 as my master calendar. I do not care about data before 2010. What does the script look like for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 17:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-year-based-Master-Calendar-help/m-p/743655#M667157</guid>
      <dc:creator />
      <dc:date>2014-11-28T17:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create year-based Master Calendar - help</title>
      <link>https://community.qlik.com/t5/QlikView/Create-year-based-Master-Calendar-help/m-p/743656#M667158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14171960410277754" jivemacro_uid="_14171960410277754" modifiedtitle="true"&gt;
&lt;P&gt;Years:&lt;/P&gt;
&lt;P&gt;LOAD distinct&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SystemsYear as Year,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SystemsYear&lt;/P&gt;
&lt;P&gt;Resident Systems;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;concatenate(Years)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD distinct &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PlatformYear as Year,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PlatformYear&lt;/P&gt;
&lt;P&gt;Resident Platforms&lt;/P&gt;
&lt;P&gt;WHERE PlatformYear &amp;gt;=2010;&lt;/P&gt;

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 17:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-year-based-Master-Calendar-help/m-p/743656#M667158</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-28T17:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create year-based Master Calendar - help</title>
      <link>https://community.qlik.com/t5/QlikView/Create-year-based-Master-Calendar-help/m-p/743657#M667159</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;Try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Systems:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;SystemsYear&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//If you want only System Year Here you get Years from 2010 - 2025&lt;/P&gt;&lt;P&gt;MasterCalendar:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;SystemsYear as Year&lt;/P&gt;&lt;P&gt;Resident Systems; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:- If you need the PlatformYear also then concatenate that table to this table also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 17:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-year-based-Master-Calendar-help/m-p/743657#M667159</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-28T17:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create year-based Master Calendar - help</title>
      <link>https://community.qlik.com/t5/QlikView/Create-year-based-Master-Calendar-help/m-p/743658#M667160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for your responses. Your methods actually generated a loop, I am not sure why. So I instead renamed both SystemsYear and PlatformYear to 'Year' first in the script, then edited your script slightly. So now the three tables are just linked by Year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 17:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-year-based-Master-Calendar-help/m-p/743658#M667160</guid>
      <dc:creator />
      <dc:date>2014-11-28T17:52:49Z</dc:date>
    </item>
  </channel>
</rss>

