<?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: Performance of multiple master calendars in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1696556#M53283</link>
    <description>&lt;P&gt;So, what you are saying is that I can keep my 7 calendars, but instead of doing a LEFT KEEP to my fact table or a WHERE EXISTS, I should retrieve the MIN() and MAX() of each of my 7 dates, and generate a master calendar (for each date) based on those min and max dates. Is that what you are saying?&lt;/P&gt;&lt;P&gt;I do am experiencing a CALCULATION TIMED OUT error for every line chart I'm using my dates, despite of how 'simple' the metric... How do you read that error?&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Apr 2020 17:03:20 GMT</pubDate>
    <dc:creator>valpassos</dc:creator>
    <dc:date>2020-04-24T17:03:20Z</dc:date>
    <item>
      <title>Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1693754#M53067</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;I have the need in my model to create muitple master calendars, as I have many dates. I'm talking about 7 master calendars.&lt;/P&gt;&lt;P&gt;I'm loading them and LEFT KEEPing them with my FACTS table. Like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LEFT KEEP(FACTS)

CreationCalendar:
LOAD 
&amp;amp;ID_Date AS &amp;amp;ID_Creation_Calendar
...
FROM Calendar;

LEFT KEEP(FACTS)

AssignmentCalendar:
LOAD 
%ID_Date AS %ID_Assignment_Calendar
...
FROM Calendar;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this is taking forever to load, like almost 20 minutes, just to load these tables. The application is very slow and I'm wondering if it has anything to do with this?&lt;/P&gt;&lt;P&gt;Do master calendars hinder performance?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1693754#M53067</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2024-11-16T02:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1693875#M53080</link>
      <description>&lt;P&gt;Can you load a sample data set with the date fields? I currently use 3 canonical calendars on a data set over 49 million rows. It works great. You shouldn’t need to join the calendars but rather use a canonical calendar, using after mapping to join date fields into common date.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 02:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1693875#M53080</guid>
      <dc:creator>jcdatasax</dc:creator>
      <dc:date>2020-04-16T02:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1694900#M53147</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/90341"&gt;@jcdatasax&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;My dataset is close to that as well, ~50 million rows, but it keeps growing day by day.&lt;/P&gt;&lt;P&gt;Can you share a sample of that solution of yours? How does that work for the dates in filters?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lisa&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 12:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1694900#M53147</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2020-04-20T12:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695450#M53178</link>
      <description>&lt;P&gt;Lisa:&amp;nbsp; I tailored my solution based on this post by &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41049"&gt;@thkarner&lt;/a&gt;&amp;nbsp;: &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Derived-Calendar-Fields/ta-p/1485683" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Derived-Calendar-Fields/ta-p/1485683&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 20:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695450#M53178</guid>
      <dc:creator>jcdatasax</dc:creator>
      <dc:date>2020-04-21T20:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695579#M53187</link>
      <description>&lt;P&gt;If you want to use derived Autocalendar fields on date fields in a large fact table it might be very slow. The solution is to create a new table with a single date field and a join field to the date in the fact table. The new table only contains the distinct values per date (without duplicates).&lt;/P&gt;&lt;P&gt;Then you can apply the autocalendar on the new date field in the new table. It will extremly speed up the loading time of the app.&lt;/P&gt;&lt;P&gt;My technical explanation is:&lt;BR /&gt;Whenever the derived calendar fields are used, a complete reload of the table happens. In case of a large fact table it could take time. Using a small compact date table joined with the fact table is very quick.&lt;/P&gt;&lt;P&gt;- Thomas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 08:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695579#M53187</guid>
      <dc:creator>thkarner</dc:creator>
      <dc:date>2020-04-22T08:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695610#M53190</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41049"&gt;@thkarner&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the input! I'm not really interested in using autocalendar derived fields, though. Why would I use that instead of master or canonical calendars? My fact table is very large, as I said.&lt;/P&gt;&lt;P&gt;My initial question was if there was a more efficient solution to create the calendars I need instead of creating 7 master calendars and left keeping them with my fact table. Do you know one?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 09:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695610#M53190</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2020-04-22T09:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695613#M53191</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/90341"&gt;@jcdatasax&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;But what does that have to do with the canonical calendars solution you mentioned? It seems to me they are two very different solutions.&lt;/P&gt;&lt;P&gt;Appreciate the clarification &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 09:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695613#M53191</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2020-04-22T09:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695638#M53192</link>
      <description>&lt;P&gt;Hi, not sure if I understood you fully. Please let me replicate:&lt;/P&gt;&lt;P&gt;a) You have a large fact table with 7 date fields.&lt;/P&gt;&lt;P&gt;b) You want to create a master calendar for each date field.&lt;/P&gt;&lt;P&gt;You have to options:&lt;/P&gt;&lt;P&gt;a) Create your own master calendar table with all necessary fields (Year, Quarter, Month, etc.)&lt;/P&gt;&lt;P&gt;b) Create your own master calendar table with date field only and derive other fields (Year, Quarter, Month, etc.). This is what I´d suggest (according to &lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Derived-Calendar-Fields/ta-p/1485683" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Derived-Calendar-Fields/ta-p/1485683&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;In both cases you have to create a new table for each date field.&lt;/P&gt;&lt;P&gt;Instead of LEFT KEEP you can try like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CalendarDate1:
LOAD DISTINCT Date1 RESIDENT Facts;&lt;/LI-CODE&gt;&lt;P&gt;Since DISTINCT is not very quick you can improve by loading Min/Max values for Date1 in an intermediate table and autogenerate all dates between Min and Max in a new Calendar table.&lt;/P&gt;&lt;P&gt;If Min/Max is still too slow also the FieldValue Function I´ve already used to detect min and max.&lt;/P&gt;&lt;P&gt;Finally the goal is to create a new master calendar table with the distinct dates only to ensure performance of the app.&lt;/P&gt;&lt;P&gt;If you´re familiar with scripting I´d suggest using the min/max approach. If this is not quick enough try to find out how it could be done with FieldValue function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 09:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695638#M53192</guid>
      <dc:creator>thkarner</dc:creator>
      <dc:date>2020-04-22T09:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695670#M53197</link>
      <description>&lt;P&gt;I think your approach had two serious issues. One is limiting a calendar per keep respectively per join (the match-logic is the same and it differs only in the number of tables which remain) which means here that each date from the calendar must be checked against each record from the fact-table - and by 50 M of records and 7 calendars it will of course take some time.&lt;/P&gt;&lt;P&gt;Much more performant would be to use a where-clause with exists, like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CreationCalendar:&lt;BR /&gt;LOAD * FROM Calendar where exists(&lt;SPAN&gt;&lt;SPAN&gt;&amp;amp;ID_Creation_Calendar&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN&gt;&amp;amp;ID_Date&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;because here is the calendar-date compared against the distinct values of the system-table of the fact-table date and not against the whole fact-table.&lt;/P&gt;&lt;P&gt;But the second mentioned issue remained by this method - you won't probably have all calendar-dates between the min- and max-date of the fact-table because there are usually gaps from weekends, holidays and similar breaks. Often these missing dates are needed for various calculations and views within the UI.&lt;/P&gt;&lt;P&gt;Therefore I recommend to create a single master-calendar within a separate qvd which contains all possible calendar-fields of the last/future years/decades. Then in each application you could load the needed/specific fields with the needed time-span - which could mostly be set manually because the min- and max-date are usually known.&lt;BR /&gt;&lt;BR /&gt;The min-date might start with yearstart(YourMinDate) and the max-date is often something as today() or yearend(today()). The means any read of the available dates from the fact-tables aren't really needed - and if it should be done against the system-tables. A good description could you find here:&amp;nbsp;&lt;A href="https://qlikviewcookbook.com/2013/09/fastest-method-to-read-maxfield-from-a-qvd/" target="_self"&gt;https://qlikviewcookbook.com/2013/09/fastest-method-to-read-maxfield-from-a-qvd/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have multiple date-fields you could just repeat it for all of them - you need only to rename all calendar-fields properly to avoid synthetic keys and circular loops. In this case would be qualifying quite useful. If your date-fields contain connected events like an order/billing/shipping-date you may create an extra canonical calendar for them. This means the canonical calendar didn't replaced the other calendars else it provides additionally possibilities.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 10:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695670#M53197</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-04-22T10:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695810#M53216</link>
      <description>&lt;P&gt;I get it now. Thanks for the clarification,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/41049"&gt;@thkarner&lt;/a&gt;! Will give that solution a try &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 15:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695810#M53216</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2020-04-22T15:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695813#M53217</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I didn't know about that behaviour of &lt;STRONG&gt;left keep&lt;/STRONG&gt;! I changed my logic to &lt;STRONG&gt;where exists&lt;/STRONG&gt; and the loading time of the calendars immediately dropped from 20 to 2 mins&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I couldn't keep up with what you said after, though. You say &lt;EM&gt;"...&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;Therefore I recommend to create a single master-calendar within a separate qvd which contains all possible calendar-fields of the last/future years/decades."&lt;/EM&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But this is exactly what I have - I have a Calendar.QVD will all the possible and imaginary dates. I am generating a calendar to each one of my dates based on that .QVD, although I am not doing any MIN() and MAX() extraction for each of the dates. Doesn't the &lt;STRONG&gt;where exists&lt;/STRONG&gt;&amp;nbsp;solve that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for you input on this - very appreciated the explanation!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Lisa&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 16:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695813#M53217</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2020-04-22T16:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695972#M53229</link>
      <description>&lt;P&gt;My suggestion was not to limit the calendar (regardless in which way it's applied) to the available dates of the fact-tables which a keep/join/map or where-clause would do. Like mentioned have fact-tables often gaps in regard to a &lt;FONT&gt;consecutive&lt;/FONT&gt; date - and this might not only happens to the "classical" missing dates like weekend and holidays else there might be also "normal" dates without a sale/production/billing/shipping caused through any reason.&lt;/P&gt;&lt;P&gt;Even if all dates are available within the calendars it could be quite difficult to show these gaps but without it's impossible. I don't know any real case in which you could get disadvantages through dimension-dates which aren't also fact-dates which couldn't handled - a classical case would be the count of dates but here you could use set analysis to consider the source, for example with something: count({&amp;lt; Sales = {'*'}&amp;gt;} date) which would only count dates which have a sale.&lt;/P&gt;&lt;P&gt;The more different date-fields you want to include the more likely would it be that they would have a different dataset within their calendars.&lt;/P&gt;&lt;P&gt;In the end it means that no real dependencies between the dimension- and fact-tables must be implemented. Just loading the calendar-dates between a manually set min/max-date. Usually the min-date of the fact is known and mustn't be read in any way and the max-date might be also known respectively it could be easily calculated with something like yearend(today()) or similar approaches.&lt;/P&gt;&lt;P&gt;With it you would also save the 2 minutes because the unoptimized load (because of the where-clause to the min/max-date - whereby even that could be bypassed with an appropriate pre-load which creates the needed dates to a where exists() clause) of 7 calendars would be finished in a few seconds.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 06:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1695972#M53229</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-04-23T06:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1696556#M53283</link>
      <description>&lt;P&gt;So, what you are saying is that I can keep my 7 calendars, but instead of doing a LEFT KEEP to my fact table or a WHERE EXISTS, I should retrieve the MIN() and MAX() of each of my 7 dates, and generate a master calendar (for each date) based on those min and max dates. Is that what you are saying?&lt;/P&gt;&lt;P&gt;I do am experiencing a CALCULATION TIMED OUT error for every line chart I'm using my dates, despite of how 'simple' the metric... How do you read that error?&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 17:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1696556#M53283</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2020-04-24T17:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1696957#M53305</link>
      <description>&lt;P&gt;Quite usually you don't need to retrieve the min/max values from your fact-tables to limit the time-span of the calendars because like above mentioned they are mostly known - why should you calculate values if you already know the results.&lt;/P&gt;&lt;P&gt;Further I would tend to to hold the same the same time-span within all calendars because it simplifies the handling within the script and the UI and doesn't confused the users. Of course there may be requirements which speak against this approach but at least I would start with it.&lt;/P&gt;&lt;P&gt;If your simple line-charts run out of calculation time and/or memory it's probably caused from your datamodel in which your calendars / dates aren't connected properly to the other parts of your datamodel so that the chart creates any kind of cartesian calculation.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 07:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1696957#M53305</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-04-27T07:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1697019#M53308</link>
      <description>&lt;P&gt;So, I'm missing something from your explanation. When you say: " (...)&amp;nbsp;&lt;SPAN&gt;Therefore I recommend to create a single master-calendar within a separate qvd which contains all possible calendar-fields of the last/future years/decades. Then in each application you could load the needed/specific fields with the needed time-span - which could mostly be set manually because the min- and max-date are usually known."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I already have the master calendar (7 of them), and I know the MIN and MAX dates from all of my dates (they are the same). How do I now filter my calendars to those dates, then? I thought the LEFT KEEP or the WHERE clause were doing that.&lt;/P&gt;&lt;P&gt;As for the calculation timed out issue, yeah, there is something wrong with my keys in my fact table that is mixing everything.&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 10:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1697019#M53308</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2020-04-27T10:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1697043#M53311</link>
      <description>&lt;P&gt;You limit the calendars with a where-clause but none which is directly related to your fact-table loads else like:&lt;/P&gt;&lt;P&gt;load * from calendar.qvd (qvd) where date &amp;gt;= 'MyKnownMinDate' and date &amp;lt;= 'MyKnownMaxDate';&lt;/P&gt;&lt;P&gt;Such a load wouldn't be optimized but the calendars have so less data so that this wouldn't have a significantly effect.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 11:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1697043#M53311</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-04-27T11:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Performance of multiple master calendars</title>
      <link>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1697297#M53335</link>
      <description>&lt;P&gt;Ohhh got it! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thank you,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 08:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Performance-of-multiple-master-calendars/m-p/1697297#M53335</guid>
      <dc:creator>valpassos</dc:creator>
      <dc:date>2020-04-28T08:02:56Z</dc:date>
    </item>
  </channel>
</rss>

