<?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 How to create the interval match and connect it to the master calender in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215022#M68502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Rikab&lt;/P&gt;&lt;P&gt;Actually I need a datasource (from which you are loading data) for that. It will take a lot of time for me to prepare the datasource myself. Could you somehow give me it?&lt;/P&gt;&lt;P&gt;Cheers, Darius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jul 2010 10:19:20 GMT</pubDate>
    <dc:creator>d_pranskus</dc:creator>
    <dc:date>2010-07-06T10:19:20Z</dc:date>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215015#M68495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;There are so many date range is there in my application I don't have any idea how can i use this in my document. Major problem for me is to connect the master calender with the date range(from and to date). There are so many date range field is there in many of the tables of my document. So I confused on if i select the date or range of date how it will fall in this interval. Also all the from and to date in the tables are different.&lt;/P&gt;&lt;P&gt;So as to created the month,year and other dates field I have generated the master calender to date selection. But don't have any idea on how to connect this master calender with the date range and avoiding the synthetic key which may arise here.&lt;/P&gt;&lt;P&gt;Have attached the same document which I am working on. Hope some one can work on it to give me start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jul 2010 08:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215015#M68495</guid>
      <dc:creator />
      <dc:date>2010-07-03T08:22:32Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215016#M68496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is simplest approach to do this:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;left join (pooldetail)&lt;BR /&gt;intervalmatch(CalendarDate)&lt;BR /&gt;load pool_from_date&lt;BR /&gt; ,pool_to_date&lt;BR /&gt;resident pooldetail;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;left join (callindex)&lt;BR /&gt;intervalmatch(CalendarDate)&lt;BR /&gt;load callindex_date_from&lt;BR /&gt; ,callindex_date_to&lt;BR /&gt;resident callindex;&lt;BR /&gt;&lt;BR /&gt;left join (fsemployee)&lt;BR /&gt;intervalmatch(CalendarDate)&lt;BR /&gt;load fsemp_date_from&lt;BR /&gt; ,fsemp_date_to&lt;BR /&gt;resident fsemployee;&lt;BR /&gt;&lt;BR /&gt;left join (fsstockistmap)&lt;BR /&gt;intervalmatch(CalendarDate)&lt;BR /&gt;load fsstockistmap_date_from&lt;BR /&gt; ,fsstockistmap_date_to&lt;BR /&gt;resident fsstockistmap;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But it will duplicate records in joint table. You can create separate interval table for from and to dates with distinction for each table and do the same intervalMatch with the individual interval tables. You can see details of this approach here http://community.qlik.com/forums/t/23510.aspx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jul 2010 14:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215016#M68496</guid>
      <dc:creator />
      <dc:date>2010-07-03T14:47:07Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215017#M68497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;Many thanks for your help. I am not able to understand the following statement. Could you please work on it for any one of the temple rest I will do it please. I had gone through the post which you have mentioned but not able to understand what to do. Hope you will work it for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Nick Bor wrote:&lt;BR /&gt;But it will duplicate records in joint table. You can create separate interval table for from and to dates with distinction for each table and do the same intervalMatch with the individual interval tables. You can see details of this approach here http://community.qlik.com/forums/t/23510.aspx&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 06:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215017#M68497</guid>
      <dc:creator />
      <dc:date>2010-07-05T06:11:27Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215018#M68498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;I have added your script in my document and as said my you there synthetic key got arises and there has been performance issue also. I am not sure whether I did the same thing as said by you. Requesting you to look into and let me know the solution please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 06:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215018#M68498</guid>
      <dc:creator />
      <dc:date>2010-07-05T06:51:36Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215019#M68499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rikab&lt;/P&gt;&lt;P&gt;The solution is to use link table approach. For that you should create ID's (representing all common dimensions) in every table you want to associate, and then load these ID's tpgether with common dimenisons into link table. Then you should associate fields in link table with master tables and calendar table as well.&lt;/P&gt;&lt;P&gt;Please see attached example. I just extracted tree tables from your file and created link table. Then I created calendar and associated it with a link table using interval match.&lt;/P&gt;&lt;P&gt;Cheers, Darius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 13:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215019#M68499</guid>
      <dc:creator>d_pranskus</dc:creator>
      <dc:date>2010-07-05T13:18:47Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215020#M68500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darius,&lt;/P&gt;&lt;P&gt;Many thanks for your quick help. I will definitely check the solution provided by you and will let you know whether the particular requirement suits me or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 06:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215020#M68500</guid>
      <dc:creator />
      <dc:date>2010-07-06T06:07:31Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215021#M68501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darius,&lt;/P&gt;&lt;P&gt;Can you please work on my data itself and do the required changes without removing the master calender which I created. I am checking it how it can be added with complete data as you have did the changes only in the required table. When I add all the tables then only I will get to know. So asking you to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 08:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215021#M68501</guid>
      <dc:creator />
      <dc:date>2010-07-06T08:16:14Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215022#M68502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Rikab&lt;/P&gt;&lt;P&gt;Actually I need a datasource (from which you are loading data) for that. It will take a lot of time for me to prepare the datasource myself. Could you somehow give me it?&lt;/P&gt;&lt;P&gt;Cheers, Darius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 10:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215022#M68502</guid>
      <dc:creator>d_pranskus</dc:creator>
      <dc:date>2010-07-06T10:19:20Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215023#M68503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darius,&lt;/P&gt;&lt;P&gt;Can I export the data in to excel after scrambling the data. In that I hope you should be in a position to work on it.&lt;/P&gt;&lt;P&gt;Please do reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 05:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215023#M68503</guid>
      <dc:creator />
      <dc:date>2010-07-07T05:24:56Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215024#M68504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rikab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please export the data into Excel and then adjust script to load that data. Then send this data with QV application to me. I will try to modify the script and find a solution.&lt;/P&gt;&lt;P&gt;Cheers, Darius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 07:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215024#M68504</guid>
      <dc:creator>d_pranskus</dc:creator>
      <dc:date>2010-07-07T07:06:05Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215025#M68505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darius,&lt;/P&gt;&lt;P&gt;Thanks for your interest to help me out. As requested I have uploaded the database as you wanted to work on it. I hope the database contains everything that you are looking for. Please let me know if anything is missing as have imported the data in to the uploaded database after scrambling the data in qlikview.&lt;/P&gt;&lt;P&gt;Link to download the data source: &lt;A href="http://www.sendspace.com/file/x9rqv1"&gt;http://www.sendspace.com/file/x9rqv1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;By the way for your information attached data source is MS SQL Server database.&lt;/P&gt;&lt;P&gt;Requesting you work on it and provide me the solution which I am looking for.&lt;/P&gt;&lt;P&gt;I am very eagerly waiting for the solution which you are going to provide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 13:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215025#M68505</guid>
      <dc:creator />
      <dc:date>2010-07-07T13:38:13Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215026#M68506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rikab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a solution. Please change connection string and reload data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, Darius.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 14:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215026#M68506</guid>
      <dc:creator>d_pranskus</dc:creator>
      <dc:date>2010-07-07T14:54:02Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215027#M68507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darius,&lt;/P&gt;&lt;P&gt;Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4&lt;/P&gt;&lt;P&gt;Many thanks for your quick response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still wondering how quickly you were able to understand the data model which I am working without having any previous knowledge about it. By the way I have to create few reports and dashboards then only I can tell you the outcome as I am still not able to understand the logic which you have used here. Probably it may take little longer time for me to understand what you did here to make it work properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will check everything that you did here and will also verify the values then will get back to you if I have any doubts and also let you the outcome after that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 15:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215027#M68507</guid>
      <dc:creator />
      <dc:date>2010-07-07T15:19:44Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215028#M68508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darius,&lt;/P&gt;&lt;P&gt;Once the data has been loaded after changing the connection string I am getting this error. Let me what may be the cause of this error. Is it related to hardware or some other issue is there.&lt;/P&gt;&lt;P&gt;Please check at your end and let me know the outcome.&lt;/P&gt;&lt;P&gt;Also just for your information I have added changed the script which you have forgot to do it. But this is not the reason for that error as I got the error before adding this itself.&lt;/P&gt;&lt;P&gt;Hope to get receive quick reply from your end.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/8255.interval-error.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/8255.interval-error.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;fsemployee:&lt;BR /&gt;LOAD&lt;BR /&gt; AUTONUMBER(DATE(FLOOR(fsemp_date_from)) &amp;amp; '|' &amp;amp; DATE(FLOOR(fsemp_date_to)) &amp;amp; '|' &amp;amp; fscode, 'from_to_fscode') AS %ID,&lt;BR /&gt; empcode,&lt;BR /&gt; fscode AS fsemployee.fscode,&lt;BR /&gt; trancode,&lt;BR /&gt; fsemp_date_from,&lt;BR /&gt; fsemp_date_to;&lt;BR /&gt;SQL select c_Fs_code fscode,&lt;BR /&gt;c_emp_code empcode,&lt;BR /&gt;ltrim(rtrim(c_Fs_code)) + ltrim(rtrim(c_emp_code)) trancode,&lt;BR /&gt;d_date_from fsemp_date_from,&lt;BR /&gt;isnull(d_date_to,dateadd(month,6,getdate())) fsemp_date_to&lt;BR /&gt;from tbl_fs_emp_rel fsemp;&lt;BR /&gt;CONCATENATE (tmp)&lt;BR /&gt;LOAD&lt;BR /&gt; %ID,&lt;BR /&gt; fsemployee.fscode AS fscode,&lt;BR /&gt; DATE(FLOOR(fsemp_date_from)) AS date_from,&lt;BR /&gt; DATE(FLOOR(fsemp_date_to)) AS date_to&lt;BR /&gt;RESIDENT fsemployee;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 07:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215028#M68508</guid>
      <dc:creator />
      <dc:date>2010-07-08T07:31:28Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215029#M68509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Rikab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is related to that fact, that you have not enough RAM for that operation. Intervalmatch commands usualy generates a lot of records, because they associate every interval with every date which is in that interval.&lt;/P&gt;&lt;P&gt;As you can see it already generated some 1,6 M records.&lt;/P&gt;&lt;P&gt;Try the same script on a computer with higher amount of memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, Darius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 08:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215029#M68509</guid>
      <dc:creator>d_pranskus</dc:creator>
      <dc:date>2010-07-08T08:08:44Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215030#M68510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darius,&lt;/P&gt;&lt;P&gt;Many thanks for your time again!&lt;/P&gt;&lt;P&gt;Surely I will check in check other computer if it has higher memory than mine &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;. By the way for you kind information if I am removing below script there is no problem at all. I am able to load the data without getting any error message.&lt;/P&gt;&lt;P&gt;Is there is any other way to avoid the interval match in my document and it should work as expected.&lt;/P&gt;&lt;P&gt;I don't know the purpose of interval match. But giving you my suggestions! As per my my understanding I think we load the fscode,%ID,from_date and to_date in to the link table for associating every interval. If it possible to provide these details by writing SQL and loading in to the linktable to avoid this problem. Please correct me if I am wrong.&lt;/P&gt;&lt;P&gt;Think about it and let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;LEFT JOIN (linktable)&lt;BR /&gt;INTERVALMATCH (CalendarDate)&lt;BR /&gt;LOAD date_from, date_to RESIDENT linktable;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 08:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215030#M68510</guid>
      <dc:creator />
      <dc:date>2010-07-08T08:45:45Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215031#M68511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darius,&lt;/P&gt;&lt;P&gt;Strange thing happening here. Even with that interval script which I removed previously and with the same data when I reloaded I am not getting any such error again. All the data has been loaded successfully without any problem. For me this is not the first time it is happening, it has happened many times for me previously also. I never got any reason for this.&lt;/P&gt;&lt;P&gt;By the can you please answer me rest of the questions which I asked to you in my previous post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 10:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215031#M68511</guid>
      <dc:creator />
      <dc:date>2010-07-08T10:35:54Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215032#M68512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It seems that QV acts sometimes unstably.&lt;/P&gt;&lt;P&gt;Surely, You can use sql to join interval with a value, but in Qlikview there is no way to do that besides intervalmatch command.&lt;/P&gt;&lt;P&gt;the result of the command is a table wich consists of from and to fields and value field as well. So in your example it will contain date_from, date_to and CalendarDate fields.&lt;/P&gt;&lt;P&gt;Joining this to linktable allows to avoid synthetic key of date_from and date_to fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, Darius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 11:53:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215032#M68512</guid>
      <dc:creator>d_pranskus</dc:creator>
      <dc:date>2010-07-08T11:53:58Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215033#M68513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darius,&lt;/P&gt;&lt;P&gt;You have done a amazing work. I am seeing some visibility that it works as per my requirement. Really a wonderful stuff. But still I need some time to do some more work around and cross verify whether everything is working or not.&lt;/P&gt;&lt;P&gt;Few things I could not understand. Will be much thankful to you if you can spend some time for this and give me the answer as next time don't want to be dependent on you.&lt;/P&gt;&lt;P&gt;Will let you know my doubts in my next post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 13:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215033#M68513</guid>
      <dc:creator />
      <dc:date>2010-07-08T13:22:46Z</dc:date>
    </item>
    <item>
      <title>How to create the interval match and connect it to the master calender</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215034#M68514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To avoid the memory problem with intervalMatch, instead of this:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LEFT JOIN (linktable)&lt;BR /&gt;INTERVALMATCH (Date)&lt;BR /&gt;LOAD date_from, date_to RESIDENT linktable;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;use this:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;left join (linktable)&lt;BR /&gt;Load&lt;BR /&gt; *,&lt;BR /&gt; date(date_from + iterno() - 1) as Date&lt;BR /&gt;resident linktable&lt;BR /&gt;while date_from + iterno() - 1 &amp;lt;= date_to;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 13:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-the-interval-match-and-connect-it-to-the-master/m-p/215034#M68514</guid>
      <dc:creator />
      <dc:date>2010-07-08T13:44:21Z</dc:date>
    </item>
  </channel>
</rss>

