<?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: Store in a QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350070#M129689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;Thank you for the quick replay.&lt;/P&gt;&lt;P&gt;the Qvd looks fine but it didn't fix my issue as I was expected..&lt;/P&gt;&lt;P&gt;My main problem is as follow:&lt;/P&gt;&lt;P&gt;If you go back to the document that I sent "ByBrandName.qvw"..&lt;/P&gt;&lt;P&gt;Then if youcomment the last tab on the script then everything work fine and correct..&lt;/P&gt;&lt;P&gt;this last tab hold additional cost per specific month..(See the CostEng1.xls)..&lt;/P&gt;&lt;P&gt;When I uncomment this tab and load I get circualr error because the excel file(CostEng1.xls) has FY, MonthName Manufactlbl and EngCost....&lt;/P&gt;&lt;P&gt;as the first three column are available on other tables that created an error..&lt;/P&gt;&lt;P&gt;Is there anyway you think I can fix that..&lt;/P&gt;&lt;P&gt;Note that loading the data from the document that I sent without the last script tab takes less than a min to load &lt;/P&gt;&lt;P&gt;I appreciate your help and your time.&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2012 03:35:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-13T03:35:30Z</dc:date>
    <item>
      <title>Store in a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350062#M129681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Anybody knows how to store all the below in one QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVDLoad1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; applymap('Manufact_Map', MANUFACTURERABBR,'Other' ) as ManufactLabel;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from ..\QVD\ItemMaster.qvd(qvd);&lt;/P&gt;&lt;P&gt;Left Join(QVDLoad1)&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;MONTH,MonthName&lt;/P&gt;&lt;P&gt;1, Jul&lt;/P&gt;&lt;P&gt;2, Aug&lt;/P&gt;&lt;P&gt;3, Sep&lt;/P&gt;&lt;P&gt;4, Oct&lt;/P&gt;&lt;P&gt;5, Nov&lt;/P&gt;&lt;P&gt;6, Dec&lt;/P&gt;&lt;P&gt;7, Jan&lt;/P&gt;&lt;P&gt;8, Feb&lt;/P&gt;&lt;P&gt;9, Mar&lt;/P&gt;&lt;P&gt;10, Apr&lt;/P&gt;&lt;P&gt;11, May&lt;/P&gt;&lt;P&gt;12, Jun&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; applymap('ManagerName_Map', MANAGER2, 'Other') as ManagerName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; applymap('Department_Map', MANAGER2, 'Other') as Department;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; applymap('Division_Map', MANAGER2, 'Other') as Division;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from ..\QVD\ShipItem.qvd(qvd);&lt;/P&gt;&lt;P&gt;LOAD * from ..\QVD\Putbom.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried Store QVDLoad1 into ByBrand.qvd(qvd);&lt;/P&gt;&lt;P&gt;but it didn't pick up everything&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 16:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350062#M129681</guid>
      <dc:creator />
      <dc:date>2012-04-12T16:25:48Z</dc:date>
    </item>
    <item>
      <title>Store in a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350063#M129682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It store only the result of this part&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; applymap('Manufact_Map', MANUFACTURERABBR,'Other' ) as ManufactLabel;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * from ..\QVD\ItemMaster.qvd(qvd);&lt;/P&gt;&lt;P&gt;Left Join(QVDLoad1)&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;MONTH,MonthName&lt;/P&gt;&lt;P&gt;1, Jul&lt;/P&gt;&lt;P&gt;2, Aug&lt;/P&gt;&lt;P&gt;3, Sep&lt;/P&gt;&lt;P&gt;4, Oct&lt;/P&gt;&lt;P&gt;5, Nov&lt;/P&gt;&lt;P&gt;6, Dec&lt;/P&gt;&lt;P&gt;7, Jan&lt;/P&gt;&lt;P&gt;8, Feb&lt;/P&gt;&lt;P&gt;9, Mar&lt;/P&gt;&lt;P&gt;10, Apr&lt;/P&gt;&lt;P&gt;11, May&lt;/P&gt;&lt;P&gt;12, Jun&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because other things not come under QVDLoad1 table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 16:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350063#M129682</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-04-12T16:33:54Z</dc:date>
    </item>
    <item>
      <title>Store in a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350064#M129683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's true..&lt;/P&gt;&lt;P&gt;I am looking for a way to store all the above data in one QVD.&lt;/P&gt;&lt;P&gt;Anybody can help?&lt;/P&gt;&lt;P&gt;Thxs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 17:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350064#M129683</guid>
      <dc:creator />
      <dc:date>2012-04-12T17:19:35Z</dc:date>
    </item>
    <item>
      <title>Store in a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350065#M129684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, you can only store one table in a QVD file, that means you must find a way to keep all this info in one table. You should look for common fields or keys to make the joins and finally store it in a QVD file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Cesar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 17:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350065#M129684</guid>
      <dc:creator>cesaraccardi</dc:creator>
      <dc:date>2012-04-12T17:39:12Z</dc:date>
    </item>
    <item>
      <title>Store in a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350066#M129685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you please give me more details on how to do that?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 19:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350066#M129685</guid>
      <dc:creator />
      <dc:date>2012-04-12T19:02:31Z</dc:date>
    </item>
    <item>
      <title>Store in a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350067#M129686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you share some sample data and some qvd files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So that we can resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Andrew Hudson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 00:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350067#M129686</guid>
      <dc:creator>adhudson</dc:creator>
      <dc:date>2012-04-13T00:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Store in a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350068#M129687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Attached is a folder with the document and its sources..&lt;/P&gt;&lt;P&gt;I was trying to avoid a circular issue that is happening after adding the last tab in the script which is CostEng table that is loading from excel..&lt;/P&gt;&lt;P&gt;If I comment this table everything work fineand the data is correct ..once I load it with the other qvds tables I get error...&lt;/P&gt;&lt;P&gt;I appreciate any help.&lt;/P&gt;&lt;P&gt;Thxs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 01:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350068#M129687</guid>
      <dc:creator />
      <dc:date>2012-04-13T01:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Store in a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350069#M129688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please find the attached file for the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have taken STN as the common field between all the three tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; After doing the left join with ItemMaster table, all the tables has been merged and stored in a single qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mappings can be done after the execution of left joins. It will give you the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check if it is appropriate to your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Note: &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;I pulled only first 10000 rows from all the qvds since the no of rows are more than million. It is taking sometime to do the left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Regards&lt;/P&gt;&lt;P style="text-align: left;"&gt;Andrew Hudson.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 02:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350069#M129688</guid>
      <dc:creator>adhudson</dc:creator>
      <dc:date>2012-04-13T02:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Store in a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350070#M129689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;Thank you for the quick replay.&lt;/P&gt;&lt;P&gt;the Qvd looks fine but it didn't fix my issue as I was expected..&lt;/P&gt;&lt;P&gt;My main problem is as follow:&lt;/P&gt;&lt;P&gt;If you go back to the document that I sent "ByBrandName.qvw"..&lt;/P&gt;&lt;P&gt;Then if youcomment the last tab on the script then everything work fine and correct..&lt;/P&gt;&lt;P&gt;this last tab hold additional cost per specific month..(See the CostEng1.xls)..&lt;/P&gt;&lt;P&gt;When I uncomment this tab and load I get circualr error because the excel file(CostEng1.xls) has FY, MonthName Manufactlbl and EngCost....&lt;/P&gt;&lt;P&gt;as the first three column are available on other tables that created an error..&lt;/P&gt;&lt;P&gt;Is there anyway you think I can fix that..&lt;/P&gt;&lt;P&gt;Note that loading the data from the document that I sent without the last script tab takes less than a min to load &lt;/P&gt;&lt;P&gt;I appreciate your help and your time.&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 03:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350070#M129689</guid>
      <dc:creator />
      <dc:date>2012-04-13T03:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Store in a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350071#M129690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The cirsular reference error or loop error is caused because in the main tab, while creating a inline table with MONTH and MonthName fields, you need to give a table name for that and use that as the mapping table. For clear idea, See the script below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;MonthMap:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;Mapping&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;Load * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;MONTH,MonthName&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;1, Jul&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;2, Aug&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;3, Sep&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;4, Oct&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;5, Nov&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;6, Dec&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;7, Jan&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;8, Feb&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;9, Mar&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;10, Apr&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;11, May&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;12, Jun&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;After this, you can use this Mapping table in ShipItem table as I have used in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;ShipItem:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;Left Join(ItemMaster)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;LOAD ITEMPRICE, &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STN,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SALESPRICE, &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MANAGER2, &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MonthMap',MONTH) AS MONTH, &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FY&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;ShipItem.qvd&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;(qvd) &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;Where RowNo()&amp;lt;=10000;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;After using this, you wont get any circular reference error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Andrew Hudson&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 03:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350071#M129690</guid>
      <dc:creator>adhudson</dc:creator>
      <dc:date>2012-04-13T03:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Store in a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350072#M129691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;I tried that but it didnt help..&lt;/P&gt;&lt;P&gt;I left the Laoding from the qvds as it (loading from 3 different qvds)and added a name to the month&amp;nbsp; map and used it the same way you have told me. then I uncommented the Eng tab on the script ..&lt;/P&gt;&lt;P&gt;I am still getting the same error..&lt;/P&gt;&lt;P&gt;See attached&lt;/P&gt;&lt;P&gt;Man, I have to submit this project tomorrow and don't know what to do!&lt;/P&gt;&lt;P&gt;I appreciate any possible help.&lt;/P&gt;&lt;P&gt;Thxs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 04:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350072#M129691</guid>
      <dc:creator />
      <dc:date>2012-04-13T04:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Store in a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350073#M129692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Attached the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This code should work now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Andrew Hudson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 05:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350073#M129692</guid>
      <dc:creator>adhudson</dc:creator>
      <dc:date>2012-04-13T05:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Store in a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350074#M129693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;I have treid the new code but it is not working.&lt;/P&gt;&lt;P&gt;It starts loading and freezes while loading then I get a failure to load message.&lt;/P&gt;&lt;P&gt;Is there anyway I can load all of this without Left join Qvd3 to QVD1?&lt;/P&gt;&lt;P&gt;Again thanks for spending the time helping me.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Badr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 13:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350074#M129693</guid>
      <dc:creator />
      <dc:date>2012-04-13T13:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Store in a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350075#M129694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The script is failing because, the data is huge and doing the joins will take high amount of your RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Just limit the no of rows to 10000 by adding where rowno()&amp;lt;10000 in every load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check whether it is storing the values in one qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; After that proceed with complete set of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Andrew Hudson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2012 06:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350075#M129694</guid>
      <dc:creator>adhudson</dc:creator>
      <dc:date>2012-04-14T06:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Store in a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350076#M129695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;If I do that then I won't get all the data! &lt;/P&gt;&lt;P&gt;while I need all of it&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2012 17:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-in-a-QVD/m-p/350076#M129695</guid>
      <dc:creator />
      <dc:date>2012-04-14T17:39:06Z</dc:date>
    </item>
  </channel>
</rss>

