<?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: Use of Master Calendar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839111#M658923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for taking out some time to responding back to this post. I really appreciate you listing out advantages of having a master calendar and &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am almost tempted to mark your answer as correct, but I just want to wait a little longer before I close this thread.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming back to the three advantages you listed, I feel that 2 and 3 seems to be the true advantage of having the master calendar. Like you said that comparison with a previous day would make your life so much harder without a master calendar. and whenever we want to show sales for days where we did not have any sales, it wouldn't be possible without a master calendar.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to your first 1st point relating to duplication of information, it makes sense for client, employee, supplier, manufacture where each of them will be linked to just one address phone no. etc. In case of master calendar we will still have the same duplication with even more set of dates. For example if I do all the manipulations in the fact table it would be in just one table and number of rows will be less&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Transaction ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Date&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;02/02/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;101&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;02/04/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if I do the same in the master calendar without left keep, I will have something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;02/02/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;02/03/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;02/04/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would think that if you don't have a requirement like the 2nd or 3rd point you mentioned, it would make more sense to do the date field manipulations in the fact table itself or if you really wish to have a separate table you can always create it like this (instead of regular method)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MasterCalendar:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Date) as Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date) as Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and so on...;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD DISTINCT Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Fact;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again, I feel you introduced some great reasons to have a Master Calendar and I really want to thank you for your time and effort to clarify things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that other experts will also contribute to this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 09:00:45 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-04-02T09:00:45Z</dc:date>
    <item>
      <title>Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839108#M658918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question related to the actual benefit of having a Master Calendar. The discussion came about because one of my colleague recently created a Master Calendar not based on date, but based on a TimeStamp field. And after creating the calendar, he did a left keep to drop of the new timestamps he just created. I argued with him that what is the point of creating an extra table when he is going to do a left keep. He can do the same within the fact table. To this he argued that all the date, month, year calculations can be separated out in a different table (makes sense), but aren't we taking extra steps for something we can do it within the fact table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Real Question:&lt;/STRONG&gt; I have been using master calendar for a while and I don't use left keep, but what is the benefit of creating a master calendar? We don't even use the dates which are not available in our fact table, do we?? Is there a hidden benefit that we are missing by having all dates in our application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All responses are greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 17:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839108#M658918</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-01T17:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839109#M658919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great question...I wonder the same thing whenever I create master calendar. In fact when we don't create master calendar and keep date, month, years etc. in the fact table itself, the method will be less CPU intensive. I am curious to see expert's take on this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 17:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839109#M658919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-01T17:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839110#M658921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny... Excellent Question... There could be different answers on advantages/disadvantages on creating/use of Master Calendar. To create and use Master Calendar is completely depends on what type of data model and domain it is and what are the requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider that you have Sales table where you have all Invoice related information and Customer ID. We usually prefer to associate Sales Table with Customer tables via Customer ID to get all customer related information rather than keeping Customer information in Sales table to avoid duplication of data. (i.e. One Invoice belongs to a single customer could have 10 lines, so all information of Customers would get duplicated)... The same way I would prefer to create separate calender from InvoiceDate field to get Year, Month, Quarter, Week, MonthYear, YearMonth informations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes client want to show 0 sales value when you don't have sales on particular day (usually happens on weekends or holidays). To show 0 sales on Bar Chart, what we want to create those missing dates, so I think Master Calendar is the best and easiest option in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How you will show Daily Sales Growth compare to previous day if you don't have data for previous day? You first need to create those missing Dates ! There are also alternative way to get the result but Master Calendar could be the easier one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope we would have more replies from some experts !&lt;/P&gt;&lt;P&gt;Happy Qliking !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT 02/04/2015 (09:30 UTC)&lt;/P&gt;&lt;P&gt;Completely forgot to mention the use of Canonical Date. Without creating a separate calendar/master calendar, it's very difficult to show data for table having two different date fields.&lt;/P&gt;&lt;P&gt;Order Table having OrderDate and Delivery Date.&lt;/P&gt;&lt;P&gt;If one want to show Daily/Monthly/Weekly/Quarterly/Yearly number of Orders received vs Number of Orders Delivered...or Amount instead of Order Count... we need to create a Common Calendar with Flag Order and Delivered...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 07:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839110#M658921</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-02T07:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839111#M658923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for taking out some time to responding back to this post. I really appreciate you listing out advantages of having a master calendar and &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am almost tempted to mark your answer as correct, but I just want to wait a little longer before I close this thread.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming back to the three advantages you listed, I feel that 2 and 3 seems to be the true advantage of having the master calendar. Like you said that comparison with a previous day would make your life so much harder without a master calendar. and whenever we want to show sales for days where we did not have any sales, it wouldn't be possible without a master calendar.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to your first 1st point relating to duplication of information, it makes sense for client, employee, supplier, manufacture where each of them will be linked to just one address phone no. etc. In case of master calendar we will still have the same duplication with even more set of dates. For example if I do all the manipulations in the fact table it would be in just one table and number of rows will be less&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Transaction ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Date&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;02/02/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;101&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;02/04/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if I do the same in the master calendar without left keep, I will have something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;02/02/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;02/03/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;02/04/2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Feb&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would think that if you don't have a requirement like the 2nd or 3rd point you mentioned, it would make more sense to do the date field manipulations in the fact table itself or if you really wish to have a separate table you can always create it like this (instead of regular method)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MasterCalendar:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(Date) as Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Date) as Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and so on...;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD DISTINCT Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Fact;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again, I feel you introduced some great reasons to have a Master Calendar and I really want to thank you for your time and effort to clarify things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that other experts will also contribute to this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 09:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839111#M658923</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-02T09:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839112#M658925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding my 1st Point...&lt;/P&gt;&lt;P&gt;What if you have One invoice having 10 lines of data.&lt;/P&gt;&lt;P&gt;InvoiceDate, InvoiceNumber, LineNo, Item, Price, Qty&lt;/P&gt;&lt;P&gt;01/01/2014, INV001, 1, A1, 100, 10&lt;/P&gt;&lt;P&gt;01/01/2014, INV001, 2, A2, 110, 12&lt;/P&gt;&lt;P&gt;01/01/2014, INV001, 3, A3, 120, 9&lt;/P&gt;&lt;P&gt;01/01/2014, INV001, 4, A4, 10,&amp;nbsp;&amp;nbsp; 8&lt;/P&gt;&lt;P&gt;and so on..&lt;/P&gt;&lt;P&gt;If you will create Month, Quarter, Week, Year field in the same table, there would be duplication of data in each line but in Master Calendar particular for 01/01/2014, data will come for once only....&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I also want not to close this thread so that other experts like below would also comment..&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/17633"&gt;mby&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/10670"&gt;maxgro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/56619"&gt;its.anandrjs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/23043"&gt;ashfaq_haseeb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/3931"&gt;msolomov&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/4484"&gt;stevedark&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/47027"&gt;dvqlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind request to all of you to share your thoughts on this...&lt;/P&gt;&lt;P&gt;Your reply would be highly appreciated... Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 09:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839112#M658925</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-02T09:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839113#M658927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that definitely makes sense. I did not think of that. I guess in that case it would make sense because Fact table could have millions of rows of data vs Master Calendar which would be only 10's of thousand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 09:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839113#M658927</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-02T09:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839114#M658928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; We had had a quite similar discussion in my session (&lt;A href="https://community.qlik.com/qlik-blogpost/3938"&gt;User Group Session "Re-Using von Scripten, Formeln und Daten"&lt;/A&gt;) by the central usergroup-meeting DACH last year in beforehand from the VYWK in Frankfurt and discussed this topic with &lt;A href="https://community.qlik.com/qlik-users/41639"&gt;swr&lt;/A&gt;. In short, the result was that the use from a master-calendar is recommended then there are a lot of advantages:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantages from a master-calendar against creating period-fields within the fact-tables are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- structure of data-model (facts linked to dimensions)&lt;/P&gt;&lt;P style="margin-left: 7.1pt; text-indent: -7.1pt;"&gt;- less RAM will be needed (amount of fields and distinct values will be the same (unless date-holes) but the efforts for the pointer will be greater by large fact-tables)&lt;/P&gt;&lt;P style="margin-left: 7.1pt; text-indent: -7.1pt;"&gt;- no holes within the dates&lt;/P&gt;&lt;P style="margin-left: 7.1pt; text-indent: -7.1pt;"&gt;- it's easier to create "extended" date-fields like continuing month- or week-counter or counting the working-days and so on&lt;/P&gt;&lt;P style="margin-left: 7.1pt; text-indent: -7.1pt;"&gt;- using the same master-calendar for all applications (maybe with where-clauses over minDate/maxDate from facts or rolling years or fixed data-ranges)&lt;/P&gt;&lt;P style="margin-left: 7.1pt; text-indent: -7.1pt;"&gt;- using the master-calendar several times for a single application (canonical date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; - Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 11:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839114#M658928</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-04-02T11:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839115#M658929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. I am unclear about some of the advantages you listed here, would you be able to elaborate on these a little:&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;- less RAM will be needed (amount of fields and distinct values will be the same (unless date-holes) but the efforts for the pointer will be greater by large fact-tables) - &lt;STRONG&gt;Do you mean if we create all dates regardless of if there is a fact available in the fact table vs. doing it in a master calendar, the RAM consumption will be more if its within the fact table??&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 0px 7.1pt; text-indent: -7.1pt;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;- it's easier to create "extended" date-fields like continuing month- or week-counter or counting the working-days and so on - &lt;/SPAN&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;what is "extended" date field (I know you mentioned continuing month- or week-counter, does it literally means assigning a some kind of flag for a required duration?)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0 0 0 7.1pt; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-indent: -7.1pt;"&gt;- using the same master-calendar for all applications (maybe with where-clauses over minDate/maxDate from facts or rolling years or fixed data-ranges) - &lt;STRONG&gt;Don't understand the part in brackets (why do we need a where clause when we use it in other application, may be I don't understand the context)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0 0 0 7.1pt; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-indent: -7.1pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0 0 0 7.1pt; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-indent: -7.1pt;"&gt;Once again I really appreciate your time and effort on helping me understand this better. I am sure this will prove helpful for not just me, but many other in the community as well.&lt;/P&gt;&lt;P style="margin: 0 0 0 7.1pt; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-indent: -7.1pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0 0 0 7.1pt; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-indent: -7.1pt;"&gt;Best,&lt;/P&gt;&lt;P style="margin: 0 0 0 7.1pt; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-indent: -7.1pt;"&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839115#M658929</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-02T12:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839116#M658930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To the point RAM - exampl: if you create to your date two further fields month and year you will have two additional fields with nearby the same number of distinct values if create these fields within the fact-table or you linked it per master-calendar. But these fields needs within large fact-tables more pointer to link they to the date. It's not a easy topic which I could explain well therefore have a look here &lt;A href="https://community.qlik.com/qlik-blogpost/2848"&gt;Symbol Tables and Bit-Stuffed Pointers&lt;/A&gt; and in the book Mastering QlikView from &lt;A href="https://community.qlik.com/qlik-users/2445"&gt;stephen.redmond&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To "extended" date-fields: Yes, with them are flags, pre-calculations and simplifications meant. MonthCounter for examples is a continuning month-number, started with 1 and after a year it will be increased from 12 to 13 and so on. Use is the simplification of expression which query date-ranges over years - sum{&amp;lt; Monthcounter = {"&amp;gt;=$(=max(Monthcounter) - 6)"}&amp;gt;} Value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To where-clauses: It was meant to use one master-calendar for all applications but not each application need to cover the complete data-range from the master-calendar. Mine covered more than two decades but the most applications included only a few years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839116#M658930</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-04-02T12:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839117#M658931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus for providing clarification. Your help on the topic is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839117#M658931</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-02T12:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839118#M658932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree with &lt;A href="https://community.qlik.com/qlik-users/120618"&gt;MRKachhiaIMP&lt;/A&gt; 100%.&amp;nbsp; Unless you have a one-table "data model" and you know for sure that you'll never use date as dimension in charts, you have nothing to loose using Master Calendar.&amp;nbsp; To repeat the advantages:&lt;/P&gt;&lt;P&gt;1. Have the full list of dates in the Calendar range.&amp;nbsp; Speaking of range (and going back to your "left keep" - typically we create Calendar before loading Facts data, and when loading Facts we use Calendar range as condition, hence filtering out the facts outside the required range.&lt;/P&gt;&lt;P&gt;2. Avoid multiplication of the same data in Fact table.&lt;/P&gt;&lt;P&gt;3. Using the same Calendar for many Fact dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 13:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839118#M658932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-02T13:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839119#M658933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/msolomov"&gt;msolomov&lt;/A&gt; ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been usually creating the master calendar using the max and min date from the fact table. I thought that was the way to do it. But you brought another interesting thing forward: To create the master calendar before the fact table. So far this is what I have been doing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Temp: &lt;/STRONG&gt;//Using the fact to extract min and max date&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Min(Date) as minDate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Today() as maxDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident FactTable;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vMinDate = Num(Peek('minDate', 0, 'Temp'));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vMaxDate = Num(Peek('maxDate', 0, 'Temp'));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Temp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TempCalendar:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; $(vMinDate) + IterNo() - 1 as Num,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date($(vMinDate) + IterNo() - 1) as TempDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AutoGenerate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 1 While $(vMinDate) + IterNo() -1 &amp;lt;= $(vMaxDate);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MasterCalendar:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; TempDate as Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Week(TempDate) as Week,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Year(TempDate) as Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Month(TempDate) as Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Day(TempDate) as Day,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Weekday(TempDate) as WeekDay,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'Q' &amp;amp; ceil(month(TempDate) / 3) as Quarter,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 'Q' &amp;amp; Ceil(Month(TempDate)/3) &amp;amp; '-' &amp;amp; Year(TempDate) as QuarterYear,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MonthName(TempDate) as MonthYear,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Week(TempDate)&amp;amp;'-'&amp;amp;Year(TempDate) as WeekYear&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident TempCalendar&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By TempDate ASC;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table TempCalendar;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be whole another topic (and I am cool with starting another discussion for that), but is there a benefit of bringing the master calendar before the fact table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 13:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839119#M658933</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-02T13:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839120#M658934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is as simple as that:&lt;/P&gt;&lt;P&gt;- If you are interested in the data only in the specific time range (e.g. 2 years back and one year forward), start with the calendar.&lt;/P&gt;&lt;P&gt;- If you need all the existing facts data (for me it's quite rare), create calendar after loading facts.&lt;/P&gt;&lt;P&gt;Besides, I don't like calendars that start or end with something like March 13 &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;.&amp;nbsp; So I typically make start date as the start of the year, and end date as end of the year.&amp;nbsp; In your example it would be:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vMinDate = Floor(YearStart(Peek('minDate', 0, 'Temp')));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vMaxDate = Floor(YearEnd(Peek('maxDate', 0, 'Temp')));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Or at least month start/end)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 13:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839120#M658934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-02T13:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839121#M658935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Michael for sharing your good knowledge with me and all other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 13:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839121#M658935</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-02T13:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839122#M658936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="6604" data-externalid="" data-presence="null" data-userid="120618" data-username="MRKachhiaIMP" href="https://community.qlik.com/people/MRKachhiaIMP" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7;"&gt;&lt;STRONG&gt;Manish&lt;/STRONG&gt;&lt;/A&gt;‌,&amp;nbsp; &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/Marcus_Sommer"&gt;Marcus_Sommer&lt;/A&gt;‌,&amp;nbsp; &lt;A href="https://community.qlik.com/people/msolomov"&gt;msolomov&lt;/A&gt;‌ &lt;/STRONG&gt;for sharing your knowledge and expertise. From the above discussion, I draw the conclusion that more often then not, it is useful to have a master calendar in your data structure. All your inputs are valuable which makes it hard for me to decide whose answer should I mark as correct. I think I am going to randomly assign one of the answers as correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thanks for your time and valuable insights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 13:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839122#M658936</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-02T13:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839123#M658937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everybody for sharing your deep insight. I highly appreciate your efforts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 17:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839123#M658937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-02T17:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839124#M658938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I put some of my thoughts on Master Calendar in this post:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/qlikview-calendar/" title="http://www.quickintelligence.co.uk/qlikview-calendar/"&gt;http://www.quickintelligence.co.uk/qlikview-calendar/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tend to incorporate date break downs into the main fact table, rather than hanging a calendar off the side.&amp;nbsp; There are advantages and disadvantages of this approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The article looks at some of these, and there is a fair amount of conversation about the topic in the comments after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy!&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 20:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839124#M658938</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-04-03T20:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839125#M658939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;Sorry for posting this link on your post but its really urgent please do have a look towards my one big problem.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/245843"&gt;I want to get Avg of a Ticket on every day basis.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope you will be the one who can help me out with the same.&lt;/P&gt;&lt;P&gt;Urgent Help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 05:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839125#M658939</guid>
      <dc:creator />
      <dc:date>2017-01-12T05:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839126#M658940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish for sharing your valuable suggestions on the master calendar.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 14:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839126#M658940</guid>
      <dc:creator>veerendrakatika</dc:creator>
      <dc:date>2017-05-23T14:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839127#M658941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;valuable inputs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 16:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-Master-Calendar/m-p/839127#M658941</guid>
      <dc:creator>ajaysikharam</dc:creator>
      <dc:date>2017-08-09T16:35:28Z</dc:date>
    </item>
  </channel>
</rss>

